Jump to content

table rows not working....


just-j

Recommended Posts

ok i have a bunch of php code that makes a bunch of information that it reads from a txt file and a database into a table.. this is what the source code comes out to
[code]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div style='position:absolute; left:300px; top:110px;'><font size=2><a href='replyform.php?filename=qqjnxwfpgc'>reply to topic</a></font></div><table border='1'>
<tr><td colspan=3 style='text-align: center; font-weight: bold;'>SUBJECT: TESTING</td></tr>
<tr>
<td width='25%' align='left' rowspan='4' valign='top'>just J <img src='images/msgicon.jpg' /><br /><img src='images/avatars/1.gif'> </td><td width='75%' rowspan='4' valign='top'>ok lets see what we come up with

</td></tr><tr><td width='25%' align='left' rowspan='4'>just J
<img src='images/msgicon.jpg' /><br /><img src='images/avatars/1.gif'></td><td width='75%' rowspan='4' valign='top'>asdf asdf asdf asd
</td></tr><tr><td width='25%' align='left' rowspan='4'>just J
<img src='images/msgicon.jpg' /><br /><img src='images/avatars/1.gif'></td><td width='75%' rowspan='4' valign='top'>asf asfd as asf as
</td></tr></table></body>
</html>
[/code]

the code is a little bundeled up but the <tr> tags arent makeing a new row. except the first one that has SUBJECT: TESTING. the SUBJECT: TESTING is on the first row and then it drops down the the next row and everything else is all on that row..  the <tr> tags will not make a new row!!!  can someone help me?
Link to comment
https://forums.phpfreaks.com/topic/15657-table-rows-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.