Toggle navigation
Link
Link
Dropdown
Action
Another action
Something else here
Separated link
One more separated link
Submit
Forum
Test
VIKTUZ MEMBERS FORUM
Login
·
Signup
Home
»
Coding help
»
Xtgem Coding Help
»
NORMAL TABLE CODE
» View post
Nakashi
<!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; text-align: left; } </style> </head> <body> <h2>Cell that spans two columns:</h2> <table style="width:100%"> <tr> <th>Name</Viktor> <th colspan="2">viktuz contact</th> </tr> <tr> <td>xyz</td> <td>044 67 154</td> <td>91 72 455</td> </tr> </table> </body> </html>
2016-10-23 11:52 ·
(1)
Home
»
Coding help
»
Xtgem Coding Help
»
NORMAL TABLE CODE
» View post
Online: Guests: 1