Skip to main content
February 22, 2010
Question

table not showing up right

  • February 22, 2010
  • 2 replies
  • 926 views

I have a cfm that shows query results in a list of 1 row tables, like a button, lastname, firstname, etc, row after row. Did this since had to stop using cfgrid. In IE8, the lines seperating rows and columns and colors of the tables are not visible. Have tried setting tools/compatibility mode to every website, but this still happens.

What am I doing wrong ?

This topic has been closed for replies.

2 replies

Inspiring
February 23, 2010

Does the first line of the table code have something like this?

<table border="1">

That's a good place to start....

  Dan

February 23, 2010

In table tag it is:      class="browsetable"  cellpadding="4"  spacing="0" bordercolor="navy"  border=".4"

in stylesheet it is:   .browsetable

                                 border-right:black thin solid;

                                 padding-right:2px;

                                 border top:black thin solid

                                 padding left:2px;

                                 font-size:x-small;

                                 botton:2px;

                                 color:black;

                                 padding-top:2px;

                                 border-bottom:black thin solid;

                                 fontstyle:normal;

                                 font family:verdana,tahoma;

                                 backgroundcolor:"ffe4c4"

                                

These settings have worked for many years-made by "aesthetics person" who's left.

Sorry if there are typing mistakes-can't block copy.

Inspiring
February 23, 2010

0.4 is a very thin border.  Try making it bigger.

Inspiring
February 22, 2010

Does your table have a border attribute?

February 22, 2010

Yes. I was wrong in my post when I said tables, it is 1 table with most of the table rows containing query rows.

Inspiring
February 22, 2010

What value is the border attribute set to?