This is a discussion on "Generating a CSS Template from HTML" within the Web Page Design section. This forum, and the thread "Generating a CSS Template from HTML are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Generating a CSS Template from HTML
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Generating a CSS Template from HTML
I have a number of HTML files (.aspx pages, actually) containing divs and spans with id's and classes defined. Is there an automatic way to generate a template style sheet containing definitions for all elements defined on the page?
For example, if this is my HTML: <div id="ContentDiv1" class="ContentHeader"> I want the following CSS generated: #ContentDiv1 {} ContentHeader {} Anyone know of a free way of accomplishing that quickly? Thanks in advance. |
|
|
|
#2
|
|||
|
|||
|
Re: Generating a CSS Template from HTML
I know some editors like skEdit have a feature that will turn inline styles into standard css but not sure about just parsing classes and id's and filling in the info.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Generating a CSS Template from HTML
What about using the web developer toolbar in Firefox and then choosing CSS > View CSS information? It won't produce a template as such, but allow you to see all the CSS inline styles, and then cut and past in to a .css file?
-------------------- For great value database web hosting with £hundreds free software, visit: http://www.xlweb.co.uk |
![]() |
| Tags |
| generate css template |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i make my PSD Template into a working HTML Page | homer09001 | Web Page Design | 23 | Aug 1st, 2007 01:23 |
| Need good HTML template service... | pdbuddy | Starting Out | 4 | Apr 7th, 2007 20:48 |
| How do I Remove Template Tags from html? | sovereign6 | Web Page Design | 3 | Dec 8th, 2006 16:16 |
| Spaces in HTML for a template | necron_uk | Web Page Design | 11 | Aug 9th, 2006 14:11 |