The Un-Official Proxomitron Forum

Full Version: Remove height in tables between 100 and 800 in tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all!
I share here a very simple filter i made wich is very useful for me when we remove the banner of a table or a floating ad.
Code:
Name = "Remove height in tables between 100 and 800"
Active = TRUE
Limit = 300
Match = "<table *>&&\1 height=[#100:800] \2"
Replace = "\1 \2"
To the people who are starting i say that i used "<table *>" and after "&&" to be sure "height" is between "<table" and the next ">"

See how it works here: http://www.mocosoft.com/principal.htm

I must recognize i don't remember very well the sintax of many functions in proxomitron, so feel free to post here improvements or what you think Wink
Reference URL's