Link bar isses

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I create a link bar ot appear on the left ofthe web page - it moves
with text as I type. How do I anchor the link bar?
 
Put it in a div layer.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Is the link bar in a table cell? If so, set the cell to align at the
top>
In code view:
<td valign="top">linkbar goes here</td>
 
Back
Top