When it comes to sites such as this blog who offer design tips, there's nothing I find more aggravating than an incomplete explanation of how to accomplish a design technique.
I've observed there are designers who offer a portion of the whole without telling you it's only a portion and then there's a note like..."If you have any problems you can email me at suchandsuch@ihelpedyou.com"
That's a good way to make contact with a potential client.
I figure it this way. If you already know how to do anything posted on this blog then you don't need the information and if you've found this blog and do need the information, you've probably already made the conscience decision to design your own site and the last thing you need are incomplete instructions. It's infuriating to work on something for days and then find out that person only gave you a portion of the script.
The last two posts have given you the code for the CSS, but how do you apply the code to the page?
If you have the page open and can see the design and code section, click on the table in the design section and the code/html section of the page will be quickly located.
If you're working straight through the code/html side of the page, locate the table you want to work with.
(NOTE: I've left a space between all < and the info for posting purposes, but a space should not be in your actual code/html)
You should see < table and other info. After that you should see script beginning with < tr and after that is a section beginning with < td.
Following the < td will be info like width="200" etc.
In the < td line of script is where you place the code/html to apply the table cellpadding. Some programs will prompt you as you begin typing in the code/html section, but either way enter the following text in the < tr line.
class="table_cellpadding"
You'll want a space before and after the html if you place it in the middle of the line.










