Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text in my header is not coherent with the rest


gandhi

Recommended Posts

Posted

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?

Posted
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

Posted
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

Posted

<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" :(

Posted

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!

Posted
times new roman sucks!

Hmm, must get some for myself.

Posted

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; }

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...