Page is a not externally linkable
DrDoc - 2:36 pm on Aug 22, 2003 (gmt 0)
h1#indexpage { <h1 id="indexpage">Widgets.com</h1> <p>is the best place to buy widgets. Blah, blah blah...</p> For most browsers, IE as well: h1.indexpage { <h1 class="indexpage">Widgets.com</h1> <p class="indexpage">is the best place to buy widgets. Blah, blah blah...</p>
For standards compliant browsers (= not IE):
display: inline;
font: bold 16px verdana;
}
h1#indexpage+p {
display: inline;
}
font: bold 16px verdana;
}
.indexpage {
display: inline;
}