• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Gesior ACC PHP Code

nevix

Tunzodus.net
Joined
Mar 31, 2010
Messages
356
Reaction score
62
Location
Lithuanian
Hello guys, i had a question about table error. Here image:


cVaIU8ox.png




Code

Code:
  $main_content .= '
  </table>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>

  ';

My only exeption how to avoid this add a lot html tags "<br/>" Sorry guys, but someone maybe know how to avoid it and do it correcly?
 
Use a div tag with padding insted. You have to find the right pixle / percentage size tho.
 
Back
Top