Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

There are random lines on this website and there is no error in the source.

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 6 parje
  • Përgjigjja më e re nga cor-el

more options

I am developing a website but have come across this problem. There is a missing line after the first row of the layout table and it appears that it has moved to the bottom of the table. I have validated my website through W3C and it is as clean as can be. I have loaded the page in all major browsers except Internet Explorer (Mozilla Firefox, Safari, Google Chrome, and Opera) and Mozilla Firefox is the only one that does it. I use OS X 10.6.4. I have had somebody else using OS X try it as well and it didn't work. I even tried clearing my cache. Is it something wrong with Mozilla Firefox or with my website?

I am developing a website but have come across this problem. There is a missing line after the first row of the layout table and it appears that it has moved to the bottom of the table. I have validated my website through W3C and it is as clean as can be. I have loaded the page in all major browsers except Internet Explorer (Mozilla Firefox, Safari, Google Chrome, and Opera) and Mozilla Firefox is the only one that does it. I use OS X 10.6.4. I have had somebody else using OS X try it as well and it didn't work. I even tried clearing my cache. Is it something wrong with Mozilla Firefox or with my website?

Krejt Përgjigjet (3)

more options

It is not a missing line, but caused by the height being calculated as 21px instead of 20px.
You can try to leave out the   in the TD elements to avoid that extra pixel.

See https://developer.mozilla.org/en/Images%2C_Tables%2C_and_Mysterious_Gaps

more options

Thanks. Removing the non-breaking spaces fixed it. :)