|
Post by bass5098 on Mar 25, 2007 15:47:01 GMT -5
<script type="text/javascript"> <!-- /* Easy Info Table By Bass5098 May not be redistributed without permission of the creator */
// Info You Want In The Table var title_text = "Table Title"; // The name of the table var left_text = "Left Box Text"; // The Text You Want In The left Box var center_text = "Center Box Text"; // The Text You Want In The Center Box var right_text = "Right Box Text"; // The name of the table var table_width = "Table Width"; // The width of the table (pixels only)
// Do Not Edit Below document.write( '<table width="'+table_width+'" cellpadding="4" cellspacing="1" align="center" class="bordercolor">' ); document.write( '<tr>' ); document.write( '<td class="titlebg" width="100%" colspan="3" align="center">' ); document.write( ''+title_text+'' ); document.write( '</td>' ); document.write( '</tr>' ); document.write( '<tr>' ); document.write( '<td width="30%" class="windowbg2" vAlign="top">' ); document.write( ''+left_text+'' ); document.write( '</td>' ); document.write( '<td width="40%" class="windowbg" vAlign="top">' ); document.write( ''+center_text+'' ); document.write( '</td>' ); document.write( '<td width="30%" class="windowbg2" vAlign="top">' ); document.write( ''+right_text+'' ); document.write( '</td>' ); document.write( '</tr>' ); document.write( '</table>' );
//--> </script> PREVIEW
|
|
|
Post by .Revolution on Mar 25, 2007 16:05:21 GMT -5
Thanks for contribution to Pixel Designs e1
|
|