|
Post by stinky666 on Oct 31, 2004 12:59:05 GMT -5
How do i get one of these, what is the code? It goes in the top of any board or bottom, depending on where you want it to be displayed..... If you can see, it has a top and bottom grad, and also has a header and base image.....I dotn care about the header and base image, but if i can have this code so that it has a grad at the top and the bottom, that will be great, thanks..... Also, i need it to be about 600pixels width....
|
|
|
Post by Bradley on Oct 31, 2004 13:08:37 GMT -5
How do i get one of these, what is the code? It goes in the top of any board or bottom, depending on where you want it to be displayed..... If you can see, it has a top and bottom grad, and also has a header and base image.....I dotn care about the header and base image, but if i can have this code so that it has a grad at the top and the bottom, that will be great, thanks..... Also, i need it to be about 600pixels width.... Can I have a link to that site?
|
|
|
Post by stinky666 on Oct 31, 2004 14:03:09 GMT -5
Sure: kna.proboards19.com/index.cgiIts in the board named: SOTW (Or Sig of the week) I think you have to join to see it though....... They wouldnt let me have the code, cus they sed its exclusive to them...... But i just want one similar.... If thats ok please
|
|
|
Post by Bradley on Oct 31, 2004 17:21:09 GMT -5
It's just a table.
<div align="center"><img src="TOP IMAGE" alt="ALTERNATE TEXT" /></div> <table align="center" border="0" width="700" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="catbg" colspan="3" width="700"> <font color="000000" size="2"> <b>Current SOTW Winner</b> </font> </td> </tr> <tr> <td width="700" class="windowbg" valign="top"> <div align="center"><img src="SOTW URL" alt="ALTERNATE TEXT" /></div> </td> </tr> <tr> <td class="catbg" colspan="3" width=700"> <font color="000000" size="2"> <b>The Winner</b> </td> </tr> <tr> <td width="700" class="windowbg"> Congratulations to <b>USER NAME OF SOTW WINNER</b> for having an outstanding signature to display!<br> <hr size='1' color='#000000' /> <div align="center"> The prize THE PRIZE GOES HERE! | View <a href="URL TO OFF SITE HTML PAGE OF PREVIOUS SIGS">Previous</a> SOTW Winners! | View the <a href="URL TO A BOARD">Current</a> SOTW contest!</div> </td> </tr> </table> </td> </tr> </table> <div align="center"><img src="BOTTOM IMAGE" alt="ALTERNATE TEXT" /></div>
|
|