Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP!!! image problem


Shredhead

Recommended Posts

I have an image on my header...i need it to be 100% width and hieght all the time...is it possible to do that?

 

here is what i have now

 

<table width="100%" border="0">
 <tr> 
   <td bordercolor="#CCCCCC" bgcolor="#000000"><div align="center"><img src="../../catalog/oscommerce.gif" width="800" height="80"></div></td>
 </tr>
</table>

 

:rolleyes:

Link to comment
Share on other sites

<table width="800" border="0">
<tr> 
  <td bordercolor="#CCCCCC" bgcolor="#000000"><div align="center"><img src="../../catalog/oscommerce.gif" width="800" height="80"></div></td>
</tr>
</table>

 

Try changing the table width from 100% which is then user defined to 800, which makes it a fixed width. Should do the trick nicely!

Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem....

Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums.....

if (stumped == true) {

return(square_one($start_over)

} else {

$random_query = tep_fetch_answer($forum_query)

}

Link to comment
Share on other sites

<table width="800" border="0">
<tr> 
  <td bordercolor="#CCCCCC" bgcolor="#000000"><div align="center"><img src="../../catalog/oscommerce.gif" width="800" height="80"></div></td>
</tr>
</table>

 

Try changing the table width from 100% which is then user defined to 800, which makes it a fixed width. Should do the trick nicely!

 

 

got it ..thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...