|
|||
|
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 Last edited by Bagi Zoltán; 05-06-2008 at 09:11 AM. |
|
||||
|
All you need to do is to grab the css and place it between <style> and </style> html tags, and it will have the same effect.
|
|
|||
|
Yes, like Bagi said, you have to insert <style> tag in your HTML page:
Code:
<style type="text/css" href="{PATH_TO_CSS_FILE}" />
Code:
<style type="text/css">
@import "{PATH_TO_CSS_FILE}";
</style>
__________________
Passive smoking facts |
|
|||
|
Thanks for quick reply.
Problem has been solved. thanks again.
__________________
website design |
![]() |
| Useful Resources & Sites |
| • Search Engine Marketing Company • UK Web Hosting • Build One Way Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
| UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons. |
| Subscribe to our feeds |