|
Posted by Roland Eriksson on October 26, 2004, 5:12 pm
Please log in for more thread options
>I try to validate this page using the link: http://validator.w3.org/ >but it return that this is not a valid HTML 4.01 page
>please where is it error?
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1"/>
- - - - - - - - - - - - - - - - - - - - -^- here.
Dont use pieces from XML when you have specifed HTML.
<frameset id="one" name="one"
- - - - - - - - - - ^^^^
rows="0,106,*" frameborder="no" border="0">
- - - - - - - - -^^^^^^^^^^^- - - ^^^^^^
NAME, FRAMEBORDER and BORDER are not valid attributes for a FRAMESET
element.
--
Rex
|
|
Posted by Steal on October 26, 2004, 5:10 pm
Please log in for more thread options
"Roland Eriksson"
> <frameset id="one" name="one"
> - - - - - - - - - - ^^^^
> rows="0,106,*" frameborder="no" border="0">
> - - - - - - - - -^^^^^^^^^^^- - - ^^^^^^
>
> NAME, FRAMEBORDER and BORDER are not valid attributes for a FRAMESET
> element.
>
> --
> Rex
>
Thank you very much.
But why without border="0" into the frameset, MIE display a little white
line among frames???
How can I do to have not this blank line using pure HTML 4.01 code???
Thank
Steil
>
|
|
Posted by Lauri Raittila on October 26, 2004, 8:49 pm
Please log in for more thread options Steal wrote;
> But why without border="0" into the frameset, MIE display a little white
> line among frames???
Why not? It is good idea.
> How can I do to have not this blank line using pure HTML 4.01 code???
Don't use frames.
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
|
|
Posted by Steal on October 26, 2004, 6:13 pm
Please log in for more thread options
"Lauri Raittila"
> > How can I do to color this line to the some color of my background?
Steil
|
|
Posted by Lauri Raittila on October 26, 2004, 9:26 pm
Please log in for more thread options Steal wrote;
>
> > > How can I do to color this line to the some color of my background?
Real quote:
>>> How can I do to have not this blank line using pure HTML 4.01 code???
You don't. There is no HTML4.01 code for it.
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
|
| Similar Threads | Posted | | BGCOLOR only in Opera, not other browsers (valid page) | May 4, 2008, 1:38 am |
| problems getting valid HTML out of PHP | September 17, 2004, 6:26 pm |
| valid html for framesets | February 13, 2005, 10:25 am |
| Valid HTML Tutorial | December 6, 2005, 12:12 pm |
| Inserting MP3 into Valid HTML | September 24, 2008, 8:03 pm |
valid (X)HTML? | December 17, 2007, 6:31 pm |
| Unrecognized file format prolem with valid html, please help! | November 9, 2004, 6:55 pm |
| Seemingly-simple valid HTML renders diff in FF1.0, IE6 | January 25, 2005, 12:04 pm |
W3C Validator error? is valid for doctype HTML 4.01 Strict | April 21, 2005, 12:46 pm |
| legality/practicality of nesting complete, valid HTML pages | November 14, 2008, 1:11 am |
|