We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

My webpage does not show on Firefox, but it does on other browsers

  • 5 উত্তরসমূহ
  • 2 এই সমস্যাটি আছে
  • 7 দেখুন
  • শেষ জবাব দ্বারা cor-el

more options

I have a personal website, http://www.kryshu.com that I have created myself on Dreamweaver. I have 7 pages and all except one appear on Firefox. Everything was fine until a couple of months ago when I updated some of the pages, again on Dreamweaver. All of a sudden my 'Portfolio - images' page does not show anything. It is empty - blank. It had text and images. I reloaded several times but each time the 'Portfolio - images' page is blank.

This happened only on Firefox. On Internet Explorer and Chrome the page works fine.

So, I presume the problem is with Firefox. What should I do?

I have a personal website, http://www.kryshu.com that I have created myself on Dreamweaver. I have 7 pages and all except one appear on Firefox. Everything was fine until a couple of months ago when I updated some of the pages, again on Dreamweaver. All of a sudden my 'Portfolio - images' page does not show anything. It is empty - blank. It had text and images. I reloaded several times but each time the 'Portfolio - images' page is blank. This happened only on Firefox. On Internet Explorer and Chrome the page works fine. So, I presume the problem is with Firefox. What should I do?

সমাধান চয়ন করুন

The content is on the page, but is shifted down considerably.

Looks that this is caused by a simple typo: height="790%" instead of height="790" for one of the tables that causes all content to get shifted down.

<table width="672" height="790%" border="0" cellpadding="0" cellspacing="0">
প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 0

All Replies (5)

more options

First I would correct the markup errors your page has, http://validator.w3.org/check?uri=http%3A%2F%2Fwww.kryshu.com%2FPortfolio2.html&charset=%28detect+automatically%29&doctype=Inline&group=0 . Without correcting these errors the chances you will get weirdness from one browser to another are pretty high.

more options

চয়ন করা সমাধান

The content is on the page, but is shifted down considerably.

Looks that this is caused by a simple typo: height="790%" instead of height="790" for one of the tables that causes all content to get shifted down.

<table width="672" height="790%" border="0" cellpadding="0" cellspacing="0">

cor-el দ্বারা পরিমিত

more options

Thanks I'll look into that.

more options

Wow, thanks, you're a genius Cor-el. It's all been fixed now, it looks great. Don't know how that % got in there as that was not the page I updated, and it was working fine before I updated some other pages.

But everything's fine now.