| | I have gone over to W3C and W3 School to try to bring myself up to date on XHTML. When I use their on site validator, it just doesn't like all the quotation marks in the body of my work. |
|
|
QUOTE(Tyssen @ Jan 11 2006, 07:00 AM)Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location. I'm sorry if you think I'm 'raining on your parade' but you&... read more.
Are you talking about " or " ? Are the quote marks in your actual content (e.g. "he said blah") or are they used in your tags (e.g. <input type="text" ... )?
Maybe post a bit of the xhtml code and the w3c validator message that applies? Or post the URL for us to view the source?
QUOTE(Tyssen @ Jan 9 2006, 08:41 PM) Are you talking about " or " ? Are the quote marks in your actual content (e.g. "he said blah") or are they used in your tags (e.g. <input type="text" ... )? Never mind. It is lack of them that it is complaining about. It also seems that I have attributes in my HTML, that XHTML wants put in a ccs file. I run my stuff through CSE HTML Validator and it comes up clean. Their validator is really strict. Error Line 13 column 27: an attribute value must be a literal unless it contains only name characters. <BODY text="#d1a9d5" vLink=#808080 alink="#d1a9d5" link="#d1a9d5" bgColor="#0129" background="gardenia/gardenia_maincolor.jpg"> You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary. (IT IS REFERING TO #808080 WHICH IS NOT IN QUOTES) BUT I DON'T UNDERSTAND THIS ONE! Since when can't you put background in a table? Error Line 17 column 77: there is no attribute "BACKGROUND". <table cellspacing=0 cellpadding=1 width="100%" bgcolor="#D3C177" background="gardenia/gardenia_goldstrip.jpg" border=0> go to W3C click on the HTML Validator in left column under W3C AtoZ Put your url in the appropriate box and see what you get. It is really scary.
If you're designing in XTHML with a strict doctype, you can't have any background information in your HTML. You have to assign a class or ID to the table or cell instead and then put the background info in your CSS. It's not that scary really. Instead of
CODE <table cellspacing=0 cellpadding=1 width="100%" bgcolor="#D3C177" background="gardenia/gardenia_goldstrip.jpg" border=0> you'd do this: CODE <table id="whatever">
/* CSS */ table#whatever { width: 100%; background: #D3C177" url(gardenia/gardenia_goldstrip.jpg) no-repeat; border: none; border-collapse: collapse; } table#whatever td { padding: 1px; } QUOTE(jlhaslip @ Jan 9 2006, 10:29 PM) Must be something else happening there, because the w3schools has a sample here using a jpg as a background in xhtml. What Doc type are you using, Mich? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> BUT when I use the validator it says This page is not Valid HTML 4.0 Transitional! I am validating www.websetsbydonna.com/index.html QUOTE(Mich @ Jan 10 2006, 06:04 PM) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> BUT when I use the validator it says This page is not Valid HTML 4.0 Transitional! I am validating www.websetsbydonna.com/index.html Well, if having your page validate is important to you, you're gonna have to address the errors. By the way, just a comment about this: QUOTE If you are behind a "FIREWALL" and the graphics are not showing, you may have to adjust your settings or take it down to view this site. Who do you think is going to go to the trouble of turning their firewall off just to see graphics on your site? Why can't you get your graphics to view properly despite firewall settings? No-one else seems to have any trouble. QUOTE(Tyssen @ Jan 10 2006, 05:46 AM) By the way, just a comment about this: Who do you think is going to go to the trouble of turning their firewall off just to see graphics on your site? Why can't you get your graphics to view properly despite firewall settings? No-one else seems to have any trouble. I have no idea why, but when I tried to pull up my site at a library in DeSmet, South Dakota, USA, last spring, the pages came up without the graphics on one of their puters, but when I tried another, everything was up fine. The librarian said they had a special Fire Wall on the first puter because that was the one they let young children use. So I assumed that was the problem and warned against it. It certainly isn't the fault of my graphics, if that is what you are implying. How could you possibly know that "no-one else" has any trouble? Hey, I am learning a lot from exchanges on this forum, perhaps you have another suggestion as to what the problem was. I am self taught and doing the best I can. I have a lot to learn about all this technology, but I am trying my best. Please don't rain on my parade.
That Library computer may have been firewalled, but I think probably they had images controlled on it to avoid 'Adult' material from coming through.
In Browsers, there are privacy and security settings which stop various features on the machine. In a public setting, or if childen are using the computer, it might be a good thing. On a Mac using IE5, select edit > preferences > security zones or ratings. On a Windows 98se O/S using IE, select tools > internet options > security or content. On Mozilla Browsers, edit > preferences > privacy&security > images Where those settings are in the various browser, who knows? Latest EntriesQUOTE(Tyssen @ Jan 11 2006, 07:00 AM) Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location. I'm sorry if you think I'm 'raining on your parade' but you've got errors on your site that need addressing. Tyssen I made an adjustment in my cpanel. Try my site again and see if the graphics are coming up for you now. Others have checked it out and they can see everything fine. I don't seem to have a clue as to why they aren't coming through for you. Web Sets by Donna THANKS! QUOTE(jlhaslip @ Jan 11 2006, 11:50 PM) Well, I took the table out and used the background to tile the image instead. It still doesn't meet the standards at the W3C site, but I run it through a validator of my own and it passes just fine. W3C now says I can't have a background image statement in my Body content. Go figure. W3C wants everything in a css file instead in the html itself. Haven't learned that much about css yet so guess I will just be behind times until I can learn it.
Hmmm... this is getting more and more curious, because I migrated all over the "Web Designs by Donna" site and could't find a '404' anywhere. Even downloaded a set to have a look, but didn't raise any 404's.
One page had a big hole in it where the background colouring was absent, but a refresh brought it back, no troubles. My browser is old and tired, so it is just as likely that the flaw was at my end. It doesn't happen often, but it has happened before. By the way, did you solve the table background issue? QUOTE(Tyssen @ Jan 11 2006, 07:00 AM) Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location. I'm sorry if you think I'm 'raining on your parade' but you've got errors on your site that need addressing. Hmmm, I don't know what to tell you. I have a friend in southern Arabia that also cannot get my graphics to show. Exactly what does the 404 say? When I try the same thing I get a 404 that says I don't have permission to access the graphic. Let me check with somebody on here and see if I need to do something in my cpanel to solve the problem. You might also check jlhaslip's last post just above. Perhaps something in the browser is causing it. QUOTE(Mich @ Jan 11 2006, 03:07 PM) So I assumed that was the problem and warned against it. It certainly isn't the fault of my graphics, if that is what you are implying. Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location. I'm sorry if you think I'm 'raining on your parade' but you've got errors on your site that need addressing.
Similar Topics
Keywords : xhtml, software, quotes
Recommend you P2P client (3) What I've been using a lot time since now, is Limewire, I think this P2P software is good for (0) HTML, XHTML & CSS then this book is a must as this book will teach you how to build basic websites portable software for your ipod or similar removeable drive (0) if your one of those people like me who work on different computers everyday (be it school, work, I know its sorta far fetched xD (5) I know it's very unlikely, as it's probably kinda hard for a program to pin point voice in a GUI software to view other's shared files (2) I have been using LAN surfer and Network scanner in Windows , These software's are used asking the best software to make this.. (5) i have a question, would somebody tell me the software (if there any) of making video when we use By making software free many can become employed (7) I propose the idea that giving free premium software to those who could never afford a purchase can anyone know how to fix? (3) In a subdomain of my site I have an installation of MediaWiki, and until now it's been working What do you think is the most useful software (4) What do you think the most useful software out. For me its Aim, xfire, or Notepad. Most people Software with great interfaces (4) I really like using software that have very good user interfaces. Most mac softwares are really I found this amazing software, if you work with flash.. (0) If you work with flash, this is the coolest software i seen.. You can make amazing things for the RECUVA (4) Hi all, I was loking for a software to recover my lost files and I found this /biggrin.gif" (8) Its really distracting seeing people "create" what they think are master pieces on windows movie (video editing and capturing) (17) Hey guys, Sorry if this isn't in an appropriate section it's kinda difficult to navigate A must have software (7) When you delete file and empty recycle bin (Windows), it doesn't actually gone permanently! Does anyone know any good synchronization software. (4) Hello fellow trap17 members. I have desktop PC and laptop. Did anyone of you used any (6) Hello, I was wondering if anybody knew of a good free lightweight antivirus program, as I just got (11) I am looking for a free, decent video editing software. It does not need a lot of features. But I (17) This information is based on the Software & Information Industry Association Report for 2007 and not what is the best software to recovery the data (5) Hi any one can tell me what is the best software to recovery the data .... (19) Hello! I just bought a laptop and I am getting all my software I need for it. I can't decide software (9) I'm searching for a port scanner software so I can scan my computer and see which ports are (10) I am looking for a free software which is able to remove a voice in a song? To just keep the tune, I am creating a forum and i can't fix more then 1 category. (6) I am at the moment trying to program my own forum, but i need more then a single category, here is Arabic Calligraphy Software (3) For those people who are interested in Arabic & Persian Calligraphy, Kelk 2000 is here! The four Software Designes, Lacking Hardware (26) Hello everyone, IN my college Someone came from USA, i live in India. He gave a lecture on Human Is it ok? (36) I found out that AVG Free version isn't eliminating even trojan viruses. I only have this free free software.... (27) i wanna know what software, that is free, we should have on our microsoft computer!! things (8) I saw this guy posting quotes of avril lavigne's interviews in another forum. She really says a lot Looking for xhtml, software, quotes
|
|
![]() Xhtml Software - ?To use quotes or not? |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|