Basic html code to be used in xtgem sites for new xtgem users if you want more help contact here
xtgem > create > code
Text Codes
<b>Bold</b>
<font color=red>Text</font>
<font size=5>Text</font>
combined font codes
<font color=red ; size=5><b>Text</font></b>
Image and link codes for xtgem
<img src=url>
<img src=url height=100% width=100%>
full width image for any screen
<img src=url width=100%>
No select for image disable selecting image
<img src=url width=100% noselect=true/>
Image with link
<a href=url>Text</a>
<a href=url><img src=url>Text</a>
Some Combined codes of text,image,url code
<a href=url><img src=url><b><font color=red ; size=5>Text</b></font></a>
★Tecridible★