Logged Out
Create an Account
Login:
Password:

Forgot your password?
Noblekain , Chops, or anyone?

Noblekain , Chops, or anyone?
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Support]
Secondary: None
Chops great job to you and all with the new templates!
I was wondering since im trying to get back into html, is there anyway to remove the gray in the calendar at the top right of my site to make it clear? This would be in reference to something like Noblekain has on their site. Thanks so much for your time.

P/s this would be in regards to "The Forgotten" website
Quote by miburbs
Chops great job to you and all with the new templates!
I was wondering since im trying to get back into html, is there anyway to remove the gray in the calendar at the top right of my site to make it clear? This would be in reference to something like Noblekain has on their site. Thanks so much for your time.

P/s this would be in regards to "The Forgotten" website


I think this is probably in the CSS at the top of the layout.html page. Since my work blocks the file server I can't download my index page to look at it or I could help you more. I can look when I get home if Chops or Noble hasn't responded yet.

--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
Also note that the grey in the menus and the calendar is the result of IE6's poor PNG implementation. They show properly in pretty much every other browser EXCEPT IE6.

--
It's all in the reflexes.
I BELIEVE what you're looking for is:

.menucontent{
background-image:url(ht tp /dkpfiles.com/dkp-templates/wow/menumid . p ng);
background-repeat:repeat;
color:#ffc911;
padding-left:10px;
font-size:9pt;
}



You would want to remove the line for the background-image. That should make it totally clear. you can find that toward the top of the layout file in the <STYLE> tag above the <TITLE> tag.

[EDIT]: I had to break up the url for the background-image, because Chops very intuitive design was actually DISPLAYING what I pult there, instead of the text. All you need to do is delete the whole line. You can also delete the whole background-repeat line too if you want, since once the other is removed, the repeat value is meaningless.


[Back to Index]  [Top of Thread]