Jump to content

configured vertical of 2 table


Wiranata

Recommended Posts

hi any boy know how to configured table like picture

 

table_zpsa52c0ac8.jpg

 

my script result table in horizontal..but i want my table is vertical

echo "<h2>Daftar File Upload</h2>";

echo "<table style='font-size: 12;font-weight: bold;' table border = '1' table bgcolor= '009900' position='left'>";

 

echo "<h2>Daftar File Tugas</h2>";

echo "<table style='font-size: 150%;font-weight: bold;' table border = '1' table bgcolor= '009900' position='right'>";

Link to comment
https://forums.phpfreaks.com/topic/273343-configured-vertical-of-2-table/
Share on other sites

This code is really bad. You should diggin' more with HTML. Nice method is to close each table in separate div and set style to display: inline-block; or float: left;

 

Some lectures:

 

http://answers.yahoo.com/question/index?qid=20080529120831AAuuq7K

http://www.w3schools.com/html/html_tables.asp

This code is really bad. You should diggin' more with HTML. Nice method is to close each table in separate div and set style to display: inline-block; or float: left;

 

Some lectures:

 

http://answers.yahoo...29120831AAuuq7K

http://www.w3schools...html_tables.asp

 

thanks for u suggestion..but it half from my script..yeah i use div in my script

but u're literatur is wrong...when i run my script struture table is be vertical.

here when i run my script my table be like below picture

table2_zps8877ba93.jpg

 

i want my table like below picture

table_zpsa52c0ac8.jpg

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.