If you use a code that makes your layout a table and the code looks like this:
<style type="text/css">
body {margin:0px}
table {border: outset 1; width:100%}
table td {border:inset 1; vertical-align:top}
table td#MENU {width:150px}
</style>
Then how can you make another table inside your table layout so that it isnt the same with as the layout but a smaller width?
~Thanks~



Reply With Quote

Bookmarks