|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
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
%
>
|
|
|
|