help find CSS/html error
hi hope can feel lose plot, after quite strucggle manages site working:
http://www.bloominbaglady.com.au/links.html
but today when went add content client, looked fine within dreamweaver previewd in browser gap between header , content area appeared.
http://www.citrus-pages.com/bloom08/links.html
i have no idea has happened , have read through code line line , css line line , can not spot difference.
any idea have happened here?? , how fix site??
the gap appears on child pages of template whether have added content or not.
thanks shontelle
http://www.bloominbaglady.com.au/links.html
but today when went add content client, looked fine within dreamweaver previewd in browser gap between header , content area appeared.
http://www.citrus-pages.com/bloom08/links.html
i have no idea has happened , have read through code line line , css line line , can not spot difference.
any idea have happened here?? , how fix site??
the gap appears on child pages of template whether have added content or not.
thanks shontelle
shonts wrote:
> hi hope can feel lose plot, after quite
> strucggle manages site working:
>
> http://www.bloominbaglady.com.au/links.html
>
> today when went add content client, looked fine within
> dreamweaver previewd in browser gap between header ,
> content area appeared.
> http://www.citrus-pages.com/bloom08/links.html
>
> have no idea has happened , have read through code line
> line , css line line , can not spot difference.
>
> idea have happened here?? , how fix site??
>
> gap appears on child pages of template whether have added
> content or not.
that default margin/padding on h1 inside
'content2' <div>
zero out , see if gap goes:
#content2 h1 {
margin: 0;
padding: 0;
}
> hi hope can feel lose plot, after quite
> strucggle manages site working:
>
> http://www.bloominbaglady.com.au/links.html
>
> today when went add content client, looked fine within
> dreamweaver previewd in browser gap between header ,
> content area appeared.
> http://www.citrus-pages.com/bloom08/links.html
>
> have no idea has happened , have read through code line
> line , css line line , can not spot difference.
>
> idea have happened here?? , how fix site??
>
> gap appears on child pages of template whether have added
> content or not.
that default margin/padding on h1 inside
'content2' <div>
zero out , see if gap goes:
#content2 h1 {
margin: 0;
padding: 0;
}
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment