473,396 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Html table not displaying the Second row

Expand|Select|Wrap|Line Numbers
  1. <table border="1" cellpadding="5" cellspacing="5" width="761">
  2.   <tr>
  3.     <td width="149">
  4.       <font color="#000000" size = "3">
  5.         <strong>
  6.           Instructor Requ
  7.         </strong>
  8.       </font>
  9.     </td>
  10.     <td align="left">
  11.       <font color="#000000" size="3">
  12.         <strong>
  13.           TM Notes for Instructor Logistics Memo
  14.         </strong>
  15.       </font>
  16.     </td>
  17.   </tr>
  18.   <tr>
  19.     <td bgcolor="#C0C0C0">
  20.       <font color="#000000">
  21.         <strong>
  22.           Hand carry to class
  23.         </strong>
  24.       </font>
  25.     </td>
  26.     <td align="left">
  27.       <font color="#000000">
  28.         <strong>
  29.           <%=rs2.fields("Instructor_HandCarry") %>
  30.         </strong>
  31.       </font>
  32.     </td>
  33.   </tr>
  34.   <tr>
  35.     <td bgcolor="#C0C0C0">
  36.       <font color="#000000">
  37.         <strong>
  38.           Others
  39.         </strong>
  40.       </font>
  41.     </td>
  42.     <td align="left">
  43.       <font color="#000000">
  44.         <strong>
  45.           <%=rs2.fields("Instructor_Other") %>
  46.         </strong>
  47.       </font>
  48.     </td>
  49.   </tr>
  50. </table>
Jul 17 '12 #1

✓ answered by Rabbit

The table displays fine for me. You may have a style that is hiding it.

4 2874
Rabbit
12,516 Expert Mod 8TB
The table displays fine for me. You may have a style that is hiding it.
Jul 17 '12 #2
Exequiel
288 256MB
your code for your table is fine. . . the second row displaying properly...
Jul 18 '12 #3
lyodmichael
75 64KB
can you explain the problem ? the table is fine.
Jul 18 '12 #4
Frinavale
9,735 Expert Mod 8TB
If you're ever having problems like you have described, consider running your HTML through the W3C Markup Validator. It will point out any HTML or CSS validation errors in your code that may be causing the some browsers to display things strangely while other browsers look fine.

-Frinny
Jul 27 '12 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: adam | last post by:
Hi, I have an issue that i just cant seem to figure out hope some one can help. right i am getting people to input the own images directly into a blob within a mysql database. then on the next...
1
by: Renie83 | last post by:
Hi all, I was wondering if anyone has any ideas on how I would go about this task. What I have is a html table which is populated from 2 different sql tables. The first table contains values of...
19
by: Logix | last post by:
Hello! I'm trying to make a sort of online page building system. In order to do this, I represent my page using a HTML table. One of the most basic templates would be a page divided in six...
3
by: Al Wilkerson | last post by:
Hey, I have a Web Form with a drop down list, textbox, and search button. When click the search button an SQL server database is queried fordata. Once I have the data in a dataset I use the...
1
by: Al Wilkerson | last post by:
Hey, I have a Web Form with a drop down list, textbox, and search button. When click the search button an SQL server database is queried fordata. Once I have the data in a dataset I use the...
3
by: Peter Kellner | last post by:
I've got my problem down to a very simple example that shows it. Basically, I have an html table in a header file, and an html in my body. Both have the same width, and the same number of columns....
2
by: Jerry M. Gartner | last post by:
Greetings: As evident from a previous post, I am a php noob. I would like to display MySQL query results in an html table with one of the row values as a category and the rest of the data...
3
by: NullQwerty | last post by:
Hey folks, I've got a DataGrid that has gotten a little out of control and really slow because of its complexity (bunch of Template Columns too). For performance reasons, I'm looking to change...
5
by: Deccypher | last post by:
hi, ive seen may sofwares and lenghty scripts do to this . but im looking for a simple way to display sql queries into a html table example <a href='carrier.php?id=$id'><img src='Images/$item' ...
3
by: markszlazak | last post by:
Firefix works fine but I'm having a problem inserting a DIV into a HTML table cell dynamically with IE 6. The following code has a two cell table with one DIV hard-coded into the first (top) cell...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.