|
Post by Smangii on May 15, 2006 18:14:19 GMT -5
SOTW Table coded with javascript. Extremely easy to use. Preview: sigfxtest.proboards99.com/index.cgiPlace: Post in the headers of your sotw board Cross Browser: Yes <script language="javascript"> <!-- // SIGFX SOTW Table // Coded by Smangii for sigfx // http://smangii.proboards78.com // Repostable but this header must stay intact
var width= "500"; // Insert the table width var number="#1"; // Insert the SOTW Week Number var imageurl="IMAGE URL"; // Insert the winning image Url var profile="PROFILE URL"; // Insert the profile of the winner var name="admin"; // Insert the display name of the winner
// Do not edit below document.write('<table width="'+width+'" class="bordercolor" cellspacing="1" align="center"><tr><td class="titlebg" width="100%" align="center" height="30">Signature of the Week '+number+'</td></tr><tr><td class="windowbg" width="100%" align="center" valign="middle"><br><font size="2">This weeks winner is <a href="'+profile+'" target="_self">'+name+'</a>!</font><br><img src="'+imageurl+'" /><br /><br /></td></tr></table>') //--> </script>
Enjoy.
|
|