Home > CSS, Javascript, XHTML > Convert Css To Inline Css

Convert Css To Inline Css

July 1st, 2009

I have a template to use for Ebay. The html allowed by ebay cannot contain <head></head> elements, so I cannot include a <style></style> section and cannot link to external stylesheets. (I have tried linking to external style sheets outside of the <head></head> take and browser support is spotty at best).

So what I would like to do is convert my normal <style></style> tab in the head with classes and/or ids to inline styles, so i can just copy what is in between <body></body> and paste it into the ebay posting system.

In this way my product description css will not interfere and alter the whole ebay page.


Convert Css To Inline Css

Comments are closed.
Bear