Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
this is why i keep disappearing from TT.
<img name="image0" src="smallBlueCircle.png" border=0 [!]width=81 height=81[/!]>
If I 0 the above width/height then no image shows up
image0.src = "bigBlueCircle.png"[!],"width=181","height=181"[/!];
what happens when you leave off the width and height attributes of the <IMG> tag?
I'm sure it is just a temporary thing
I'm guessing you don't do this stuff for a living!Einstein said:...Validation is overrated...
Me said:(Web) Validation is the process of validating that your markup adheres to a (doctype) standard. Standards are required to ensure your markup presents and functions in the same way across current (and future) markup parsers (spiders etc) and browsers (that support the accepted web standards).