Recent content by JT Tech

  1. J

    html -- how to remove padding?

    <table cellpadding="0" border="3"> <tr><td align="center"> Have fun! </td> </tr> </table>
  2. J

    How to change the font color for comments on my blogger through the HTML?

    Hello, Well you could try <font color="black"> This is blog comments here.</font> Hope this helps!
  3. J

    How to change the font color for comments on my blogger through the HTML?

    Hello, Well you could try <font color="black"> This is blog comments here.</font> Hope this helps!
  4. J

    how can i create a html or java script to have two or three combo boxes. that the

    Well there is alot too that. But to get you pointed in the right direction you should name all your selector boxes <script type="text/javascript"> function Chk() { if (document.form.sel1.value=="Turkey") {document.form.sel2.value="Gravey"} if (document.form.sel1.value=="Chicken")...
Back
Top