|
||||
|
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 10: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.
__________________
█Time may come when you will need a shopping cart █digitális mérleg keresőoptimalizálás |
|
||||
|
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>
|
|
||||
|
Thanks for quick reply.
Problem has been solved. thanks again.
__________________
website design |
![]() |
| Bookmarks |
| Webmaster Resources |
|
• UK WW SEO Tools • Find UK Hosts |
| The Forum Rules |
|
• Forum Rules - MUST READ |
| Site Of the Month |
![]() Nominate site of the month |
|
|
| UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons. |
| Subscribe to our feeds |