Note that there are some explanatory texts on larger screens.

plurals
  1. POcomment with no spaces will destroy my table comment
    text
    copied!<pre><code>$display = mysql_query("SELECT * FROM table_comment WHERE blogid=$theID ORDER BY comment_id DESC")or die(mysql_error()); echo "&lt;table border='0' align='center' width='900px' style='margin-bottom:20px;margin-top:-20px;background-color:brown;border-top-left-radius:50px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:50px;'&gt;"; while($r = mysql_fetch_array($display)) { echo "&lt;tr&gt;"; echo "&lt;td align='left' style='font-size:15px;padding-left:25px;color:PowderBlue'&gt;&lt;b style='color:LightGreen'&gt;&lt;i&gt;".$r['post_name']."&lt;/b&gt;&lt;/i&gt; said:&lt;/td&gt;"; echo "&lt;td align='right' style='font-size:15px;padding-right:25px;'&gt;&lt;b style='color:Yellow'&gt;".$r['Time']."&lt;/b&gt;&amp;nbsp&amp;nbsp;&lt;b style='color:Orange'&gt;".$r['Date']."&lt;/td&gt;"; echo "&lt;/tr&gt;"; echo "&lt;tr&gt;"; echo "&lt;td align='justify' style='color:White;font-size:20px;padding-left:25px;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;".$r['comment_area']."&lt;/td&gt;"; echo "&lt;/tr&gt;"; echo "&lt;tr&gt;"; echo "&lt;td colspan='2' align='center' style='padding-right:25px;color:Yellow'&gt;_______________________________________________________________________________________________________&lt;/td&gt;"; echo "&lt;/tr&gt;"; } echo "&lt;/table&gt;"; echo "&lt;/div&gt;"; </code></pre> <p>I have this codes for my table comment, but when i try to comment spamming it over the opposite edge of the comment area, without spaces and when i hit the post button, there, some texts in my comment cannot be seen. my table is stretched far out of the original comment table. Someone can help me please?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload