Advertisement

07.19.2008 at 07:29PM PDT, ID: 23579655
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Space between rows in simple HTML table showing up in FireFox

Asked by cubfan2372 in Hypertext Markup Language (HTML), Firefox Web Browser

Tags: ,

I have done a bunch of research on this and it appears that the problem of seeing a space between rows in a table is common in FireFox.  I had 3 spaces appearing at one time and was able to successfully fix two of them with the style="display:block;" style, but I can't get the last one fixed.

I have three rows with images in them.  The first row has one image that is 800 pixels wide (as wide as the table it's in).  The third row also has one image that is 800 pixels wide.  Those two were easy to fix.  The second row, however, has 10 images side by side in it that make up 800 pixels all together.  I tried to put the display:block style in all 10 images, but it went crazy on me and threw everything out of whack.
I also tried to insert a <br> in between the second and third line within the same cell to see if that helped and it still wouldn't work.  That's where it boggled my beginner brain.

The code is simple and is attached below.  Start Free Trial
1:
2:
<tr><td width="800" valign="top" colspan="3"><map name="FPMap1"><area href="index.asp" shape="polygon" coords="36, 10, 4, 61, 28, 97, 25, 123, 18, 148, 24, 178, 44, 206, 83, 219, 122, 214, 151, 224, 161, 207, 221, 180, 241, 149, 238, 112, 222, 86, 206, 64, 206, 34, 212, 14, 188, 0, 96, 1, 74, 13, 54, 13"></map><img border="0" src="site_proof66_01_top.jpg" width="800" height="229" usemap="#FPMap1" style="display:block;"></td></tr>
<tr><td height="24" colspan="3"><a href="index.asp?link=about"><img border="0" src="header_bottom_about.jpg" width="104" height="24"></a><a href="index.asp?link=contact"><img border="0" src="header_bottom_contact.jpg" width="103" height="24"></a><a href="display.asp?t=whiskey" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, whiskey, '150px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_whiskey.jpg" width="86" height="24"></a><a href="display.asp?t=rum" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, rum, '120px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_rum.jpg" width="52" height="24"></a><a href="display.asp?t=teq" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, tequila, '140px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_tequila.jpg" width="77" height="24"></a><a href="display.asp?t=vod" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, vodka, '120px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_vodka.jpg" width="68" height="24"></a><a href="display.asp?t=liq" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, liqueur, '130px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_liqueur.jpg" width="83" height="24"></a><a href="display.asp?t=gin" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, gin, '120px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_gin.jpg" width="45" height="24"></a><a href="display.asp?t=exo" onMouseover="return clickreturnvalue(),dropdownmenu(this, event, exotics, '120px')" onMouseout="delayhidemenu()"><img border="0" src="header_bottom_exotics.jpg" width="72" height="24"></a><a href=""><img border="0" src="header_bottom_red.jpg" width="110" height="24" /></a><!-- end menu link code --><br><img border="0" src="header_abs_bottom.jpg" width="800" height="20" style="display:block;"></td></tr>
[+][-]07.19.2008 at 10:30PM PDT, ID: 22044665

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Hypertext Markup Language (HTML), Firefox Web Browser
Tags: HTML, FireFox
Sign Up Now!
Solution Provided By: scrathcyboy
Participating Experts: 1
Solution Grade: A
 
 
[+][-]07.20.2008 at 06:47AM PDT, ID: 22045788

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.20.2008 at 06:48AM PDT, ID: 22045791

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.20.2008 at 06:50AM PDT, ID: 22045796

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.20.2008 at 10:40AM PDT, ID: 22046358

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.20.2008 at 11:38AM PDT, ID: 22046535

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.20.2008 at 01:32PM PDT, ID: 22046828

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628