Thread: HTML Help..
View Single Post
Old 11-10-2003   #3 (permalink)
Young Spartan
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
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!
Young Spartan is offline