OutcastDesigns
28 Apr 2006, 07:27 AM
Hi,all
Some People of you may realise that when you make a website it may look right but still isnt valid well i have a useful tool that you can use it is a html valdiator so u can see prorams in your html coding that you cannot see but this site helps you find them. http://validator.w3.org/
Another Validator is a css style sheet one located at http://jigsaw.w3.org/css-validator/ this does the same but for css which is cassadding style sheets
Some People dont realise that Tables is fine to be used to do layouts of website but from the method of which i have been taught i use divs and css combined to create the website layout tables are oh k for forms but not page layout wat is a div and how do you include css to it simple at the following code anywhere on ur page
eg:
<STYLE type="text/css">
@import url(test.css)
</STYLE>
when its done the @import url(nameofthefile.css) shud turn green only if you using dreamweaver mx 2004 or dreamweaver
at the top of your webpage
in the body part you can use divs by doing the following
<divs id="nameofthethingincss"></div>
nameofthethingincss is the name of the function in css
Another thing that is
Have a look in different browsers it may look fine you use in the current one like internet explorer but have a look in another one which is firefox or opera or netscape or safari or aol explorer so if you have a look at your website in other internet browsers then you will be able to see if you have any problems in them
I hope this helps
:nod:
Some People of you may realise that when you make a website it may look right but still isnt valid well i have a useful tool that you can use it is a html valdiator so u can see prorams in your html coding that you cannot see but this site helps you find them. http://validator.w3.org/
Another Validator is a css style sheet one located at http://jigsaw.w3.org/css-validator/ this does the same but for css which is cassadding style sheets
Some People dont realise that Tables is fine to be used to do layouts of website but from the method of which i have been taught i use divs and css combined to create the website layout tables are oh k for forms but not page layout wat is a div and how do you include css to it simple at the following code anywhere on ur page
eg:
<STYLE type="text/css">
@import url(test.css)
</STYLE>
when its done the @import url(nameofthefile.css) shud turn green only if you using dreamweaver mx 2004 or dreamweaver
at the top of your webpage
in the body part you can use divs by doing the following
<divs id="nameofthethingincss"></div>
nameofthethingincss is the name of the function in css
Another thing that is
Have a look in different browsers it may look fine you use in the current one like internet explorer but have a look in another one which is firefox or opera or netscape or safari or aol explorer so if you have a look at your website in other internet browsers then you will be able to see if you have any problems in them
I hope this helps
:nod: