Jump to content

styling tables


synchro_irl

Recommended Posts

i was wondering if someone could tell me how to fit the new scc table code around my exsiting data to get a sexy table look

 

 

this is the code for my table:

 

 

<form method="post" action="postAdvReview.php" name="postAdvReview">
<table cellpadding="3" cellspacing="0" class="SaladFormTABLE" id="table1">

  <tr>
    <td>Your Username</td>
    <td >
<input type="text" name="username" value="" maxlength="10" size="10" locked="yes"> </td>
  </tr>
  <tr>
    <td>Tradesman's name:  </td>
    <td><input type="text" name="name" value="" maxlength="10" size="10" > </td>
  </tr>
<tr>
    <td >Type </td>
    <td ><input type="text" name="type" value="" maxlength="45" size="45" > </td>
  </tr>
<tr>
    <td height="58">Rating (Out of  5)</td>
    <td height="58"><input type="text" name="StarRating" value="" maxlength="10" size="10" > </td>
  </tr>
<tr>
    <td>Review Text </td>
    <td><textarea name="commentbox" cols="80" rows="6" ></textarea> </td>
  </tr>
  <tr>
    <td > </td>
    <td > </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td colspan="2" align="right">
      <!-- BEGIN Button Update --><input name="Update" type="submit" value="Submit"><!-- END Button Update -->
      <!-- BEGIN Button Delete --><input name="Delete" type="reset" value="Reset"><!-- END Button Delete --> 
    </td>
  </tr></table>
</form>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.