X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   details text showing up weird (https://forum.x-cart.com/showthread.php?t=8135)

Taraauto 06-16-2004 05:50 PM

details text showing up weird
 
https://209.249.204.245/xcart/customer/product.php?productid=15&cat=25&page=1


why is my text moving to the far right like that and not under the product

dialog.tpl
Code:

{* $Id: dialog.tpl,v 1.15 2003/11/14 07:28:30 svowl Exp $ *}
<TABLE border=0 cellPadding=0 cellSpacing=0 {$extra}>
<TR>
<TD height=15 class=DialogTitle valign=bottom>{$title}</TD>
</TR>
<TR><TD class=DialogBorder><TABLE border=0 cellPadding=10 cellSpacing=1 width="100%">
<TR><TD class=DialogBox>{$content}

</TD></TR>
</TABLE></TD></TR>
</TABLE>



what am I doing wrong here?

DogByteMan 06-16-2004 05:53 PM

Because your picture is too wide... Put that size picture under detailed pictures.

Taraauto 06-16-2004 06:17 PM

Quote:

Originally Posted by DogByteMan
Because your picture is too wide... Put that size picture under detailed pictures.


anyway i can just move the text cause my boss for some dumb reason wants big pics for thumbnails and i dont like hearing him bitch

Taraauto 06-19-2004 10:51 PM

no one has a clue cause ive been searching through code all weekend and i still can find nothing

wgr 06-22-2004 12:37 AM

try closing the table row after the image, then opening another before the description cell.

Code:

<tr>
<td valign=top align=left width=200>
[img]/xcart/image.php?productid=15[/img][b]
</td>
</tr>
<tr>
<td valign=top>
<span class=>
Start your day with the


that'll fix it, i just hope i was clear enough!

oh, i forgot to mention that you could either edit just that page (download, edit, upload it) or you could change the dialog.tpl to make all your pages look like that.. since it's only happening because of your HUGE picture, i'd probably just edit that one page.

BCSE 06-22-2004 03:39 AM

You'll probably want to edit skin1/customer/main/product.tpl and rearrange the table so that the text appears below the image since many of the products have relatively large images. It's pretty simple to do once you figure out their table (which may take some tabing of their code to see it).

Hope this helps.

Carrie


All times are GMT -8. The time now is 06:01 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.