473,382 Members | 1,526 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

help validate FRAMESET

hello friends:

i am having trouble getting www.devyn.it to validate. 2 errors
left, i am using frameset, and tried the following order:

<html
<head
</head

<frameset
<noframes
<body

....

</close all

there is a frame in line 547ish, as well as the Ajax pages from line
325-335. right now i don't have the <frameset and <noframes tags in
because if i do, nothing will show. basically i am unsure if the ajax
pages need a frameset tag opener. im sure the line-547 frame needs
them too, but i am a rookie. and what editor do people use? evrsoft is
starting to bother me.... thanks for anything. have a good weekend
please...

Mar 4 '06 #1
6 1452


Warren wrote:
i am having trouble getting www.devyn.it to validate. 2 errors
left, i am using frameset, and tried the following order:

<html
<head
</head

<frameset
<noframes
<body


As the validator output says, you can't have a BODY element in a Frameset
DTD document.

Thor

--
http://www.anta.net/OH2GDF
Mar 5 '06 #2
Warren wrote:
hello friends:

i am having trouble getting www.devyn.it to validate. 2 errors
left, i am using frameset, and tried the following order:
I do not see any framesets. This isn't a framed page.
<snip>
there is a frame in line 547ish,
Do you mean:

<iframe name="ybframe" style="width: 150px; height: 140px; border: 0px"
frameborder="0" marginwidth="0" marginheight="0"
src="http://www.yellbox.com/yellbox.php?name=devyn"></iframe>

An <iframe> is not a frameset. You should use the HTML 4.01 Strict
doctype.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

Once you change to this doctype, you will have more errors, but they
will be real ones.

Oh, and kill the XHTML ending tags with the "/".
.. and what editor do people use?


Crimson Editor - http://crimsoneditor.com/

--
-bts
-Warning: I brake for lawn deer
Mar 5 '06 #3
Beauregard T. Shagnasty wrote:
An <iframe> is not a frameset. You should use the HTML 4.01 Strict
doctype.


Strict doesn't include iframes, you need Transitional for it.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Mar 5 '06 #4
David Dorward wrote:
Beauregard T. Shagnasty wrote:
An <iframe> is not a frameset. You should use the HTML 4.01 Strict
doctype.


Strict doesn't include iframes, you need Transitional for it.


I forgot to type "drop the iframe." ;-)
Can't see any particular need for it.

--
-bts
-Warning: I brake for lawn deer
Mar 5 '06 #5
Thank You Thor David and BTS. I thought i added a thank you comment but
apparently not. I've brushed off the books and I am now understanding
how simple css etc. is meant to be. I have to say dynamicdrive.com
pretty much claims the site and somehow you guys are hilarious in the
most subtle of ways. thanks guys. I hope not more than a minute or two
was spent. Thank you again. and Damn those Apple computers. thanks. wjt

Mar 6 '06 #6
Warren wrote:
Thank You Thor David and BTS. I thought i added a thank you comment
but apparently not. I've brushed off the books and I am now
understanding how simple css etc. is meant to be.
CSS really is easy, at least 90% of it. Years ago when I first started
using CSS, it did take a couple of weeks or so to get my head around it.
I have to say dynamicdrive.com pretty much claims the site and somehow
you guys are hilarious in the most subtle of ways. thanks guys. I
hope not more than a minute or two was spent. Thank you again. and
Damn those Apple computers. thanks. wjt


You're welcome. Subtle is fun, eh?

Oh, if you want to continue to use Google Groups for your access to
Usenet (this is not Google), this page may be of interest:
http://www.safalra.com/special/googlegroupsreply/
...though accessing via a news service and a news reader is much more
fun.

--
-bts
-Warning: I brake for lawn deer
Mar 6 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JJY | last post by:
Hi. I have an index.asp which consists of frameset and frames. The sub-frames also consists of frameset and frames. This way, I can set the layout of my webpages. In one of the frames, I...
1
by: JJY | last post by:
Hi. I have an index.asp which consists of frameset and frames. The sub-frames also consists of frameset and frames. This way, I can set the layout of my webpages. In one of the frames, I...
2
by: BoodieMan | last post by:
The second example doesnt show any borders between frames, but isn't complaiant with the WC3. The top one is compliant but shows the borders. I'd like to get the complaint one to not show any...
6
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334,...
1
by: Unknown User | last post by:
I just put an iframe in my page, but now the page doesn't validate. I guess I'm using legacy code: <iframe src="produtos.html" id="show-hide" frameborder="0" scrolling="no"></iframe> If I...
7
by: mike | last post by:
Hello, After reading all the past post and going to the faq on frameset tags I am still don't understand how this works and need some help on getting this validated if possible. Here is the error...
15
by: Giggle Girl | last post by:
Hello there, :) I need a frameset that will have the same look and behavior in Firefox 1.5+ as it does in IE 6+. Here is a URL for it: http://66.51.164.93/fs/default.htm In IE, the "seam"...
3
by: Pikachu | last post by:
The stupid thing is saying there is no border. My page is written as such: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <head> <META...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.