Ok, I have a very basic knowledge of HTML. So now I want to put a quote box to the right of the banner in my sig, on the same level. Is that possible, or will I have to make an image of the quote box first?
Ok, I have a very basic knowledge of HTML. So now I want to put a quote box to the right of the banner in my sig, on the same level. Is that possible, or will I have to make an image of the quote box first?
<table width="100%"><tr><td valign="top" width="1">
Stuff That Looks Like Jesus</td><td valign="top"></td></tr></table>ho ho
You can quote that and grab the code.
Thanks!
Hmm, it's a little displaced vertically by the blockquote tag's margin. If you care to fix this, you can recreate the quote in html:
<table width="80%"><tr><td valign="top" width="1"><br /> Stuff That Looks Like Jesus</td><td valign="top"><blockquote style="margin-top:0"><div style="padding: 5px 0px 5px 0px; font-size: 8pt;">Originally Posted by <strong>2009 Ciddies</strong></div><div class="quotebox" style="border:1px black solid; font-size:9pt; padding:5px">22) Best Poster
Raistlin............6
ShlupQuack..........3</div></blockquote></td></tr></table>
Yeah, I noticed that and was messing around with it but couldn't make it look better. Thanks again.