Hi, I have a CSS layout that I designed in Dreamweaver, but I don't know what to do with it, you can't view CSS in design mode, is there anyway I can import it into HTML? Or anything to see the design?
Thanks
Hi, I have a CSS layout that I designed in Dreamweaver, but I don't know what to do with it, you can't view CSS in design mode, is there anyway I can import it into HTML? Or anything to see the design?
Thanks
You could see CSS as a kind of makeup for your website. You can include it in the html source code, in the header section:
<head>
<link rel='stylesheet' href='style.css' type='text/css' charset='utf-8' />
...
...
...
</head>
What is your level of experience in this field? Need more info?
hmmm me to knneen intrested to know the answer of this...![]()
bvaseen answered the question. Once you add the link tag above you can then use your CSS design in your HTML elements.
I also want to know the answer.
CSS is formatting information to be applied to the HTML, not something that is "seen".
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
CSS is a markup language that is used to like typeset a html display page.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum