Re: adding a class to the body tab -
04-02-2009
, 02:34 PM
[Q].visiting #visiting a, .moving #moving a, .maplocator #maplocator a,
..directory #directory a{
background: url(images/arrow.gif) no-repeat left center;
color:#FF9F00;
}[/Q]
Look for the above code near the bottom of the code that you appended from
your CSS file. Do you see where it says, background:url(images/arrow.gif)?
The arrow is contained in the arrow.gif file located in the images folder
contained in the same folder as your template.
Roddy :smile; |