I used the function:
document.getElementsByTagName('strong')
to get all the text on the page with this type of formatting. HTML looks like this:
<td align="center" valign="bottom"><H1><font size="+4"><strong>TEXT_HERE</strong></font> <br>
I would like to change "TEXT_HERE", perhaps something else, or delete it all together. How can i do this?
Thanks in advance for your help :)
source
share