Here is my first proper code, its an affiliate box. I coded it from scratch
- Code: Select all
<!--
Created by (¯`•Stormraven•._) Copyright 2007
This code may not be redistributed or reposted without permission from the creator. This header must stay intact at all times
-->
<table width="700" align="center" class="bordercolor" cellpadding="4" cellspacing="1">
<tr>
<td align="center" class="titlebg" colspan="3">
<font size="2"><center><b>Affiliate Centre</b></center></font>
</td>
</tr>
<tr>
<td width="10%" vAlign="top" class="windowbg">
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<a href="URL to Affiliate Thread"><center>Affiliate</center></a>
<td width="40%" class="windowbg2" vAlign="top">
<marquee direction="left" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3">
<!-- Start of Left Marquee Box -->
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<!-- End of Left Marquee Box -->
<td width="40%" class="windowbg2" vAlign="top">
<marquee direction="right" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3">
<!-- Start of Right Marquee Box -->
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<a href="<A href="http://forums.pbxtras.com"><img">http://forums.pbxtras.com"><img src="http://pbxtras.com/forums/affiliate1.png" border="0"></a>
<!-- End of Right Marquee Box -->
<td width="10% class="windowbg" vAlign="top">
We are currently <b>accepting</b> affiliates
</marquee>
</td>
</tr>
</table>
If you go and have a look
here, look at the bottom of the forum and look at the box on the right of the affiliate table, why is the right cell all black? I cant work it out.
I want the box on the far left and the box on the far right exactly the same size, and the two boxes in the middle where the affiliates are moving want them the same size too.
Also is the
html coding ok? Or can it be cleared up a bit :-/
EDIT: Am I aloud to copyright this code to myself, because its only small bit of
html?