|
Home
Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
Forums
Web Site
Software
gbCodeLib
Personal
Webcam
Biography
Contact Me
|
GBIC >>
Source Code >>
HTML >> Snippet
|
Set table width
<!-- tables expand to width necessary to display data, unless told otherwise -->
<!-- width in pixels -->
<
table
width
=
400
>
<!-- width in % of window -->
<
table
width
=
80
%
>
|
|
|
|