I need to post an affiliation code but html keeps executing the code. Are there tags to make HTML executors ignore a block of text? ~thx
no, comments are for the programmers only - i think and mopacfan what's the code? I cant see it if it's already formatted, and I'm talking HTML code, not forum pseudo-code.....
{code} bla bla bla {/code} Replace the {} with []. This will put your code in a box and not loose the html coding.
Sorry about that. It didn't occur to me that you were talking about in this forum. ACK! no im talking about html. sorry. NOT in this forum. NOT in pseudo-code. HTML code. I thought [] were special tags in HTML, but I should have known better...
in your html, change all the less than signs < to < and all the greater than signs > to > If you want to display one of these html codes like > replace the & with &
thanks, but the code isnt working. Am I doing something wrong? < a href="http://www.exclusivefreegames.com" alt="banner" > < img src="http://www.exclusivefreegames.com/efg_affiliate_banner_small.jpg" width="88" height="33" border="0" > < /a > Code (markup):
you forgot the semicolon that follows these html entities <a href="http://www.exclusivefreegames.com" alt="banner"> <img src="http://www.exclusivefreegames.com/efg_affiliate_banner_small.jpg" width="88" height="33" border="0"> </a> Code (markup):