Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Using Define_Mainpage Question


netisuroyster

Recommended Posts

I am using Define_Mainpage and trying to place a large graphic in a column that is not in an infobox. Define Mainpage wont display all of it unless it is in an infobox. I ried adding height/width characteristics to the tag but the height still ends up truncated. Was wondering if anyone has encountered this problem and/or has a workaround for placing tall graphics outside of infoboxes? I am using a regular img src tag

Link to comment
Share on other sites

Just don't show it in the infoBox but either below or above it as plain html.

 

Make sure the order of the table is correct:

<table> // open table

<tr> // new row

<td> // new cell

</td> // close cell

</tr> // close row

</table> // close table

 

An info box starts with <tr><td> so if your pages messes up you know what to look for ;)

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...