[ Link 1 ]
This is link number one
|
[ Link 2 ]
This is link number two
|
[ Link 3 ]
This is link number three
|
[ Link 4 ]
This is link number four
|
[ Link 5 ]
This is link number five
|
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 1
|
[ Link 2 ]
Link 2
|
[ Link 3 ]
Link 3
|
[ Link 4 ]
Link 4
|
[ Link 5 ]
Link 5
|
[ Link 6 ]
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><BODY> section of code here
</td><BODY> section of code here
</td>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-