Wiranata Posted January 18, 2013 Share Posted January 18, 2013 hi any boy know how to configured table like picture 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 More sharing options...
BagoZonde Posted January 18, 2013 Share Posted January 18, 2013 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 Link to comment https://forums.phpfreaks.com/topic/273343-configured-vertical-of-2-table/#findComment-1406851 Share on other sites More sharing options...
Wiranata Posted January 19, 2013 Author Share Posted January 19, 2013 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 i want my table like below picture Link to comment https://forums.phpfreaks.com/topic/273343-configured-vertical-of-2-table/#findComment-1406904 Share on other sites More sharing options...
BagoZonde Posted January 20, 2013 Share Posted January 20, 2013 So read what I've suggested. And my lectures are good, just learn to build tables with properly attributes. Link to comment https://forums.phpfreaks.com/topic/273343-configured-vertical-of-2-table/#findComment-1407067 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.