|
Post by matthew on Sept 16, 2005 23:11:28 GMT -5
This is just a table make to look like a News fader. It's separate from the boards and it doesn't flash.
<center><table border="0" cellpadding="0" cellspacing="0" width="695" > <tr> <td width="100%" class="bordercolor"> <table border="0" cellpadding="0" cellspacing="1" width="100%"> <tr>
<td width="100%" class="titlebg" align="center" height="20" ><b>News</b></td>
</tr>
<td width="100%" class="windowbg" align="center" height="40" >
<br> <center><font size="2+">
[color=Red]TEXT HERE[/color]
</font> </td> <tr>
<td width="100%" class="catbg" align="center" height="20" >
</tr>
</td></tr></table> </td></tr></table></center><br>
|
|
|
Post by James on Sept 18, 2005 11:40:37 GMT -5
Can you make a head and base image version?
|
|
|
Post by matthew on Sept 18, 2005 14:08:34 GMT -5
I made this one for my blog. with some height and width adjustments it should work ok.
<style>
.CatA { background:; background-image: url(HEAD IMAGE HERE); border-width: 0px; border-style: none; }
.CatB { background:; background-image: url(BASE IMAGE HERE); border-width: 0px; border-style: none; }
</style>
<table border="0" cellpadding="3" cellspacing="1" height="HEAD IMAGE HEIGHT HERE" width="FORUM WIDTH HERE" style="position: relative; top: 1px;" >
<tr> <td width="100%" align="center" class="CatA"> <span class="HeadingText"><b>News</b></td>
</tr> </table>
<table border="0" align="center" cellpadding="0" cellspacing="0" width="FORUM WIDTH HERE"> <tr> <td width="100%" class="bordercolor"> <table border="0" cellpadding="3" cellspacing="1" width="100%"> <tr>
<td width="100%" class="windowbg" align =" center"
style =" padding-top:4; padding-bottom:4; padding-right:0; padding-left:0;">
CONTENT GOES HERE
</td> <tr> </table> </td> </tr> </table>
<table border="0" cellpadding="3" cellspacing="1" height="BASE IMAGE HEIGHT HERE" width="FORUM WIDTH HERE" style="position: relative; bottom: 1px;" >
<tr><td class="CatB"></td> </tr>
</td> </tr> </table> </td> </tr> </table> </center> <br>
|
|