MAGIKLORD
STRIKELORD Copy below for my random image generator note:: use the variable names respectively to give the users the result: for the css generator mine is not yet ready i will prepare it later.
<div class="zxfourborder">
<form action="#result">
<input type="hidden" name="msg" value="Random image with text created successfully, copy the code below.." />
<b>border-color:</b>
<br />
<input type="text" name="brdc" id="#dd0000" value="#dd0000" />
<br />
<b>Border-style:</b>
<br />
<select name="btype" value="none">
<option value="none">None</option>
<option value="solid">Solid</option>
<option value="outset">Outset</option>
<option value="linset">Iinset</option>
<option value="dotted">Dotted</option>
<option value="double">Double</option>
<option value="groove">Groove</option>
<option value="dashed">Dashed</option>
<option value="ridge">Ridge</option>
<option value="hidden">Hidden</option>
</select>
<br />
<b>border-width:</b>
<br />
<input type="text" name="bwdth" value="3px" />
<br />
<b>background-color:</b>
<br />
<input type="text" name="bgco" id="#d0d0d0" value="#d0d0d0" />
<br />
<b>Padding-top:</b>
<br />
<input type="text" name="ptop" value="10px" />
<br />
<b>Padding-left:</b>
<br />
<input type="text" name="plft" value="10px" />
<br />
<b>Padding-bottom:</b>
<br />
<input type="text" name="pbtm" value="10px" />
<br />
<b>Padding-right:</b>
<br />
<input type="text" name="pryt" value="10px" />
<br />
<b>Image-1</b>
<br />
<input type="text" name="img1" value=" http://weezywap.xtgem.com /Pic/Weezywap.png" />
<br />
<b>Text-1</b>
<br />
<input type="text" name="rtext1" value="Your Text Here" />
<br />
<b>Image-2</b>
<br />
<input type="text" name="img2" value=" http://weezywap.xtgem.com /Pic/Weezywap.png" />
<br />
<b>Text-2</b><br />
<input type="text" name="rtext2" value="Your Text Here" />
<br />
<b>Image-3</b>
<br />
<input type="text" name="img3" value=" http://weezywap.xtgem.com /Pic/Weezywap.png" />
<br />
<b>Text-3</b>
<br />
<input type="text" name="rtext3" value="Your Text Here" />
<br />
<b>Image-4</b>
<br />
<input type="text" name="img4" value=" http://weezywap.xtgem.com /Pic/Weezywap.png" />
<br />
<b>Text-4</b>
<br />
<input type="text" name="rtext4" value="Your Text Here" />
<br />
<b>Image-5</b>
<br />
<input type="text" name="img5" value=" http://weezywap.xtgem.com /Pic/Weezywap.png" />
<br />
<b>Text-5</b>
<br />
<input type="text" name="rtext5" value="Your Text Here" />
<br />
<b>Image-height:</b> (px)
<br />
<input type="text" name="imgh" value="30" />
<br />
<b>Image-width:</b> (px)
<br />
<input type="text" name="imgw" value="110" />
<br />
<b>Text-align:</b>
<br />
<select name="talgn" value="left">
<option value="left">Left</option>
<option value="center">Center</option>
<option value="right">Right</option>
</select>
<br />
<b>Font-color:</b>
<br />
<input type="text" name="fntc" id="#666600" value="#666600" />
<br />
<b>Font-weight:</b>
<br />
<select name="fwgth" value="normal">
<option value="normal">Normal</option>
<option value="bold">Bold</option>
<option value="italic">Italic</option>
<option value="small">Small</option>
<option value="big">Big</option>
</select>
<br />
<input type="submit"value="Create Now!"/></form>
</div>
<div class="zxfourborder">
<a name="result"></a>
<font color="green"></font>
<textarea cols="27" rows="10">
<!-- Random image and text script generated from http://weezywap.xtgem.com --></textarea>
Copy code