Cheers that one way, however I think I am looking for away to do it one line as this will be on every page in the site, I know I could do it with an image but don't what to do it like that.
I have it that I now have a css with a title_a title_b and Title_c and I call them like so.
HTML Code:
<div class="title_a";>my text</div>
<div class="title_b";>my text</div>
<div class="title_c";>
<a href="mytext.html" style="text-decoration: none">my text</a></div>
however I was hoping there might be away to do it like this.
HTML Code:
<div class="the_title";>
<a href="mytext.html" style="text-decoration: none">my text</a></div>
once I have the css file correct.
Now if you think this is a css question then I post a question there.
Bookmarks