Layouts in HTML

Posted by TerNovi on Ask Ubuntu See other posts from Ask Ubuntu or by TerNovi
Published on 2012-06-06T22:06:39Z Indexed on 2012/06/06 22:48 UTC
Read the original article Hit count: 419

Filed under:
|

I am trying to have a div then inside the division have some different places where I can place stuff. For example.

<div blah>

<table blah>
content...
</table>

<table blah>
content...
</table>

<table blah>
content....
</table>


</div>

example I am not really a web developer so I know this question might seem simple but any help is greatly appreciated. Oh and I am using Macromedia Dreamweaver 8.

Thanks.

© Ask Ubuntu or respective owner

Related posts about html

Related posts about web-development