HighDots Forums  

a little help please for a newbie

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss a little help please for a newbie in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tynan
 
Posts: n/a

Default a little help please for a newbie - 07-03-2004 , 12:12 PM






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


Reply With Quote
  #2  
Old   
denno
 
Posts: n/a

Default Re: a little help please for a newbie - 07-03-2004 , 12:25 PM






Hi there
I do not see anything upsetting when I look at it. There appears to be a
little space to the right of the logo, none below it. You talking about either
of those?

Meahwhile, when I right-click and choose "view source,' I do not get the code
coming up in notepad as usual, so you must have accomplished hiding your code,
which I believe is very advanced --- contratulations!

Denno


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: a little help please for a newbie - 07-03-2004 , 02:51 PM



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"
Quote:
function mmLoadMenus() {

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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.