Quote:
Originally posted by r4z0r
Use CSS - make a class or ID for the three text boxes - therefore it will just add padding to those cells and not the rest of the table.
Within the <td> for each of the text boxes do the following
<td style="padding">
Then within your CSS add this
.padding {padding:10px}
Obviously change the value to how much padding you want
|
I know only the very very basics of CSS which is why I did not come up with this. Thanks!