|
Posted by Beauregard T. Shagnasty on 01/07/07 03:44
thedarkman wrote:
> http://www.ismichaelstoneguilty.org/m_s_stone_letter_october_20_2006.html
>
> the above page should exhibit the four options on consecutive lines
> but for some reason on the website two of the lines are merged as you
> can see. There doesn't appear to be any error in the coding. Can
> anyone sort this out?
Count your <br>'s. And </br> is incorrect; line breaks don't use
closing tags.
You should use a list, instead of putting them in a heading element
<h3>. <hx> elements are headings, not size controls. Also lacking the
closing </a> tags, which some browsers may fail on. Use:
<ul>
<li><a href="m_s_letter_governor_october_16_2006.html">To First
Letter</a></li>
<li><a href="m_s_letter_to_governor_october_30_2006.html">To Second
Letter</a></li>
<li><a href="m_s_letters.html">Return To Correspondence Index</a></li>
<li><a href="m_s_ismichaelstoneguilty_site_index.html">Return To Site
Index</a></li>
</ul>
If you really want them bold, add this in your <head> section:
<style type="text/css">
li { font-weight: bold; }
</style>
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|