Simple question on borders

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi,
Just learning FP2003 and I am frustrated on how to get a continuous border
down the left hand edge (easy peasy for someone I know!!). I am trying to
build a site from scratch, not use a template, though tried to change the
border in one of the templates but failed :-(

Any help appreciated.

TIA

Mark
 
The easiest method is to use a page background image with border area created in the color of your
chose with tables to structure your page layout.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Hi,
Thx forthe quick reply...not sure yet how to do that :-( ...I will keep
this in mind as I currently am going through the tutorials on ms website at
the moment :-)

Hhhhmmm....nothing is ever easy!!!

Mark
 
This code sets the border of the page at 50 px solid, but the rest of the
borders set to none.Just copy this body tag.

<body style="border : 50px solid black;border-top : none;border-right :
none;border-bottom : none">

</body>
 
Back
Top