Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with layout on index - empty space?


angrykittie

Recommended Posts

I have done some modification to my shop and somehow I have gotten a layout on blank space on the index page above the graphic [should be right at the top?] and can not seem to figure out where it is coming from. There seems to be an image there, but when I go to edit it [make it really small] it already is! I have looked in the index files, but do not see anything obvious like <p> or something else. Any help is greatly appreciated as my php skills are minimal.

 

Thanks

kittie

 

www.islemusic.com/catalog/

Link to comment
Share on other sites

I have done some modification to my shop and somehow I have gotten a layout on blank space on the index page above the graphic [should be right at the top?] and can not seem to figure out where it is coming from. There seems to be an image there, but when I go to edit it [make it really small] it already is! I have looked in the index files, but do not see anything obvious like <p> or something else. Any help is greatly appreciated as my php skills are minimal.

www.islemusic.com/catalog/

 

which space are you talking about :

http://cranberrycorners.ca/where.jpg

1,2 or 3 ?

Link to comment
Share on other sites

which space are you talking about :

http://cranberrycorners.ca/where.jpg

1,2 or 3 ?

 

I assume you are talking about 3 ?

 

How's this :

http://cranberrycorners.ca/Noname1.html

 

It's a complete mess of nested tables of course - typical OSC.

 

There were four issues to fix to make it perfect - however the biggest one being this :

<td class="pageHeading" align="right"><img src="images/table_background_default.gif" border="0" alt="" width="100" [b]height="100"[/b]></td>

 

But just dump this whole thing in between your *body_text * and *body_text_eof tags* :

<!-- body_text //-->
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="pageHeading"></td>
		<td class="pageHeading" align="right"></td>
	  </tr>
	</table></td>

  </tr>
  <tr>
	<td><img src="http://www.islemusic.com/catalog/images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

	  <tr>
		<td class="main"><em><font face="Arial, Helvetica, sans-serif" size="+1"><img src="siteonly.JPG" alt="Island Music" /><p></font></em></td>
	  </tr>
	  <tr>
		<td><img src="http://www.islemusic.com/catalog/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

	  </tr>
	  <tr>

	  </tr>
	</table></td>
  </tr>
</table></td>
<!-- body_text_eof //-->

 

Always back up first.

 

hth, david

Link to comment
Share on other sites

Okay dude, you totally rock and are like the best thing since sliced bread!! My dad is so super happy! He has been running his music shop for over 20 years and now and we have just been working on the web stuff on the side, but you're like a professional. I was kinda scared deleted all that code because my knowledge of php is like cavemanish, but the page looks awesome. Thank you a million times over. This will definitely help us keep from going under due to wal mart selling drums at like next to nothing! Fight the power!

Link to comment
Share on other sites

Okay dude, you totally rock and are like the best thing since sliced bread!! My dad is so super happy! He has been running his music shop for over 20 years and now and we have just been working on the web stuff on the side, but you're like a professional. I was kinda scared deleted all that code because my knowledge of php is like cavemanish, but the page looks awesome. Thank you a million times over. This will definitely help us keep from going under due to wal mart selling drums at like next to nothing! Fight the power!

 

No problem.

 

d

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...