html Help!

Winged Fantasy

New member
Jul 21, 2006
678
0
0
Zenny
6
Points
0
Does anyone know how I can display html text.. Like say I wanted to display the affiliate code... How would I do it so it shows the html code as text?
 

Winged Fantasy

New member
Jul 21, 2006
678
0
0
Zenny
6
Points
0
No not that like I have a button and underneath it i want the html to that button shown
? Does yew gets me :p?
 

Winged Fantasy

New member
Jul 21, 2006
678
0
0
Zenny
6
Points
0
Okay I have the button code yes?
I want to put the button code on my forum yes?
but I dont want it to show the buttong I just want it to show the code yes?
Does anyone know how :p
 

GrayFox

New member
Feb 2, 2006
4,044
0
0
Zenny
22
Points
0
probably use
Code:
 or [html] along with the closing tag at the end.
Or wait.... you mean in a text box?
 

GrayFox

New member
Feb 2, 2006
4,044
0
0
Zenny
22
Points
0
<div class='htmltop'></div><div class='htmlmain'><form name="<span style='color:eek:range'>myform</span>" action="<span style='color:eek:range'>http://fakelink.com</span>" method="POST">
<div align="center">



<input type="<span style='color:eek:range'>text</span>" size="<span style='color:eek:range'>25</span>" value="
<hr>hax">



</div>
</form></div>

That might work. Try replacing the br br hax part with your html code.