Jump to content

styling tables


synchro_irl

Recommended Posts

hey guys

hope everyone is keeping well

i have tables printing out in a horrbile bland manner, here take a look:

 

screensi6.th.png

 

there horrible, i need to make them much much more stylish, can anyone suggest a style to me, and a way of going about getting them to work!

 

thanks for the help,

Steve

 

Link to comment
https://forums.phpfreaks.com/topic/93303-styling-tables/
Share on other sites

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
https://forums.phpfreaks.com/topic/93303-styling-tables/#findComment-478033
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.