*/* Start Example */*
[doHTML]
<!--START CoTW CARD-->
<hr color="840000"><!--This is the top line for the review, marking the start-->
<!--CARD PICTURE HERE-->
<img src="http://dragons21.freecoolsite.com/RoTD_Photos/users/1/BEWD.jpg" />
<br />
<B>Card Name:</b> Blue Eyes White Dragon
<br />
<B>Card Attribute:</B> Light
<br />
<B>Card Type:</B> Dragon
<br />
<B>Card ATK/DEF:</B> 3000/2500
<br />
<B>Card Description:</B> This Legendary dragon is a powerful engine of destruction. Virtually invincible. Very few hae faced this awesome creature and lived to tell the tale.
<br />
<br />
<hr color="840000">
<B>Pros:</B> Strong attack. Its a Dragon. Multiple Support Cards. High Defense
<br />
<br />
<B>Cons:</B> Needs to tributes. No effects. Etc
<br />
<br />
<hr color="840000">
<B>My Comments:</B> What Can I say? (This is an example) This is a dragon. Go figure
<br />
<br />
<B>Misc. Info:</B> Most used in the TV show by Kaiba.
<br />
<br />
<hr color="840000"><!--This is the last line for the review, marking the end-->
<!--END CoTW CARD-->
[/doHTML]
*/* End Example */*
Here is the WHOLE CODE I used for the above post:
| HTML |
[doHTML] <!--START CoTW CARD-->
<hr color="840000"><!--This is the top line for the review, marking the start-->
<!--CARD PICTURE HERE--> <img src="http://dragons21.freecoolsite.com/RoTD_Photos/users/1/BEWD.jpg" /> <br /> <B>Card Name:</b> Blue Eyes White Dragon <br /> <B>Card Attribute:</B> Light <br /> <B>Card Type:</B> Dragon <br /> <B>Card ATK/DEF:</B> 3000/2500 <br /> <B>Card Description:</B> This Legendary dragon is a powerful engine of destruction. Virtually invincible. Very few hae faced this awesome creature and lived to tell the tale. <br /> <br /> <hr color="840000"> <B>Pros:</B> Strong attack. Its a Dragon. Multiple Support Cards. High Defense <br /> <br /> <B>Cons:</B> Needs to tributes. No effects. Etc <br /> <br /> <hr color="840000"> <B>My Comments:</B> What Can I say? (This is an example) This is a dragon. Go figure <br /> <br /> <B>Misc. Info:</B> Most used in the TV show by Kaiba. <br /> <br /> <hr color="840000"><!--This is the last line for the review, marking the end--> <!--END CoTW CARD-->
[/doHTML]
|