I got a problem. Im working with a forum in PHP.
If the post is wider then the table width, it expanding instead of start in a new row. How do i fix that?
My english is not the best, but i hope you people understand the problem.
echo " <table border=1> <td> <table> <tr><td> <a href=profil.php?id=". $mem['id'] .">". $result['user'] ."</a><br> ". $result['tid'] ."<br> <img src=". $mem['picture'] ." width=100px height=100px> <tr><td> </table> </td> <td valign=top> <table width=300px> <td><tr> ". $post ." </td></tr> </table> </td> </table> ";


Sign In
Create Account


Back to top









