I am looking for a way to convert CSS to HTML

- ask away
Post Reply
chrisssteeven
mnml newbie
mnml newbie
Posts: 3
Joined: Wed Feb 10, 2010 10:57 am

I am looking for a way to convert CSS to HTML

Post by chrisssteeven »

Hi,
I am looking for a way to convert CSS to HTML. Our company's intranet is set up so that it strips the stylesheet out of the code.I had like to be able to use existing web pages that utilize CSS but somehow convert my stylesheet to inline styles.Is this possible?
Thank you
Minimal Samples
mnml newbie
mnml newbie
Posts: 97
Joined: Mon Jan 11, 2010 12:46 pm
Location: London UK
Contact:

Post by Minimal Samples »

Sounds like work you'll need a custom script for,and since nobody in their right mind would use inline styles instead of CSS I imagine you're going to have to write it yourself.
http://minimalsamples.com - Submit 20 original minimal loops & samples and get the entire archive for free.

Techno & Minimal Techno News Blog
User avatar
Daemonix
mnml mmbr
mnml mmbr
Posts: 479
Joined: Tue May 15, 2007 9:21 pm
Location: London
Contact:

Post by Daemonix »

is this a music question?!?!?!?!!? f**K
User avatar
manzatour
mnml mmbr
mnml mmbr
Posts: 331
Joined: Thu Mar 30, 2006 2:33 pm
Location: Earth

Post by manzatour »

Daemonix wrote:is this a music question?!?!?!?!!? f**K
musicians need also webpages to promote music ;)

as minimal samples said
it is possible but not wise
referencing to an external stylesheet is the best option imo
User avatar
Daemonix
mnml mmbr
mnml mmbr
Posts: 479
Joined: Tue May 15, 2007 9:21 pm
Location: London
Contact:

Post by Daemonix »

manzatour wrote:
Daemonix wrote:is this a music question?!?!?!?!!? f**K
musicians need also webpages to promote music ;)

as minimal samples said
it is possible but not wise
referencing to an external stylesheet is the best option imo
maybe a Q for general section of the forum?
User avatar
manzatour
mnml mmbr
mnml mmbr
Posts: 331
Joined: Thu Mar 30, 2006 2:33 pm
Location: Earth

Post by manzatour »

Daemonix wrote:
manzatour wrote:
Daemonix wrote:is this a music question?!?!?!?!!? f**K
musicians need also webpages to promote music ;)

as minimal samples said
it is possible but not wise
referencing to an external stylesheet is the best option imo
maybe a Q for general section of the forum?
yes, may be a better option
User avatar
Phase Ghost
mnml maxi
mnml maxi
Posts: 712
Joined: Tue Mar 17, 2009 2:19 am
Location: Pittsburgh, US
Contact:

Post by Phase Ghost »

Dude, this is a music production forum. But, I happen to know shitloads about html/css so I'll answer your question.

You cannot convert css to html. CSS is a styling language which contains no info(words, images) and html is void of any style and only contains information. Granted you can display images through CSS, but I don't think that applies to what you're asking.

If you want to use inline stylesheet, just paste the external stylesheet in the head using a script tag. Easy. Otherwise, you'll have to do it line by line.
Post Reply