Revenue Source

Welcome to the Revenue Source affiliate marketing forums.

You are viewing our internet marketing and SEO forums as a guest which gives you limited access to most of our discussions.  By joining our free community, you will have access to post affiliate marketing topics, communicate privately with other members (PM), exchange SEO strategies, and access many other special features.  Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems, please don't hesitate to contact us.

Go Back   Revenue Source > Site Design & Development > HTML & Website Design
Reload this Page Blogger Three Column Templates - IE Problems
Tags: , ,

Reply
 
LinkBack Thread Tools Search this Thread
Old
  (#1 (permalink))
flora is Offline
Revenue Source Member
flora is new to Rev Source.
 
Join Date: Jan 2007
Posts: 13
Flora D
Affiliate/Webmaster
Self Employed
London United Kingdom
   
Blogger Three Column Templates - IE Problems - 01-20-2007

Can anyone suggest a fix for this please?
I changed three of my blogs to a three column template using a hack by a guy called Thur. I use Firefox but today I went to check the Adsense Preview Tool (which is in IE) and found that the 3 columns don't fit on the screen and two of them are being shown below the first!!
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
light2006 is Offline
Focused light rays
light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!
 
light2006's Avatar
 
Join Date: Oct 2006
Posts: 282
Rachel A.
Affiliate/Webmaster
Weekend Affiliate
NJ United States
   
Re: Blogger Three Column Templates - IE Problems - 01-21-2007

Hi Flora,

Those templates you see on the left, middle and right are inside div tags.

One reason why they get pushed down like that could be because the width of one or two div tags is greater than the others.

Firefox has this cool extension called MeasureIt, it allows one to measure the width of components on your web page. After you install the MeasureIt extension, you can measure the *original* width of those components.

My first guess is that the width of AdSense ads you are using is wider than the width of the original div tags provided by blogger.

So, after getting the original width compare the width with that of AdSense ad formats, and put the largest possible AdSense ad that fits in that space.

Another reason why the div might be forced to be wider is if, you add very long word with no space, for example jdfalfjldkfjadl;fkjdsfkljsflkjdflkafjdlksfdf , if the width of that word exceeds the width of the div then the div tends to become wider.

I personally prefer having my own website to using external blogging services, because I will have full control over the HTML. But the downside of that is that I am fully responsibile for the hosting cost and the revenue it makes.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Revenue Sharing Ads
Old
  (#3 (permalink))
flora is Offline
Revenue Source Member
flora is new to Rev Source.
 
Join Date: Jan 2007
Posts: 13
Flora D
Affiliate/Webmaster
Self Employed
London United Kingdom
   
Re: Blogger Three Column Templates - IE Problems - 01-21-2007

Hi,

Thanks for your ideas but I still cannot work out why this problem does not show up in firefox, only in internet explorer?
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
light2006 is Offline
Focused light rays
light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!
 
light2006's Avatar
 
Join Date: Oct 2006
Posts: 282
Rachel A.
Affiliate/Webmaster
Weekend Affiliate
NJ United States
   
Re: Blogger Three Column Templates - IE Problems - 01-21-2007

CSS and HTML are browser dependent to some extent.

Certain CSS features that function normaly in Firefox won't work the same way in Internet Explorer and vice versa.

Those are known as CSS browser incompatibility issues.

W3C makes the standards and then distributes it to the browser authors, some browser authors don't follow the standard or simply implement it wrongly resulting in incompatibilites.

So in order to make something work in most common browsers : IE, FF etc one needs to find out what works on both.

Did you try to minimize the width of the AdSense unit by generating a smaller one?
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
flora is Offline
Revenue Source Member
flora is new to Rev Source.
 
Join Date: Jan 2007
Posts: 13
Flora D
Affiliate/Webmaster
Self Employed
London United Kingdom
   
Re: Blogger Three Column Templates - IE Problems - 01-21-2007

Thanks for your advice, it makes the logic a bit clearer to me. I tried changing the widths at Kevin the Collie, I took all the Adsense and other add-ins to 160 or less. But when I checked the problem is still showing in IE.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Revenue Sharing Ads
Old
  (#6 (permalink))
light2006 is Offline
Focused light rays
light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!
 
light2006's Avatar
 
Join Date: Oct 2006
Posts: 282
Rachel A.
Affiliate/Webmaster
Weekend Affiliate
NJ United States
   
Re: Blogger Three Column Templates - IE Problems - 01-21-2007

I measured the width of the page components, it comes up with

Width of top banner 966 pixels

Width of left navigation 219 pixels

Width of main content 485 pixels

Width of the right nave 220 pixels

The widths look fine, and they should align properly.

Unfortunately, it's a lot of HTML code to look at and fix, do you remember at what point exactly it got mis-aligned like that?

Whatever you wrote or whatever image you added at that time caused it to become misaligned.

Perhaps you could start a new template and add stuff, and watch if it stays that way for long.

This is one reason why I don't like WYSIWYG editors, I like to hand-code everything.

I think if you learn CSS and XHTML, you'll be able to spend your time efficiently in aligning the divs.

Writing clean code from scratch save so much time and headache in the future.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
flora is Offline
Revenue Source Member
flora is new to Rev Source.
 
Join Date: Jan 2007
Posts: 13
Flora D
Affiliate/Webmaster
Self Employed
London United Kingdom
   
Re: Blogger Three Column Templates - IE Problems - 05-15-2007

Quote:
Originally Posted by light2006 View Post
I measured the width of the page components, it comes up with

Width of top banner 966 pixels

Width of left navigation 219 pixels

Width of main content 485 pixels

Width of the right nave 220 pixels

The widths look fine, and they should align properly.

Unfortunately, it's a lot of HTML code to look at and fix, do you remember at what point exactly it got mis-aligned like that?

Whatever you wrote or whatever image you added at that time caused it to become misaligned.

Perhaps you could start a new template and add stuff, and watch if it stays that way for long.

This is one reason why I don't like WYSIWYG editors, I like to hand-code everything.

I think if you learn CSS and XHTML, you'll be able to spend your time efficiently in aligning the divs.

Writing clean code from scratch save so much time and headache in the future.
Thanks for your help, in the end I thought about the time it would take to fix and I am now gradually moving my blogs out of Blogger on to my own hosted wordpress templates. Fingers crossed.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
light2006 is Offline
Focused light rays
light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!light2006 is almost famous!
 
light2006's Avatar
 
Join Date: Oct 2006
Posts: 282
Rachel A.
Affiliate/Webmaster
Weekend Affiliate
NJ United States
   
Re: Blogger Three Column Templates - IE Problems - 05-16-2007

Quote:
Originally Posted by flora View Post
Thanks for your help, in the end I thought about the time it would take to fix and I am now gradually moving my blogs out of Blogger on to my own hosted wordpress templates. Fingers crossed.
As long as you are familiar with (x)html and CSS you can easily control how the page displays. Both are very easy to learn.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Revenue Sharing Ads
Old
  (#9 (permalink))
amanda123 is Offline
Revenue Source Member
amanda123 is new to Rev Source.
 
Join Date: Oct 2007
Posts: 7
AMANDA
Affiliate/Webmaster
Self Employed
uk United Kingdom
   
Re: Blogger Three Column Templates - IE Problems - 10-30-2007

Have you reinstaled the firefox , have you tried that ?
Just try this i think it might fix your problem .
Otherwise contact thur !
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
flora is Offline
Revenue Source Member
flora is new to Rev Source.
 
Join Date: Jan 2007
Posts: 13
Flora D
Affiliate/Webmaster
Self Employed
London United Kingdom
   
Re: Blogger Three Column Templates - IE Problems - 11-02-2007

Thank you - Firefox is fine, I believe it is just a problem with the disply in IE. I have now moved most of my blogs over to Wordpress hosted on my host server, and they have performed incredibly well.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads for: Blogger Three Column Templates - IE Problems
Thread Thread Starter Forum Replies Last Post
Don't Dulpicate a Column Affiliate Blogs Programming Help 0 01-10-2007 05:05 PM
Joels Monthly Templates Affiliate Blogs Affiliate Marketing 0 01-10-2007 03:54 PM
Change a Column Name Affiliate Blogs Programming Help 0 11-20-2006 04:31 PM
Blogger Blogging Blueprint Guide to Blogger ... Affiliate Blogs Affiliate Marketing 0 11-20-2006 12:04 AM
Add Column Affiliate Blogs Programming Help 0 11-16-2006 09:23 PM



© 2004-6 RevenueSource.com.  All rights reserved.  Do not duplicate or redistribute in any form.
This website and its logos/design are property of RevenueSource.com.  All rights reserved. vBSEO 3.2.0 RC7


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34