Jump to content

Simple Table


Dysan

Recommended Posts

Like this?

 

<style type="text/css">
#the_table,
#the_table th,
#the_table tr,
#the_table td {
border: 1px solid #8abc01;
border-collapse: collapse;
}

#the_table {
width: 193px;
height: 54px;
}
</style>

<table id="the_table">
<tr height="21px">
	<th width="31px"></th>
	<th></th>
</tr>
<tr>
	<td></td>
	<td></td>
</tr>
</table>

Link to comment
https://forums.phpfreaks.com/topic/83789-simple-table/#findComment-427215
Share on other sites

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.