gandhi Posted May 7, 2008 Posted May 7, 2008 http://www.brewrecords.net/shop/ heres the section in question: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td align="left"><img src="images/brewrecordslogosmall.gif" ALT="logo"></td> <td valign="middle" align="center"><p align="center" class="style2"><img src="images/banners/chickenhawk_banner1.gif" ALT="chickenhawk" ALIGN=center><br /> Bands, labels - I want your stock! [email protected]<br /> </font></p> </td> <td align="right" style="padding-right: 20px;"> <form method=post action=http://www.ymlp.com/subscribe.php?BREWRECORDS> <table border=0> <tr> <td colspan=2>Fill out your e-mail address <br> to receive our newsletter</td> </tr> <tr> <td><input type="text" name="YMLP0" size="20"></td> <td><input type="submit" value="Submit"></td> </tr> <tr> <td colspan=2><a href="http://www.yourmailinglistprovider.com" target="_new"></a></td> </tr> </table> </form> </td> </tr> </table> can anyone help?
ianric Posted May 7, 2008 Posted May 7, 2008 http://www.brewrecords.net/shop/ heres the section in question: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td align="left"><img src="images/brewrecordslogosmall.gif" ALT="logo"></td> <td valign="middle" align="center"><p align="center" class="style2"><img src="images/banners/chickenhawk_banner1.gif" ALT="chickenhawk" ALIGN=center><br /> Bands, labels - I want your stock! [email protected]<br /> </font></p> </td> <td align="right" style="padding-right: 20px;"> <form method=post action=http://www.ymlp.com/subscribe.php?BREWRECORDS> <table border=0> <tr> <td colspan=2>Fill out your e-mail address <br> to receive our newsletter</td> </tr> <tr> <td><input type="text" name="YMLP0" size="20"></td> <td><input type="submit" value="Submit"></td> </tr> <tr> <td colspan=2><a href="http://www.yourmailinglistprovider.com" target="_new"></a></td> </tr> </table> </form> </td> </tr> </table> can anyone help? Hi The "welcome text" class is main so try changing <tr class="header"> to <tr class="main"> Should work Cheers ian
gandhi Posted May 8, 2008 Author Posted May 8, 2008 nah mate, not worked http://www.brewrecords.net/shop/ :(
ianric Posted May 8, 2008 Posted May 8, 2008 nah mate, not worked http://www.brewrecords.net/shop/ :( Hi Sorry, should have read all your HTML :blush: Try changing the class from "style2" in this line <td valign="middle" align="center"><p align="center" class="style2"> Cheers Ian
gandhi Posted May 9, 2008 Author Posted May 9, 2008 <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="main"> <td align="left"><img src="images/brewrecordslogosmall.gif" ALT="logo"></td> <td valign="middle" align="center"><p align="center" class="style2"><img src="images/banners/chickenhawk_banner1.gif" ALT="chickenhawk" ALIGN=center><br /> Bands, labels - I want your stock! [email protected]<br /> </font></p> </td> <td align="right" style="padding-right: 20px;"> <form method=post action=http://www.ymlp.com/subscribe.php?BREWRECORDS> <table border=0> <tr> <td colspan=2>Fill out your e-mail address <br> to receive our newsletter</td> </tr> <tr> <td><input type="text" name="YMLP0" size="20"></td> <td><input type="submit" value="Submit"></td> </tr> <tr> <td colspan=2><a href="http://www.yourmailinglistprovider.com" target="_new"></a></td> </tr> </table> </form> </td> </tr> </table> hi its already on "style2" :(
gandhi Posted May 9, 2008 Author Posted May 9, 2008 sorry if you couldn't view my site, had a few problems so it was down for an hour or so...if anyone can help with this issue please let me know thanks!
spax Posted May 11, 2008 Posted May 11, 2008 You don't have "style2" defined. Add this to your stylesheet then change to suit. .style2 { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.