Zen Cart Logo
Forums / Addon Templates / css and forms; extra atrrib. pictures

css and forms; extra atrrib. pictures

Locked

Views: 1,993

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 Feb 2007, 8:57 PM
#1
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

css and forms; extra atrrib. pictures

I cannot get any of the forms layout look right/good in purpleshades templates. (It works fine in other templates). I asked in the purpleshades, but no answer there. Where do I look to fix this? I also cannot get the extra images in attributes to show. (I get these 'console errors'):

Error: missing ) after argument list
Source File: http://test.pridepak.com/ZenLevel3/index.php?main_page=product_info&cPath=3&products_id=4
Line: 290, Column: 170
Source Code:
e1cf5798fa6bafd9e803a6b42.image.80x80.jpg" alt="3/4 V-Neck Sweater" title=" 3/4 V-Neck Sweater " width="80" height="80" style="position:relative" onmouseover="showtrail('bmz_cache/a/a9bc565773c19aadb38581a800464508.image.200x200.jpg','3/4 V-Neck Sweater',

thanks

23 Feb 2007, 10:08 PM
#2
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: css and forms; extra atrrib. pictures

Sunabac:

I cannot get any of the forms layout look right/good in purpleshades templates. (It works fine in other templates). I asked in the purpleshades, but no answer there. Where do I look to fix this? I also cannot get the extra images in attributes to show. (I get these 'console errors'):

Error: missing ) after argument list
Source File: http://test.pridepak.com/ZenLevel3/index.php?main_page=product_info&cPath=3&products_id=4
Line: 290, Column: 170
Source Code:
e1cf5798fa6bafd9e803a6b42.image.80x80.jpg" alt="3/4 V-Neck Sweater" title=" 3/4 V-Neck Sweater " width="80" height="80" style="position:relative" onmouseover="showtrail('bmz_cache/a/a9bc565773c19aadb38581a800464508.image.200x200.jpg','3/4 V-Neck Sweater',

> thanks

The forum you've just posted in is where people generally list support threads for new templates they've designed. You'd probably get more response on issue number one in the [Stylesheet](http://www.zen-cart.com/forum/forumdisplay.php?f=54) forum, and issue number two in the [General Questions](http://www.zen-cart.com/forum/forumdisplay.php?f=128) forum.

I took a quick look at your site, and didn't see any form issues. If you can PM me with a specific link with details about what you feel is off, I'd be happy to help.
24 Feb 2007, 6:04 PM
#3
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: css and forms; extra atrrib. pictures

Sunabac:

I cannot get any of the forms layout look right/good in purpleshades templates. (It works fine in other templates). I asked in the purpleshades, but no answer there. Where do I look to fix this? I also cannot get the extra images in attributes to show. (I get these 'console errors'):

Error: missing ) after argument list
Source File: http://test.pridepak.com/ZenLevel3/index.php?main_page=product_info&cPath=3&products_id=4
Line: 290, Column: 170
Source Code:
e1cf5798fa6bafd9e803a6b42.image.80x80.jpg" alt="3/4 V-Neck Sweater" title=" 3/4 V-Neck Sweater " width="80" height="80" style="position:relative" onmouseover="showtrail('bmz_cache/a/a9bc565773c19aadb38581a800464508.image.200x200.jpg','3/4 V-Neck Sweater',

> thanks

Ok, to get the forms to match my apple zen template, add this to your css:
LABEL.inputLabel {
	width:85%;
	float:left;
	}

LABEL.inputLabelPayment {
	width:15em;
	float:left;
	}

To answer your ezpages question from your PM, ezpages aren't on on your site. You have the category tabs on though....

As to the attribute image, when I view source as you suggest, I don't see the HTML for the attribute image, it doesn't seem to be there.
27 Feb 2007, 5:14 PM
#4
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

Re: css and forms; extra atrrib. pictures

jettrue:

Ok, to get the forms to match my apple zen template, add this to your css:
LABEL.inputLabel {
width:85%;
float:left;
}

LABEL.inputLabelPayment {
width:15em;
float:left;
}
thank you for your help (again)..