Jump to content

[SOLVED] Can you make a table with CSS?


mazman13

Recommended Posts

CSS

#dwrap div {
width: 100px;
height: 100px;
border: 1px solid #FF00FF;
float: left;
}

 

HTML

<div id="dwrap">
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
<div>Table</div>
</div>

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.