yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 do you have a website with good explain/uitleg about it? i tryed very much to find it, but i just see selfmaded scripts where must be a fault in.. no good explain/uitleg about it.. sorry when i am irritate you..sorry.. Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Start here: http://www.codecademy.com/tracks/web Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 thank you, i gonna try it Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) thank you, i gonna try it I gonna recommend it. My colleague has contributed to this website... and on several school this is the way how students can learn the practice. Accept it, that it take a long time. but step by step you knowledge will be extending. Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i have did i think everything from the website, can you look at my contact form? i changed it.. Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 You're almost there, but not quiteSee the validator here  - There is no attribute called 'subject' - <style type="text/css"> belongs not in the <body>-section. Quote Link to comment Share on other sites More sharing options...
thara Posted July 3, 2013 Share Posted July 3, 2013 Still your CSS is not in the correct place Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 - <style type="text/css"> belongs not in the <body>-section. Â Â Still your CSS is not in the correct place That's what i say, Thara ;-) Quote Link to comment Share on other sites More sharing options...
thara Posted July 3, 2013 Share Posted July 3, 2013 (edited) haha Edited July 3, 2013 by thara Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 what do you mean with subject..? Â i know.. but i think when i gonna do that with css that i have like this: div on two different pages and i want other color.. and that`s not working.. Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) 'subject' is not al valid attribute in HTML. See your <form> tag.... it's possible in a request:mailto:blah@blah.com?subject=Information%20needed  And can you clearder about your CSS-problem?  What do you want?? What have you tried? What have you as code??This are the three W's which you must answer to ask a question om forums, like this. Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i don`t understand..? this is what must be not good, i did it like a explain websit..? Â Â <form action="mailto:email@hotmail.com" subject="formulier" method="post"> Â i just want each page another css..like now.. i have tryed this and i have tryed with a css page like style.css. this is my css code from contact: Â Â <style type="text/css"> Â body { Â Â Â color: black; Â Â Â width: 828px; Â Â Â margin: auto; Â Â Â background-color: #FAEBD7 } Â Â Â } </style> Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) Again: Subject is NOT a valid attibute. It must be added to your mailadress as i say in my previous post.Keep an eye on this formtopic well, several question of you are already answered here... Thanks... Â Why do you want for each page a new CSS? You can make a CSS for all of your pages You can still embed this in a *.css-file. So you have the control over it in a single file (the stylesheet) Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i does or not..? i`m sorry.. my english is not very good.. ow.. i`m sorry.. Â i find it easyer than for each page the same.. So you mean that i must make a css file for every page apart? Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) It's not easier, it a lot of work when you must edit 50 css-codes for 50 pages...Yes, it's better to make a single .css-stylesheet, and embed these in all of your pages. Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 (edited) hmm.. i don`t know.. i gonna try it.. Â edit, did i do it good? i maked it how you say that it must be. Â sorry. but about the subject i just not understand..what you mean.. it is not a subject.. but what than? Edited July 3, 2013 by yasminlove1 Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) There is no attibute called 'subject'. Remove this..... Â And the stylesheet belongs in your head-section of your HTML-document. Â And i'm wondering why the .css files of contact en index.html are not indentically?I think the whole site has an own design. Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i removed it. Â ow okay, i change it. Â yes.. i know but they are not the same.. Â what`s the next stap? Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 To build a nice website.... Begin with the first excercise on codeacademy about the basics of HTML and CSS. Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i did the html of the website, and css is easy, i learned it in 5 video`s on a website.. can we go to the next step/stap? contact and nieuw hier? is already finished, the index is finished, but the system not. Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) CSS is not to learn in 5 video's.... Â I do not know where you still want to continue....Please begin by http://www.codecademy.com/learn, and begin with the Web Fundamentals and make the excercises. That's the right way to make a website. Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 okay, i gonna do that Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Good idea.... And take the time.... Quote Link to comment Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i have learned it, what is the next step/stap? Quote Link to comment Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) i have learned it, what is the next step/stap? LOL....Are you kidding me?!?!?! Â Did you have done all the 13+6 excercises from '1) Introduction to HTML'? This is only the stuff to make a page with headings, links and images. To less to build a good website. Â Step 2 is: 2) HTML Structure: Using Lists And go futher.. and further.. and further.. etc... Edited July 3, 2013 by MissMarisjuh Quote Link to comment Share on other sites More sharing options...
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.