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)
-   -   my image looks like poo (https://forum.x-cart.com/showthread.php?t=5510)

lildawg 01-04-2004 05:23 AM

How big is your image really suppose to be? Also if trying to use the actual 1x120 then it is best to use that image as a background then to make it strecth the width of the page. Images used as backgrounds are NOT STRETCHED they are just repeatedly repeated until they fill the section. let us know so we can get this fixed for you.

leon 01-04-2004 07:02 AM

Yeah, you could use an image stilt to repeat background, but if the image they want is actually a Prototype for the site (as a logo or something) then its messed up.

AKR 01-05-2004 08:51 AM

it's supposed to be 900 x120. in mozilla, when i click to view the properties, it says it's 900x120, but in IE, it says 1x120. i DID have a 1x120 black image that i aligned on the left side because my search box and links ended up sitting over the large image (that looks like a sliver in IE) at the top. i used it to push them down below the large image, but i don't see that sliver in my head.tpl code anymore. this is really confusing. :(

leon 01-05-2004 09:07 AM

I got it !

Your problem is a missing closed tag in your TD where it says:

Code:

<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="100%" height="100%">
  <TR>
    <TD valign=top>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width=100%> 
<TR>
[b]<TD colspan="2" valign="top" align="center"[/b][img]../skin1/images/headbarbed.jpg[/img]<table border=0 cellpadding=0 cellspacing=0>
    <form method="get" action="../customer/search.php" name=productsearchform>


Notice the bold part, you didnt close your td tag properly before adding the:
[img]../skin1/images/headbarbed.jpg[/img]

Try that, it will probably solve your problem.

AKR 01-05-2004 10:17 AM

hmm, i made it "<TD colspan="2" valign="top" align="center">" but the image still looks the same.

leon 01-05-2004 10:26 AM

You also have a duplicate attribute in your tag, which is invalid for IE, dont know about Netscape:

[img]../skin1/images/headbarbed.jpg[/img]

Take out the width="fixed" and you will probably be ok.

AKR 01-05-2004 10:41 AM

nice! it works! thanks for your help, leon. and thanks to everyone else as well. i really appreciate it. =D>

leon 01-05-2004 10:48 AM

Your welcome, glad I was helpfull this time.

Tip:When you have problems with layouts or crashed images always right click on your browser, and choose view source, that will open Notepad, then save that specific code in an editor like Dreamweaver (my favorite) for example, it will highlight problems in yellow, making it easier to determine the problem (thats what I did). :wink:

AKR 01-05-2004 10:59 AM

ah, thanks, i'll keep that in mind.

leon 01-05-2004 06:52 PM

My pleasure. :wink:


All times are GMT -8. The time now is 07:47 AM.

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