HTML tables

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
paladaxar
Forum Commoner
Posts: 85
Joined: Fri Jun 18, 2004 11:50 pm

HTML tables

Post by paladaxar »

OK, this is a stupid HTML table question, but I cant seem to figure it out.

Does anyone know how to make a table that has a thin (one pixel) border that will also print as a one pixel border? This is kicking my butt.

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

Post by John Cartwright »

use css

<table style="border: 1px solid #000">

...
paladaxar
Forum Commoner
Posts: 85
Joined: Fri Jun 18, 2004 11:50 pm

Post by paladaxar »

awesome...I'll try that
Post Reply