Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/tables.php on line 1

Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/tables.php on line 1

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/tables.php on line 1

Tables


This tutorial will show you how to get tables, which sets the text in colums, like with affiliate links, like this;


DYANA Brooke
Ben Kaytlyn
Jasmine Malous
Jamila Lea
Tiffany Alexa
Kristin Jenny
Anna Caitlyn
Anthine Beth
Kari Marit
Pat Mirjam
Thomas Anneli
Heidi Jorgen
Marit


1. Paste this code where you want it;

<table cellSpacing="2" cellPadding="0" width="180" border="0" height="19">
<tr>
<td align="justify" width="180" height="16">
<a href="http://yoursitename.com" target="blank">Link</a><BR>
<a href="http://yoursitename.com" target="blank">Link</a><BR>
<a href="http://yoursitename.com" target="blank">Link</a><BR>
<a href="http://yoursitename.com" target="blank">Link</a><BR>
</td>
<td height="16" width="130">
<div style="MARGIN-LEFT: 3px" align="justify">
<a href="http://yoursitename.com" target="blank">Link</a><BR>
<a href="http://yoursitename.com" target="blank">Link</a><BR>
<a href="http://yoursitename.com" target="blank">Link</a><BR>
<a href="http://yoursitename.com" target="blank">Link</a><BR>
</center>
</td>
</tr>
</table>


2. Change url and sitename. Begining from the top of the code, the two first links will be horizontally aligned, and the same with three and four, and so on.

3. To change the style of the tables, paste this in your CSS;

table {
font-family: Tahoma;
font-size: 11px;
line-height: 7pt;
color: #3b3a39;
}

Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/tables.php on line 103

Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/tables.php on line 103

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/tables.php on line 103