You are already in dangerous territory - you've made just about every new
user mistake.
1. You have tried the notoriously bad MM pop-up menus. Please don't use
these.
<script language="JavaScript" type="text/JavaScript"
Before devoting any more time to these menus, read this very carefully -
http://apptools.com/rants/jsmenu.php
It appears that you have not implemented them properly, though, since there
is not any trigger on the page to actually initialize them. This is a good
thing! 8)
2. You have used DW's Layout mode -
<table width="760" border="5" align="center" cellpadding="0"
cellspacing="5">
<!--DWLayoutTable-->
the use of which will retard your progress as a learning web developer.
3. You are using font tags -
<font face="Arial, Helvetica, sans-serif"><strong><font face="Verdana,
Arial, Helvetica, sans-serif">SPACIOUS<br>
(redundant ones at that!)
You should really be learning some CSS styling even at this point.
4. You have used mixed case file naming with spaces -
src="pops/NAVBAR%20details_r1_c1.gif
(the %20 is a space)
It's best to stick with all lower-case letters, numbers, and underscores for
your naming character usage.
Finally, I don't see an objectionable space between masthead and body. But
typically speaking, these are the kinds of things that Layout mode will do
for you - create tables that behave in surprising (yet explicable ways).
You'd be much better off to spend an hour learning how to build real HTML
tables (check the table tutorials at the DW FAQ link in my sig) and then
avoid the use of Layout mode altogether.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"tynan" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
hello, rank beginner
simple as page, looks good in dreamweaver, looks good previewed in IE
from
Dreamweaver
once uploaded a space appears between the 'masthead' and the 'body'
http://www.ruedelagare.co.uk/details.htm
I assume it's all there to see in the source code
new at this so tell me if I need to supply more info
doing my head in
thanks |