| | 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. |
|
|
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
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 (3) 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 (3) Hi all, I was loking for a software to recover my lost files and I found this /biggrin.gif" (6) Its really distracting seeing people "create" what they think are master pieces on windows movie (5) Ok so as the topic title says i'm looking for some Developers to help with a forum software. (video editing and capturing) (16) Hey guys, Sorry if this isn't in an appropriate section it's kinda difficult to navigate Let the others know what software is good (12) Softwares with similiar function is many nowdays. It's hard too find one, but why we must find A must have software (7) When you delete file and empty recycle bin (Windows), it doesn't actually gone permanently! Which one do you choose or using right now? (16) Nowdays, it seems a lot of free forum software developed in the net. Give your opinion about the Try it out (12) Have you all hear a software called Defraggler? Well if not, I recommend you to download this as in the case of website development ? (2) hey in todays world building a website is not a big deal , i guess there are so many ways to do that Does anyone know any good synchronization software. (3) Hello fellow trap17 members. I have desktop PC and laptop. Did anyone of you used any (17) This information is based on the Software & Information Industry Association Report for 2007 and not Freeware Software List (7) I nearly had a heart attack when I saw this e-magazine (PC Magazine) on a website that will remain 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 .... Software Needed? (8) I bought a new laptop which is ASUS Model: F3S and I came up with the question how I can make (15) Hello! I just bought a laptop and I am getting all my software I need for it. I can't decide issues after removing DSL software (6) How many of you experienced this? QUOTE Unable to renew IP address Unable to start RPC service (9) 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 (2) For those people who are interested in Arabic & Persian Calligraphy, Kelk 2000 is here! The four music mixing (10) I want to make beats and i want to mix songs together and basicly all those DJ things like making Looking for software (10) So I'm not quite ready to spend $1500 on a Boss BR-1600 Digital Recording Studio Projects, software, tools... etc. (33) Reading Slashdot , some days ago, found an article about a simulation of the human brain called (44) I did a clean install of Windows XP some time ago.. It returned to the fast speed and all Free software download... (6) Skype is free Internet telephony that just works. Skype is for calling other people on their (8) I saw this guy posting quotes of avril lavigne's interviews in another forum. She really says a lot Good software for making Banners!! (11) Good Softwares to Make Banners I need a good banner for my website 3dolla, I''m not a Looking for xhtml, software, quotes
|
|
![]() Xhtml Software - ?To use quotes or not? |
| ADD REPLY / Got an Opinion! | Remove these ADs! | RAPID SEARCH! | Free Web 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 |
|