Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

a bunch of banners and Firefox


Monika in Germany

Recommended Posts

Posted

please review this in IE and FF ...

http://www.sportsonparade.com/index_new.php

 

well IE has all pics, but not FF

 

here's the code, looks like I need a few more pairs of eyes:

$banner150x308 = tep_banner_exists('dynamic', '150x308');
$banner150x112_1 = tep_banner_exists('dynamic', '150x112_1');
$banner150x112_2 = tep_banner_exists('dynamic', '150x112_2');
$banner308x71 = tep_banner_exists('dynamic', '308x71');
$banner308x105 = tep_banner_exists('dynamic', '308x105');

define('TEXT_MAIN', '
<table border="1" style="border-color:#333399;" width="100%" cellspacing="5" cellpadding="7" bgcolor="white">
<tr>
	<td colspan="2" class="main" valign="top" align="center" bgcolor="#333399">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>

				<td class="main" valign="top" align="left">' . 
				tep_display_banner_staypage('static', $banner150x308) . 
				'</td>

				<td class="main" valign="top" align="center" width="312">' .
				tep_display_banner_staypage('static', $banner308x105) . 
				'<br>' . tep_draw_separator('pixel_trans.gif', '100%', '10') . '<br>' .tep_display_banner_staypage('static', $banner150x112_2) . 
				tep_draw_separator('pixel_trans.gif', '8', '100%') .tep_display_banner_staypage('static', $banner150x112_1) . '<br>' . tep_draw_separator('pixel_trans.gif', '100%', '10') . '<br>' .
				tep_display_banner('static', $banner308x71) . '</td>
				<td class="main" valign="top" align="right"><a href="outlet-shop-c-16.html">' . tep_image(DIR_WS_IMAGES . 'Outlet Ad.JPG') . '</a><br>' . tep_draw_separator('pixel_trans.gif', '100%', '8') . '<br><a href="infopages.php?info_id=12">' . tep_image(DIR_WS_IMAGES . 'Shipping Savings.JPG', 'Free Shipping', '', '') . '</a></td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td width="50%" bgcolor="#333399" class="main" valign="top" align="left">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td class="mainWhite" valign="top" align="center"><a href="http://www.australianopen.com/pages/default.aspx?id=15" target="_blank">' . tep_image(DIR_WS_IMAGES . 'Grandslams.JPG', '', '300') . '</a><br>' . tep_draw_separator('pixel_trans.gif', '100%', '10') . '<br><br><b>Australian Open 2006 - Bring It On!</b><p>The Australian Open is managed by Tennis Australia, formally the Lawn Tennis Association of Australia (LTAA). It was first played at wearhousemans cricket ground in St Kilda Road, Melbourne. 2004 was the 92nd staging of the event (99th year due to interruption of the War years). Melbourne Park (formerly Flinders Park) was constructed in time for the 1988 Open to meet the demands of the evolving tournament that had outgrown Kooyong?s capacity. The move to Melbourne Park was an immediate success, with a 90 per cent increase in attendance in 1988 (266,436) on the previous year at Kooyong (140,000).</td></a>
			</tr>
		</table>		
	</td>
	<td width="50%" bgcolor="#333399" class="main" valign="top" align="right">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td class="mainWhite" valign="top" align="center">' . tep_image(DIR_WS_IMAGES . 'TBalls.jpg', '', '146') . tep_draw_separator('pixel_trans.gif', '8', '100%') . '<a href="wilson-ncode-nsixone-18x20-p-206.html">' . tep_image(DIR_WS_IMAGES . 'WNcode61.jpg', '', '146') . '</a><br>' . tep_draw_separator('pixel_trans.gif', '100%', '9') . '<br><a href="phpbb/index.php">' . tep_image(DIR_WS_IMAGES . 'messboard.JPG') . '</a><br>' . tep_draw_separator('pixel_trans.gif', '100%', '9') . '<br>' . tep_image(DIR_WS_IMAGES . 'Coming-Soon.jpg', '', '146', '146') . '</td>
				</tr>
		</table>		
	</td>
</tr>
</table>');

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

Try naming your images without spaces or special characters

 

Matti

Posted
Try naming your images without spaces or special characters

 

Matti

 

thanks, but I tried that already (pics are not named by me in general). But all pics in the lower featured box appear just fine anyway, so I do not think that is an issue here.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

I still think its a file naming issue - JPG is not the same a jpg etc.

 

Matti

Posted
I still think its a file naming issue - JPG is not the same a jpg etc.

 

Matti

 

nope ... the images are recognized, when I only add them one by one they are there. It must be in the code.

 

I removed a class=Main and now part is showing in the bottom right court.

 

I think I hate FF.

 

Any other ideas?

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
nope ... the images are recognized, when I only add them one by one they are there. It must be in the code.

 

I removed a class=Main and now part is showing in the bottom right court.

 

I think I hate FF.

 

Any other ideas?

 

well it's ok now ... valign="top" no pics, valign="bottom", pics there. I def hate FF.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
... I def hate FF.

 

Yeah, there seem to be a lot of Firefox posts lately - the new release I gather? (rhetorical)

 

I'd say the latest release was probably rushed due to Gooble :P

 

Matti

Posted
Yeah, there seem to be a lot of Firefox posts lately - the new release I gather? (rhetorical)

 

I'd say the latest release was probably rushed due to Gooble :P

 

Matti

 

latest release yes ... well what is a couple of silly debugging hours on my part if they can get out their untested code in time :-"

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...