Thread: Text overflows
View Single Post
  #4  
Old 15th October 2015, 18:13
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
ohh, you dont have overflow in y'er code...

just use

Code:
if (!empty($row["descr"]))
            $HTMLOUT .= "<tr><td class='rowhead' style='vertical-align:top'>{$lang['details_description']}</td><td><div style='background-color:transparent;height:65%;width:100%'>". str_replace(array("\n", ""), array("\n", ""), format_comment( $row["descr"] ))."</div></td></tr>";
instead of the one u already have.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote