![]() |
Formatting gone awry... what the heck is that doing over THERE!?
hey XCART pros out there..... i have messed with every .tpl file that i think could possibly cause this problem.
on certain pages, some of the content is getting smushed into the far right hand side. i have the body of the site set to 90% width in the customer/home.tpl file.... so how the heck can it find its way over there?? i dont know when this started happening.... but it was fine at one point, and then......... AHH! also... my admin area looks like a wreck on all pages. all the content is there, but the formatting is all screwy. this seems like a related problem SITE IN PROGRESS: http://www.motonekoparts.com ....to see the worst of it, put something in the cart, and then click checkout NOTE: the icons in the "featured brands section on the home page dont work, you have to select a category from the left navigation to get to the products. =) i dunno.... its makin me grumpy! if anyone has any pointers that can send me in the right direction it would be greatly appreciated! thanks everyone |
Re: Formatting gone awry... what the heck is that doing over THERE!?
it looks even more chaotic in opera...
post your skin1.css and skin1/customer/home.tpl and skin1/rectangle_top.tpl |
Re: Formatting gone awry... what the heck is that doing over THERE!?
man... i haven't dared to look at it in other browsers yet!
here's my skin1.css Code:
SKIN.CSS |
Re: Formatting gone awry... what the heck is that doing over THERE!?
and customer/home.tpl
Code:
{* $Id: home.tpl,v 1.67.2.10 2005/10/31 11:36:14 max Exp $ *} |
Re: Formatting gone awry... what the heck is that doing over THERE!?
and lastly... the rectangletop.tpl
Code:
{* $Id: rectangle_top.tpl,v 1.13.2.7 2005/09/06 11:07:44 max Exp $ *} thanks a ton for your time! =) |
Re: Formatting gone awry... what the heck is that doing over THERE!?
will have a look at everything later on...when you say 90% body, do you mean the entire site or the main area, headers, footers, etc.?
|
Re: Formatting gone awry... what the heck is that doing over THERE!?
i am referring to:
<!-- main area --> <TABLE border="0" width="90%" cellpadding="0" cellspacing="0" align="left"> in the customer/home.tpl |
Re: Formatting gone awry... what the heck is that doing over THERE!?
when i change that code to:
<!-- main area --> <TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> ... i get some content showing up at the bottowm, below the navigation (instead of smushed to the right with the 90% width) i was hoping to acheive a 90% width for the entire contents of the main area. thanks again |
Re: Formatting gone awry... what the heck is that doing over THERE!?
hey there... i think i might have got it! man.... that home.tpl file is very picky!!! will you check it out in safari and see how the formating looks?
|
Re: Formatting gone awry... what the heck is that doing over THERE!?
dont have safari, but it still looks garbled in Opera, everything is aligned to the left and takes about 50% width, also everything is in different order compared to firefox...from top to bottom: cart, authentication, login, home_main, categories, parts, accessories...the footer is also squished to like 20% width
|
Re: Formatting gone awry... what the heck is that doing over THERE!?
bummer... i have been using safari to test everything.
any thoughts on how i might correct the formatting to show up the way it's supposed to in other browsers? |
Re: Formatting gone awry... what the heck is that doing over THERE!?
hi again!
i have been playing with the customer/home.tpl file, and now i at least gotten consistant results when i test the site in various browsers.... but... i'm still having issues! (there is always something, huh?) anyway, i'm stumped! if you want a challenge, here is the revised version of my home.tpl file. my goal is to have the main content area be left justified..... but also set at 90% width. this way, the contents of my dialog boxes will resize and space out their contents depending on the size of the viewers window. with an older home.tpl i had this working in Safari, but it didnt look right in other browsers. the way it is now, the main content only scales to 90% width on a product detail page, but no other pages. so weird!? all of my contents in their respective .tpl files is set to 100% width. >>>why is the table in the home.tpl that holds {include file="customer/home_main.tpl"} not sizing itself to the 100% width property for all the min contents?<<< anyway.... thanks again for your time! Code:
{* $Id: home.tpl,v 1.67.2.10 2005/10/31 11:36:14 max Exp $ *} |
Re: Formatting gone awry... what the heck is that doing over THERE!?
Quote:
remove the table inside,...change the code up top to: Code:
<TD border="0" valign="top"> |
Re: Formatting gone awry... what the heck is that doing over THERE!?
i took out the table.... but it didn't change anything. weird huh?
in opera, all main content pages are as wide as the contents in them, it's the same in safari, except for the product details, which actually scale to 100% width like they are supposed to. is it hopeless? |
All times are GMT -8. The time now is 03:13 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.