The Un-Official Proxomitron Forum
Remove height in tables between 100 and 800 in tables - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Website Customization (/forumdisplay.php?fid=9)
+--- Thread: Remove height in tables between 100 and 800 in tables (/showthread.php?tid=951)



Remove height in tables between 100 and 800 in tables - lnminente - Apr. 10, 2007 07:52 AM

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