![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How to set dreamweaver to not use CSS?
I know it is frowned upon to not use CSS, but, the reason why I want everything
done in HTML is because I want to list my page on an auction, and this auction does not support the use of css, everything has to be purely done in HTML, is there a way to set dreamweaver so that it does not automatically make my formating turn to CSS? Thanks, Bill. |
|
|||
|
Re: How to set dreamweaver to not use CSS?
..oO(BKolos)
>I know it is frowned upon to not use CSS, but, the reason why I want everything >done in HTML is because I want to list my page on an auction, and this auction >does not support the use of css, everything has to be purely done in HTML If it's about eBay or a similar platform, then in fact you can use CSS. You just have to add a 'style' element to the page body(!) to link to an external stylesheet. It's completely invalid HTML, because the 'style' element belongs to the document's head, but it should work in almost every browser. And since usually the rest of the auction page is invalid HTML anyway, it doesn't really hurt either. See if this helps. Micha |
|
|||
|
Re: How to set dreamweaver to not use CSS?
Actually I figured out how to get dreamweaver to use HTML Tags instead of CSS,
but is there a way to now convert those CSS that I currently already created(before I knew ebay didnt support CSS) to HTML tags? Thanks, Bill. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|