08/17/05

Code For Side By Side links
Inside A Table

Howto Remove Border ]
Virus Alert ]
Close Window ] Example ]
Example ]

Complete Table For 3 Links
Side By Side Or Horizontal

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

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

<BODY> Code Here
</td>

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

<BODY> Code Here
</td>

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

<BODY> Code Here
</td>

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

Howto Configure Code For Overlapping Link Boxes


For each part of the code (on the left side of this page) that says "<BODY> Code Here", you would replace that with the below code which is a complete overlapping link for the <BODY> section. Just reconfigure it to your material.

<!---------- Start Code And Reconfigurations For <BODY> Section For Each Box ---------->

<p><b><a href="search.htm" onClick="return overlay(this, 'subcontent2')">
Another example</a></b><br /></p>

<!--Sub content to overlay link when clicked on.
Do not remove outermost <div id="subcontent2"> tag below. -->
<DIV id="subcontent2" style="position:absolute; display:none">

<div style="border: 9px solid black; background-color: lightyellow; width: 400px; height: 400px;
padding: 8px">
Add Your Content Here
<div align="right"> <a href="#" onClick="overlayclose('subcontent2'); return false">Close</a></div>
</div>

</DIV>

<!---------- End Code For <BODY> Section For Each Box ---------->

For each new overlapping link you want, add the below section of table code

<!-- Start New Table Code For Additional Link -->

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

<BODY>Code Goes Here
</td>

<!-- End New Table Code For Additional Button -->

And be sure to add the above bit of table code before the below closing table tags.

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

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

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