Yeah, I've got other <H1>s elsewhere in the text, but you pointed me in the right direction! A little modification, and:
Code:
.h1_mainlinks {
padding:0;
margin:0;
FONT-SIZE: 12px;
COLOR: #000000;
display: inline;
}
followed by
Code:
<div class="shadetabs">
<ul>
<li class="selected"><a href="http://www.dynamicdrive.com/"><h1 class="h1_mainlinks">blah blah</H1></a></li>
<li><a href="http://www.dynamicdrive.com/style/"><h1 class="h1_mainlinks">more blah</H1></a></li>
</ul>
</div>
does the trick nice! Many thanks
Bookmarks