Help - Search - Members - Calendar
Full Version: Help?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
xKIMOx
Can anyone help me? Describe? Teach?
freeflow
http://pixelfx.org/ (tutorials > css)
http://w3schools.com/
xKIMOx
i know the "CODING" not the html linking for evey page :-(
freeflow
What do you mean by html linking for every page?

If you know the coding you kind of css. Unless you don't know what each thing means which is what I figured you meant.
xKIMOx
like this: http://www.htmlhelp.com/reference/css/style-html.html

I dont understand that :-(
freeflow
Ah . Basically what you do is you put your css with out style tags in a file. You name it something.css (change sometthing to what you want). Then you upload it so your site.

Then at the top of each page instead of posting your css (with style tags) you put:
CODE
<LINK REL=stylesheet HREF="http://you@domain.com/FILENAME.CSS" TYPE="text/css">

(taken from pixelfx.org)

Where It says http://you@domain.com/FILENAME.CSS you put the url to the .css file that you uploaded.


Its explained better at the pixelfx.org site . Go to tutorials > css > css shortcut
xKIMOx
thanks! let me try!!!!!!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.