Click to See Complete Forum and Search --> : A gap appears beween the Page Title and the Body Content of the page.


sovereign6
12-16-2006, 09:19 AM
Hello All,

I have created my site in Dreamweaver MX2004.

It appears that the page does not display correctly in IE 6.00 or Firefox Version 2 but no problem in Opera 8 or 9.

A gap appears beween the Page Title and the Body Content of the page.

I have set all Properties of Tables of the page to Horiz Left and Top, checked the html code for gaps cant' find any.

Here is a page example

http://www.businesscoaching4entrepreneurs.com/Resources/web_video_online_multimedia1.html.

I would be most pleased for any help here.

Thanks

Ascendancy
12-16-2006, 10:19 AM
Try removing all of the closed td and tr's.

scottrickman
12-20-2006, 03:26 AM
Hi, I really think that you should review your whole HTML, sorry - not a good opening statement! You need to start my creating symantic HTML so that your content is organised like a well written document; properly nested headings, paragraphs, lists, etc. THEN use css to manipulate these HTML elements to get the layout and look that you want. Also please, HTML tables are for tabular data (bus time-table type data) ONLY, you should really not use them for layouts (whatever Dreamweaver, Visual Studio and a long list of other commercial products may tell you). Happy coding!

fat_bob
12-20-2006, 11:38 AM
Hmm im not sure about what you mean, but if it is something that has with the contents position inside the body tag, then you can always try with adding a div tag..(<div>)...