Making a single pixel white border around a TD/TABLE object

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mjseaden
Forum Contributor
Posts: 458
Joined: Wed Mar 17, 2004 5:49 am

Making a single pixel white border around a TD/TABLE object

Post by mjseaden »

Dear All

Any ideas how I place a border of width 1 pixel, white in colour, around the perimeter of my table cell?

Many thanks

Mark
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

<table style="border: 1px solid #FFFFFF">
Post Reply