So When Somebody Disables Html??
such as:
<embed src="http://lads.myspace.com/music/music… quality=high bgcolor=#FFFFFF width="450" height="345" name="mp3player" align=""type="application/x-shockwave-fl…
is there anyway around that or not??
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.













You can substitute the nonalphanumeric characters for their escape sequence & try that.
i.e
< to & lt;
> to & gt;
(ignore thespace after the &..i have to include it so the browser won’t display a < or >)
equal signs should be alright.
No way around it. That is why you are informed that the html is disabled in their comment sections.