kaijim 15 Posted September 27, 2005 Report Share Posted September 27, 2005 Before you ask a question in this forum, you should check out our HTML Tutorial.For our HTML Tutorial: W3Schools HTML TutorialFor a complete HTML Reference: W3Schools HTML Reference 4 Quote Link to post Share on other sites
Mohammed 1 Posted December 24, 2005 Report Share Posted December 24, 2005 Hello,HTML Tutorial., I think u can find them all on W3schools, I learned HTML by this great school ! W3school.com . 1 Quote Link to post Share on other sites
Guest osageavatar Posted January 27, 2006 Report Share Posted January 27, 2006 Before you ask a question in this forum, you should check out our HTML Tutorial.For our HTML Tutorial: W3Schools HTML TutorialFor a complete HTML Reference: W3Schools HTML Reference<{POST_SNAPBACK}> Greetings, I have checked out the turorials, and I am a bit confused about something trivial. I am very new at this game so here goes. In order to test my HTML page I can just save it on a browser and then open it, or so I have to upload to a server to test them??? Quote Link to post Share on other sites
Err 10 Posted January 27, 2006 Report Share Posted January 27, 2006 You can test out the page you are making without having to upload the page to a server, so you CAN do it from your destop. But if are doing that, then images that are linked relative will not show up on that page . Quote Link to post Share on other sites
Eric 1 Posted January 27, 2006 Report Share Posted January 27, 2006 You can test out the page you are making without having to upload the page to a server, so you CAN do it from your destop. But if are doing that, then images that are linked relative will not show up on that page .<{POST_SNAPBACK}> If you have the images on your computer, then there shouldn't be a problem. Quote Link to post Share on other sites
Err 10 Posted January 27, 2006 Report Share Posted January 27, 2006 yup! I forgot to add that in there. Quote Link to post Share on other sites
assessino 0 Posted February 6, 2006 Report Share Posted February 6, 2006 couldn't find any mailadres on the site, maybe the mods can mail and delete this post ?http://www.w3schools.com/tags/tryit.asp?fi..._cellbackgroundhttp://www.w3schools.com/tags/tryit.asp?fi...able_backgroundboth are against w3c validations ! (no background attribute) Quote Link to post Share on other sites
Jonas 151 Posted February 6, 2006 Report Share Posted February 6, 2006 We mods have no power over w3schools.com content. If you are looking for an email to write to, look here:http://www.w3schools.com/about/about_helping.aspThat's the mail to use... Quote Link to post Share on other sites
kkj55 0 Posted February 20, 2006 Report Share Posted February 20, 2006 Can Someone teach me about form making? Quote Link to post Share on other sites
newbman 1 Posted February 25, 2006 Report Share Posted February 25, 2006 http://www.w3schools.com/html/html_forms.aspThis will teach you better than we can.If you want to learn what to do with the info you get from forms, go to one of the server-side scripting tutorials, like asp or php Quote Link to post Share on other sites
Guest kashi Posted March 22, 2006 Report Share Posted March 22, 2006 We mods have no power over w3schools.com content. If you are looking for an email to write to, look here:http://www.w3schools.com/about/about_helpers.aspThat's the mail to use...[right][post=10269][/post][/right] Quote Link to post Share on other sites
Jonas 151 Posted March 22, 2006 Report Share Posted March 22, 2006 Huh? :)What's wrong with my post? Quote Link to post Share on other sites
Guest Gandor Posted June 30, 2006 Report Share Posted June 30, 2006 HelloI have read tutorial and it is great. You have done realy nice work However, i found one problem that was not explained (or i haven`t noticed it). I wanted to have one background picture that will not repeat itself AND will fullfill whole background (I mean one small picture that has width and height 100%...).Can you help me how can i do that? thank you Quote Link to post Share on other sites
scott100 1 Posted June 30, 2006 Report Share Posted June 30, 2006 HelloI have read tutorial and it is great. You have done realy nice work However, i found one problem that was not explained (or i haven`t noticed it). I wanted to have one background picture that will not repeat itself AND will fullfill whole background (I mean one small picture that has width and height 100%...).Can you help me how can i do that? thank you <{POST_SNAPBACK}> No it's not covered so don't worry.You cant do it the way you are probably thinking:body{  background-image:url('bg.jpg');  width:100%;  height:100%;} This wont work Basically you have to use a div to contain and stretch the image.Then use another div (that sits on top of the previous one) for page content.This gives the illusion of a normal page with a backround and content. credit to cssplay for this solution: http://www.cssplay.co.uk/layouts/background.html Here is my "chopped" version which you might find a little easier to implement:http://scott100.atspace.com/Background_Stretch.htm Quote Link to post Share on other sites
holmedwa04 0 Posted August 25, 2006 Report Share Posted August 25, 2006 Hi,I feel it is best to use the forums, because it is more live if you know what I mean, people can answer your questions, whereas it is sometimes harder to follow a tutorial.And also someone is bound to know about what you need to know on here! Quote Link to post Share on other sites
Guest oluwatosin Posted August 28, 2006 Report Share Posted August 28, 2006 couldn't find any mailadres on the site, maybe the mods can mail and delete this post ?http://www.w3schools.com/tags/tryit.asp?fi..._cellbackgroundhttp://www.w3schools.com/tags/tryit.asp?fi...able_backgroundboth are against w3c validations ! (no background attribute) Quote Link to post Share on other sites
Petrucho 2 Posted November 21, 2006 Report Share Posted November 21, 2006 question:does this tutorial(html) in www.w3schools.com is the version HTML 4 ? or lower?thank you. Quote Link to post Share on other sites
aspnetguy 30 Posted November 21, 2006 Report Share Posted November 21, 2006 probably 4.01 Quote Link to post Share on other sites
cinci_bengals 0 Posted November 21, 2006 Report Share Posted November 21, 2006 Before you ask a question in this forum, you should check out our HTML Tutorial.For our HTML Tutorial: W3Schools HTML TutorialFor a complete HTML Reference: W3Schools HTML Reference I love W3Schools!But it dosn't say nothing about making banners For more information on what i need visit the topic HELP! Quote Link to post Share on other sites
Guest jsee Posted June 26, 2007 Report Share Posted June 26, 2007 Hello,I tried my best not to trouble you guys with simple questions. Below I pasted instructions from the tutorial on this post. I got the first two lines down to a science1) If you are running Windows, start Notepad.2) If you are on a Mac, start SimpleText.The next line and on is where I threw in the towel.3) In OSX start TextEdit and change the following preferences: Open the the "Format" menu and select "Plain text" instead of "Rich text". Then open the "Preferences" window under the "Text Edit" menu and select "Ignore rich text commands in HTML files". Your HTML code will probably not work if you do not change the preferences above!What is and where do I find the OSX? If I can find the OSX I believe I can follow from there. I am running Windows XP. Is there anyway whatsoever you can help me? I really need to learn HTML and I will not give up until I succeed. We will not worry about step 4 at this time. I just need to know where the OSX is.Thanks James Quote Link to post Share on other sites
jlhaslip 1 Posted August 21, 2007 Report Share Posted August 21, 2007 On a Windows machine, the OSX is under Start > Turn Off Computer > Turn Off > Go buy a Mac... Quote Link to post Share on other sites
boen_robot 107 Posted August 21, 2007 Report Share Posted August 21, 2007 Hello,I tried my best not to trouble you guys with simple questions. Below I pasted instructions from the tutorial on this post. I got the first two lines down to a science1) If you are running Windows, start Notepad.2) If you are on a Mac, start SimpleText.The next line and on is where I threw in the towel.3) In OSX start TextEdit and change the following preferences: Open the the "Format" menu and select "Plain text" instead of "Rich text". Then open the "Preferences" window under the "Text Edit" menu and select "Ignore rich text commands in HTML files". Your HTML code will probably not work if you do not change the preferences above!What is and where do I find the OSX? If I can find the OSX I believe I can follow from there. I am running Windows XP. Is there anyway whatsoever you can help me? I really need to learn HTML and I will not give up until I succeed. We will not worry about step 4 at this time. I just need to know where the OSX is.Thanks JamesMac is another kind of computer and an operating system (OS). Mac OSX is a version of that OS, just like XP is just another version of Windows. You have Windows XP, so that doesn't concern you in any way. Quote Link to post Share on other sites
rahul_bhise 0 Posted October 14, 2007 Report Share Posted October 14, 2007 o, and i thought that osx means operating system X that is linux or unix Quote Link to post Share on other sites
Synook 47 Posted October 19, 2007 Report Share Posted October 19, 2007 Don't let Apple hear you say that! Quote Link to post Share on other sites
thescientist 231 Posted April 9, 2009 Report Share Posted April 9, 2009 thread got funny! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.