CSS Trouble

G

Guest

I am brand new to using FrontPage 2003 and CSS formats. How do I resize
pre-designed cells or tables (ie - td.sidebar)? I tried to resize them though
their pixels and even percentages, but it won't size at all.

I am trying to get the table
to downsize to a more reasonable level. The text ends, and the rest of the
box takes up a 1/4 of the page, I would like to have the navigation link
table more narrow.

Any suggestions would be great!



*** Here is the .sidebar CSS code as well as the .sidebarnav CSS code;

}

..sidebar {
background-color: #fff;
color: #000;
width: 250px;
padding: 10px;
vertical-align: top;
font-size: 90%;
text-align: left;
}

..sidebarnav {
line-height: 20px;
}

*** Here is the HTML code;

td class="sidebar" width="230">
<h4>Site Menu:</h4>
<div class="sidebarnav">
<ul>
<li><b><font color="#C25A52"><a href="whatishappening.htm">What is
Happening</a></font></b></li>
<li><a href="products.htm">L</a><b><font color="#C25A52">ake
pictures</font></b></li>
<li><b><font color="#C25A52">Documents</font></b></li>
<li><a href="faqs.htm">Contact Information</a></li>
<li><a href="contact.htm">Lake History</a></li>
<li><a href="gettingstarted.htm">Olin Lake</a></li>
<li><b><font color="#C25A52">Links</font></b></li>
</ul>
</div>
</td>



Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top