Design Tips
Design Tips




Menu on the Right

Tired of that stripe down the left of your web site? Want to get noticed without too much effort? Then why not add a right menu table layout. It's off, it's right and it's easy to do. Offer visitors a new way to surf your site!
Us

News

Design

Fun

Mail



Copy and Paste!
<TABLE width=425 valign=top cellspacing=5
     cellpadding=10 border=0>
  <TR>
  
    <TD align=center valign=top width=280>
		<!-- begin main content here-->
		<!-- end main content -->		
    </TD>
	
    <TD width=20>add non-breaking space
    </TD>
	
    <TD width=125 valign=top BGCOLOR="#800000"
	Height="100%">
	<font face=Impact,Courier New, Size=4>
      <a href="us.html">Us</A>
      <p>
      <a href="news.html">News</A>
      <p>
      <A href="design.html">Design</A>
      <p>
      <a href="fun.html">Fun</A>
      <p>
      <A Href="mail.html">Mail/A>
      </font>
	
  </TD>
 </TR>
</TABLE>