synchro_irl Posted February 27, 2008 Share Posted February 27, 2008 hey guys hope everyone is keeping well i have tables printing out in a horrbile bland manner, here take a look: 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 More sharing options...
AndyB Posted February 27, 2008 Share Posted February 27, 2008 http://icant.co.uk/csstablegallery/index.php Link to comment https://forums.phpfreaks.com/topic/93303-styling-tables/#findComment-477997 Share on other sites More sharing options...
synchro_irl Posted February 27, 2008 Author Share Posted February 27, 2008 thanks for the link, but im trying to find out how i put this code in my php file? as in how i fit it around wats already there? thanks Link to comment https://forums.phpfreaks.com/topic/93303-styling-tables/#findComment-478032 Share on other sites More sharing options...
synchro_irl Posted February 27, 2008 Author Share Posted February 27, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.