/    Sign up×
Community /Pin to ProfileBookmark

wc3 Validation

I’m trying to get the following frameset to validate on the wc3 website and for the life of me can’t get it to fly. I’ve tried all kinds of things. Regular pages, no problem, but this frameset, well. I’d appreciate a point in the right direction. Thanks.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN”
http://www.w3.org/TR/html4/frameset.dtd“>

<frameset rows=”60,*” cols=”*“>
<frame src=”title.html” name=”title” scrolling=”NO” noresize>
<frameset cols=”150,*” frameborder=”NO” border=”0″ framespacing=”0″>
<frame src=”menu.html” name=”menu” scrolling=”NO” noresize>
<frame src=”main.html” name=”main”>
</frameset>
</frameset>

Thanks for the assist.

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@Paul_JrSep 11.2004 — [size=1]
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd"&gt;

&lt;html lang="en-us"&gt;
&lt;head&gt;
&lt;title&gt;Page Title&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;/head&gt;

&lt;frameset rows="60,*" cols="*"&gt;
&lt;frame src="title.html" name="title" scrolling="no" noresize="noresize"&gt;
&lt;frameset cols="150,*"&gt;
&lt;frame src="menu.html" name="menu" scrolling="no" noresize="noresize"&gt;
&lt;frame src="main.html" name="main"&gt;
&lt;/frameset&gt;
&lt;/frameset&gt;

&lt;/html&gt;
[/size]
Copy linkTweet thisAlerts:
@Force5authorSep 11.2004 — Paul,

Thanks for the assist. I finally figured out the noresize and your meta-tag was right on the money.
Again, thanks.


Mark
Copy linkTweet thisAlerts:
@Paul_JrSep 11.2004 — No problem, glad I was able to help. ?
×

Success!

Help @Force5 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...