Topic: frame has no border... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 02-28-2003 00:05
quote:
quote:
|
Maniac (V) Mad Scientist From: the west wing |
posted 02-28-2003 01:44
Well, I don't particularly like frames, myself, but the code will work...except I'd like to give helpful advice, to at least appear more compliant to standards. code: <FRAMESET ROWS="60,*" BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 >
code: <frameset rows="60,*">
code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
Paranoid (IV) Inmate From: NZ |
posted 02-28-2003 06:28
Thanks a lot. Yes, I understand what you mean. I have jsut done HTML tutorial here: www.w3schools.com Now I am doing XHTML tutorial. Your advices reminds me of those difference between HTML and XHTML. quote:
quote:
|
Maniac (V) Mad Scientist From: the west wing |
posted 03-01-2003 00:37
The attributes spacing and framespacing are deprecated. Pretend they don't exist. That will save you a headache. |
Paranoid (IV) Inmate From: NZ |
posted 03-01-2003 06:52
Thanks a lot. Have a good weekend. |
Paranoid (IV) Inmate From: NZ |
posted 03-01-2003 06:53
Thanks a lot. Have a good weekend. |