Re: women in need of help

message from EMMA-MAC on 17 Jul 2004
Hi again when you say
Your doctype is still broken, as is this link -

<table width="100%" height="71%" border="0" cellpadding="0" cellspacing="0"
background="file:///C|/unzipped/myfree
i am not sure what you mean
Emma
 
EMMA-MAC replied to EMMA-MAC on 17 Jul 2004
i copied the code that someone left for me then pasted it into my site is it still wrong
 
Larry replied to EMMA-MAC on 18 Jul 2004
Your doctype is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

Notice that there is no closing ">". Normally, that appears in the next
line:

"http://www.w3.org/TR/html4/loose.dtd"

which is missing. Just add the line above and your doctype will be fixed.

In your table statement, you have

background="file:///C|/unzipped/myfree

The file:/// etc. stuff refers to your hard drive. You need to move
whatever you're using for a background to the website, name it correctly,
and fix the link so it is properly linked.

Note - I'm a beginner. If Murray says this is wrong, he's right!!!
 

Archived message: Re: women in need of help (Macromedia Dreamweaver)