coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: will on August 02, 2006, 08:49:37 PM

Title: Template Alignment!
Post by: will on August 02, 2006, 08:49:37 PM
Hi guys

Have a little issue with viewing my custom theme in internet explorer.
With the theme there is a little difference between viewing the theme in ie & firefox.

In internet explorer the theme is aligned to the left.

In firefox the theme is aligned correctly.

I want the theme to be the same in ie as it is in firefox, so just wondering if anyone could give some insight into this.

Regards, will
Title: Re: Template Alignment!
Post by: Joachim Müller on August 02, 2006, 09:39:31 PM
Clever users would have posted the link to their gallery instead of forcing us to extract the URL from the image you attached. For all others: it's http://www.cdcoverhideout.com/gallery/
However, this won't help much: the gallery is set up to require login. In this case,  it would have been clever to post a non-admin test user account, so we could take a look. I'm reluctant to beg you to let you support you. Taking into account your negative karma, you probably already have been told to respect board rules... ::)
Title: Re: Template Alignment!
Post by: will on August 02, 2006, 09:43:41 PM
I agree, sorry, I was double-tasking at the time.

User=test
Pass=test1

Sorry again, would appreciate any help
Title: Re: Template Alignment!
Post by: Sami on August 02, 2006, 11:54:51 PM
I can't see your gallery ! (my ISP block that )
but I know what is the issue , the main issue is margin , sometimes margin are diffrent on IE and FF , you need to add padding to main table instead of margin for inner table
Title: Re: Template Alignment!
Post by: eruss on August 03, 2006, 12:04:30 AM
Try adding a leftmargin attribute to your theme.

http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/leftmargin.asp

<body leftmargin="5">

Good luck.
Title: Re: Template Alignment!
Post by: Joachim Müller on August 03, 2006, 06:40:30 AM
I wouldn't recommend doing that as suggested (HTML attribute of the body tag), but assign the attribute to the body definition in the docs.