[greasemonkey-users] Changing HTML code (NOT CSS) possible? Addressing NESTED,INNER

Sat, 02 Feb 2013 01:04:40 -0800

Assume I have a HTML code similar to:
 
<html>
<table width="770" ...>
....
<table width="448" ...>
...
<table width="430" ...>
...
</table>
...
</table>
...
</table>
...
</html>
 
As you can see there are 3 nested table definitions. 
 
1.) How can I change ALL <table width=...> definitions to
 
<table width="98%" ...>
 
All individual remaining <table> attributes and their values hould be kept 
untouched.
 
2.) How can change the WIDTH attribute value of the second level <table> 
definition ONLY to
 
<table width="90%" ...>
All individual remaining <table> attributes and their values hould be kept 
untouched.
 
Ben

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to