Thread
:
Help!!!!
View Single Post
#
6
(
permalink
)
11-06-2008, 04:21 PM
dharrison
WebProWorld 1,000+ Club
Join Date: May 2005
Location: Essex, UK
Posts: 1,288
Re: Help!!!!
Looking at your stylesheet, you need to take the link out of:
Quote:
a:visited
link
:
Instead of p1, p2 (which don't exist). Instead I suggest using the following on the stylesheet:
Quote:
p.one { attributes; }
Quote:
<p class="one">Text</p>
and div1 and div2 stylesheet:
Quote:
#div1 { attributes; }
Quote:
<div id="div1">Content etc</div>
Hope this helps.
__________________
Deb Harrison
DVH Design
Essex Web Design
dharrison
View Public Profile
Send a private message to dharrison
Visit dharrison's homepage!
Find all posts by dharrison