Page 1 of 1

Header alignment

PostPosted: Tue Nov 25, 2003 9:43 am
by Hal Lier
I'm using a graphic for the Header and would like to position it with a zero
margin left and zero margin top on the page. Any suggestions?

Hal Lier
Nefitco.com

Re: Header alignment

PostPosted: Tue Nov 25, 2003 12:27 pm
by loren_d_c
Create a custom page template so that you can modify the body tag to
specify no page margins, or add some css to the top of the header that
affects the body tag, like this (for example):

<style type="text/css">
<!--
body {
margin: 0px;
}
-->
</style>


-Loren



Hal Lier wrote:
I'm using a graphic for the Header and would like to position it with a zero
margin left and zero margin top on the page. Any suggestions?

Hal Lier
Nefitco.com