This one time, at band camp, Peter Rundle wrote: >Sluggers, > >Does anyone know of any linux software/editors that are style sheet aware? >I've currently walked in on a situation where people prepare web pages in >word (cxoffice) and export them as html (yowsers!) > >I'm thinking that this needs to be re-engineered into clean html with >simple tags that is rendered in conjunction with a style sheet. > >However, my first attempts at getting them to editing raw html, even simple >stuff with just the odd <h1>heading</h1> type tags in it is too much for >some. > >Does anyone know of a good solution / tool that will produce clean html >content but is displayed with the colours style etc of the style sheet that >I've designed? > >Prefer Linux but a windows tool that'd be a chance to run under cxoffice >would be just as good.
The web developer toolbar for firefox lets you load your own CSS when viewing a page, and edit it "live". http://chrispederick.com/work/webdeveloper/ To strip out style info from the generated HTML, you could use 'tidy'. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
