Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 12-11-2008, 04:17 AM   #1
HyperActive Warrior
 
Join Date: Jan 2008
Location: , , Nigeria.
Posts: 140
Thanks: 1
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Yahoo to happyguy
Default Urgent Help Pls: PHP website and mozilla firefox problem

Please, I have a problem with Ezine articles regarding my article submissions and the links pointing back to my sites. According to them, "The pages linked to in your articles doe not display properly in Mozilla Firefox, and the ads are appearing 'over' the text of the page."

Please, what can i do to resolve this problem?

thanks
happyguy is offline   Reply With Quote
Old 12-11-2008, 12:01 PM   #2
JV Software Engineer
War Room Member
 
gcornelisse's Avatar
 
Join Date: Jan 2007
Location: State College, PA, USA
Posts: 92
Thanks: 1
Thanked 13 Times in 12 Posts
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

What's the URL? It's probably an HTML/CSS issue. Are you floating content blocks on the page?

gcornelisse is offline   Reply With Quote
Old 12-11-2008, 12:44 PM   #3
HyperActive Warrior
 
Join Date: Jan 2008
Location: , , Nigeria.
Posts: 140
Thanks: 1
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Yahoo to happyguy
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

Thanks gary for pointing out the unfortunate mistake. I am indeed very sorry for this omission. The site is

A Critical Look At Cheap Airfare

waiting anxiously for a response please. thanks
happyguy is offline   Reply With Quote
Old 12-11-2008, 01:33 PM   #4
JV Software Engineer
War Room Member
 
gcornelisse's Avatar
 
Join Date: Jan 2007
Location: State College, PA, USA
Posts: 92
Thanks: 1
Thanked 13 Times in 12 Posts
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

You may be able to fix the problem by simply choosing a different google ad width. Its currently 336 pixels. I don't remember what the next size down is, but I'd give it a try. Also, check the size of your ad1 CSS class. If its smaller than the 336px of the google add, you may want to change it to match whatever google ad size you pick.

gcornelisse is offline   Reply With Quote
Old 12-11-2008, 01:34 PM   #5
Senior Warrior Member
War Room Member
 
Karen Blundell's Avatar
 
Join Date: Jul 2008
Location: Niagara Region, Canada
Posts: 1,113
Thanks: 1,478
Thanked 412 Times in 322 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Karen Blundell
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

hi happyguy (love your nick!)

I looked at your code and basically you need to change the width of all your Google ads

that is not hard to do:
Code:
<script type="text/javascript"><!-- 
google_ad_client = "pub-0255571885972545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_ad_channel =""; 
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000080";
google_color_url = "575757";
google_color_text = "000000";
//--></script> 
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
you just need to play with that and then it will look right...try 250 for the width and see what happens

Karen Blundell is offline   Reply With Quote
Old 12-11-2008, 02:39 PM   #6
HyperActive Warrior
 
Join Date: Jan 2008
Location: , , Nigeria.
Posts: 140
Thanks: 1
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Yahoo to happyguy
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

Hi Gary and Karen,

thanks very much for your help. Its really appreciated.

I have changed the ads to 250x250. Please check it now and let me know if it is right.

once again, I really appreciate your contribution.

happyguy
happyguy is offline   Reply With Quote
Old 12-11-2008, 02:47 PM   #7
John Burnette
War Room Member
 
globalpro's Avatar
 
Join Date: Aug 2007
Location: S.E. USA
Posts: 1,049
Thanks: 659
Thanked 208 Times in 175 Posts
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

Hi,

I checked in IE6 and FF3. Looks good from here.

Thanks,

John

globalpro is offline   Reply With Quote
Old 12-11-2008, 03:01 PM   #8
JV Software Engineer
War Room Member
 
gcornelisse's Avatar
 
Join Date: Jan 2007
Location: State College, PA, USA
Posts: 92
Thanks: 1
Thanked 13 Times in 12 Posts
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

Looks good in IE7, Opera, Safari, and FF3 for me.

gcornelisse is offline   Reply With Quote
Old 12-11-2008, 03:23 PM   #9
HyperActive Warrior
 
Join Date: Jan 2008
Location: , , Nigeria.
Posts: 140
Thanks: 1
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Yahoo to happyguy
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

I am very grateful for everyone's contribution. I will mail Ezinearticles now to let them know of the change and hopefully I will be allowed to start submitting articles again.

Once again, A VERY BIG THANK YOU TO EVERYONE.

happyguy

P.S. I will inform you all of the response of Ezinearticles. Thanks
happyguy is offline   Reply With Quote
Old 12-11-2008, 03:36 PM   #10
HyperActive Warrior
War Room Member
 
jonhel's Avatar
 
Join Date: Oct 2008
Location: Perth, Western Australia
Posts: 239
Thanks: 3
Thanked 17 Times in 17 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to jonhel
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

Your page is missing a crucial element at the very top and that is the doctype information which is extremely important.

You need to add the following code at the top of the page (paste it over the opening html tage).

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Jonathan

Warrior For Hire - Freelance web developer/troubleshooter/fixer etc. - Affordable website help
jonhel is offline   Reply With Quote
Old 12-12-2008, 10:10 AM   #11
HyperActive Warrior
 
Join Date: Jan 2008
Location: , , Nigeria.
Posts: 140
Thanks: 1
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Yahoo to happyguy
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

hi everyone, in fulfilment of my promise and to show my gratitude, here is the mail from ezine articles:

Good news! I have checked the link here:

A Critical Look At Cheap Airfare

...and confirmed it is displaying correctly. The ads are no longer
cutting of the text, and the full text can now be read.

once again, i thank you all for your help.

happyguy
happyguy is offline   Reply With Quote
Old 12-12-2008, 12:11 PM   #12
Senior Warrior Member
War Room Member
 
Karen Blundell's Avatar
 
Join Date: Jul 2008
Location: Niagara Region, Canada
Posts: 1,113
Thanks: 1,478
Thanked 412 Times in 322 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Karen Blundell
Default Re: Urgent Help Pls: PHP website and mozilla firefox problem

yay! yes, the page does look much better.

good luck with your site

Karen Blundell is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
firefox, mozilla, php, pls, problem, urgent, website

Thread Tools

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

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



All times are GMT -6. The time now is 05:17 AM.