Side By Side Links

Link 1 ] Link 2 ] Link 3 ] Link 4 ] Link 5 ]

T o have your links positioned side by side may be more trouble than it is worth. Since each link in the <BODY> is a separate entity and is formed by the <div id and the closing </div> tag (which by the way you can not remove) or the script will not function, this poses a slight problem. It can be done with the use of tables but here again, the link name must be very short and the scrolling message must be very short* or you will not get many links in a row.

*     The space between each link is directly associated with the length of the scrolling message. Our above scrolling message is only 5 words and look at the spacing. If your shorten the message, the spacing also gets closer where you can add more links side by side. See below.

Link 1 ] Link 2 ] Link 3 ] Link 4 ] Link 5 ] Link 6 ]

B elow is the code for the table we used to get the links to be side by side.

<table border="1"cellpadding="4"
cellspacing="3">
<tr>

<td valign="top" align="left">

<BODY> section of code here

</td>

<td valign="top" align="left">

<BODY> section of code here

</td>
<td valign="top" align="left">

<BODY> section of code here

</td>
</tr>
</table>

F or each additional link you want to add, insert the below part of the table after the above closing </td> tag.

<td valign="top" align="left">

<BODY> section of code here

</td>

Copyright © Consigliere Ltd., All Rights Reserved. 2001-