Help - Search - Members - Calendar
Full Version: Major Css Trouble When Previewing Site When Not In Dreamweaver
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
Dragon of the North
When i preview my site the css document it does not attach/has any effect on my site.
I have like 7 web pages and once css doc what should i do so when i preview my site the css has an effect?
I've been using dreamweaver which does something automatically so when i preview my site has its css functioning.
Thanx
Banjo
If you have a link to your site then that would be helpfull and a link to your css so we can check your code to see if the css is being linked.

To link css you do

CODE
<link rel="stylesheet" type="text/css" href="style.css">

assuming the name of the css document is "style.css" and it is in the same folder as the web pages.

You place the code between the head tags <head></head>
Dragon of the North
what is style sheet?
but if the css does not automatically work does it them there is a problem?
MrTouz
style sheet is your css file : Cascading Style Sheet.

In order to run a Style in your site is to have a .css file (or integrate the css code inside your site)

If you insert the code bellow it should show your style coding and their effects.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.