Strip HTML
- Started
- Last post
- 7 Responses
- mymu
Any one found a quick way of stripping everything out of a HTML page, so only text and form elements are left behind...
Is there a prog to do this or can it be done with regular expressions???
Cheers
- normal0
Mozilla Firefox with Developers tools. It doesn't physically strip the page however.
- mymu0
explain? All I can find in firefox is a summary of the page contents...
- normal0
If you've got the developer bar on then go to images and "hide images" which should just about cover it. You can also strip the styles by putting on a blank style sheet. Don't know exactly what you're looking to do but if you just want to see the page bare that would be a starting point.
- ********0
File > save as
then open in Dreamweaver, unattach style sheets etc etc.
- mymu0
Sorry don't think I explained it well in the first place. I have been given a whole site made in front page + tables (ahhh). I now have the task of converting it all to a css layout, so to start of i want to remove all the redundant code with some kind of site wide search and replace....
- normal0
Well shit. Get to work man you could've had it done by now.
No shortcuts that I know of besides a bit of graft.
- mymu0
'wimper wimper' thats what i was thinking but you never know...