Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: Off Topic / Other:
Results page is aligned left, how can I change this?

 

 


gt
Novice

Sep 26, 2006, 6:51 AM

Post #1 of 3 (3878 views)
Shortcut
Results page is aligned left, how can I change this? Can't Post

The web site is using the same style sheet, page layout etc: http://www.coralife-style.com/ however, after doing a search the page is still central, but then clicking on one of the properties listed, the whole page moves to the left: http://www.coralife-style.com/real-estate/listings/l0006.html on viewing the source for the page locally, it does align center, it's only after the page has been produced by realtor that is aligns left.......


ross
Staff / Moderator


Sep 26, 2006, 11:23 AM

Post #2 of 3 (3857 views)
Shortcut
Re: [gt] Results page is aligned left, how can I change this? [In reply to] Can't Post

Hi there.

Thanks for posting!

I had a look at your page and it seems like the problem is IE specific. If you check out the same page with FireFox, it is still centered.

There is a lot of HTML to go through on your page so I did a little testing with a plain old <div align="center"> tag instead of digging through all the CSS and that actually seems to get things lining up again.

Could you try adding <div align="center"> right after the <body> tag on your template? Let me know how you make out Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



gt
Novice

Sep 26, 2006, 11:03 PM

Post #3 of 3 (3829 views)
Shortcut
Re: [ross] Results page is aligned left, how can I change this? [In reply to] Can't Post

Thanks Ross, I wasn't expecting it to be an IE problem (doh).... Placing the page within a <center></center> works - many thanks.