Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-03-21 13:40:17
- felipe808
- Member
- Registered: 2005-11-04
- Posts: 16
IE problems
I’m having a similar problem with my site LEEDerGroup.com under IE. Under FF it looks fine.
Instead of a geen bar with a watermark of LG only a white space shows making it look bad.
Also, the images and text on the home page below are all messed up.
Thanks for any light you can shed on this.
Regards, PSW.
Offline
#2 2006-03-21 21:11:00
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: IE problems
Took a quick look as I wa sin a hurry but check the e-mail link abouve the branding-tagline div
<code>
<a href=“mailto:info@leedergroup.com
“The LEEDing Choice in Orthotics, Since 1996
>info@LEEDerGroup.com</a>
</code>
<br />
Should be:
<code>
<a href=“mailto:info@leedergroup.com” title=“The LEEDing Choice in Orthotics, Since 1996”>info@LEEDerGroup.com</a>
</code>
<br />
You should also consider moving the “undohtml.css” ahead of your main css file since if it comes after it can create unexpected results.
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#3 2006-03-22 21:48:13
- felipe808
- Member
- Registered: 2005-11-04
- Posts: 16
Re: IE problems
Thanks very much…I’m singing the Canadian National Anthem while watching a Bruins/Canadians hockey game…well, that was back in the 70’s…and the Canadians usually won. Oh, Canada! It’s a nice anthem.
The other mod, undohtml.css, I cannot find. I see it in source from the home page but I cannot find the file in txp to mod. Thanks for your help.
Offline
#4 2006-03-22 22:40:48
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: IE problems
If it’s not in the page template look in a form if you use one to set the header info.
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#5 2006-03-22 23:07:09
- felipe808
- Member
- Registered: 2005-11-04
- Posts: 16
Re: IE problems
Got it. Thanks. The correct coding for the branding tag line fixed the big white section. Something very minimal happened moving that line above the other one but not much.
Still the pictures on the home page are not locked down as they are in FF but it’s much better with that big white section gone. Thanks very much.
Offline
Pages: 1