w3c Validator and Frames

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Üter

    w3c Validator and Frames

    Does the validator work with framesets? I get this error:

    Line 7, column 15: there is no attribute "ROWS"

    generated from this code:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>OneLaute r Photography</title>
    </head>
    <frameset rows="30%,*" border='2'>
    <frame
    src="navlist.as p?APageName=key words"
    scrolling="no"
    marginwidth="0"
    marginheight="0 "
    style='border-bottom:1 solid rgb(180,180,180 )' />
    <frame
    name="photolist "
    id="photolist"
    src="navlist.as p?APageName=ima ges&amp;Akeywor dId=1"
    scrolling="no"
    marginwidth="0"
    marginheight="0 "
    style='border-top:1 solid rgb(180,180,180 )' />
    </frameset>
    </html>


    What the heck?

    Thanks to anyone who can shed light on this problem for me.


  • Mark Parnell

    #2
    Re: w3c Validator and Frames

    Sometime around Mon, 13 Oct 2003 05:02:20 GMT, Üter is reported to have
    stated:
    [color=blue]
    > Does the validator work with framesets? I get this error:
    >
    > Line 7, column 15: there is no attribute "ROWS"
    >
    > generated from this code:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">[/color]
    <snip remaining code>

    You need to use the frameset doctype. Or better yet, ditch the frames.

    --
    Mark Parnell

    Comment

    • Üter

      #3
      Re: w3c Validator and Frames

      > You need to use the frameset doctype. Or better yet, ditch the frames.

      Thanks! That's got it sussed!


      Comment

      • Stan Brown

        #4
        Re: w3c Validator and Frames

        In article <wlqib.42849$Pd .888472@twister .tampabay.rr.co m> in
        comp.infosystem s.www.authoring.html, Üter
        <available_upon _request@just_a sk_in_a_post.co m> wrote:[color=blue]
        >Line 7, column 15: there is no attribute "ROWS"[/color]
        [color=blue]
        ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">[/color]

        Try using a Frameset DOCTYPE.

        --
        Stan Brown, Oak Road Systems, Cortland County, New York, USA

        HTML 4.01 spec: http://www.w3.org/TR/html401/
        validator: http://validator.w3.org/
        CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
        2.1 changes: http://www.w3.org/TR/CSS21/changes.html
        validator: http://jigsaw.w3.org/css-validator/

        Comment

        • endlesscam

          #5
          Re: w3c Validator and Frames

          Üter wrote:
          [color=blue][color=green]
          >> You need to use the frameset doctype. Or better yet, ditch the frames.[/color]
          >
          > Thanks! That's got it sussed![/color]
          i always use transitional HTML or xHTML

          Comment

          Working...