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
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... ::)
I agree, sorry, I was double-tasking at the time.
User=test
Pass=test1
Sorry again, would appreciate any help
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
Try adding a leftmargin attribute to your theme.
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/leftmargin.asp
<body leftmargin="5">
Good luck.
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.