csierra
Posts: 123
|
| Posted: 12/23/2006, 1:25 AM |
|
Hi there, nice to say merry xmas to all! I am having a head ache with a header that is defined as an includable, so within this header i have a form with a dinamic (db driven) menu and so, the issue is that between the header and the 'body' of my pages I have this awful gap around 20 pixels height, have tryed dreamweaver html editing, in-line styles and so, nothing! this awful bad looking gap remains there...
Any ideas would be VERY helpful
Thanks
_________________
Yes! I Can!!! |
 |
 |
DonB
|
| Posted: 12/23/2006, 7:43 PM |
|
Use the firefox browser's DOM inspector. It will flash red borders around
each element of the html, so you will see which one it is that has the
margin/padding you need to clear. Many html tags have inherent padding or
margin, even when you don't specify them. Or, you may have a non-breaking
space somwhere in the html.
--
DonB
http://www.gotodon.com/ccbth
"csierra" <csierra@forum.codecharge> wrote in message
news:6458cf623e6e1c@news.codecharge.com...
> Hi there, nice to say merry xmas to all! I am having a head ache with a
header
> that is defined as an includable, so within this header i have a form with
a
> dinamic (db driven) menu and so, the issue is that between the header and
the
> 'body' of my pages I have this awful gap around 20 pixels height, have
tryed
> dreamweaver html editing, in-line styles and so, nothing! this awful bad
> looking gap remains there...
>
> Any ideas would be VERY helpful
>
> Thanks
>
> _________________
> Yes! I Can!!!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|