quote:
Originally posted by brian
Tables? ew.
Learn to use div's, they are the "RIGHT" way how to design.
I would but im not too sue how to use divs atm, i learnt to base HTML using tables, ill look into it thru the weekend
quote:
Originally posted by raceprouk
Anyone else spot the complete lack of closing tags at the end? You need to close tags properly, so it all works properly.
Yeah.... only it doesnt work with closing tags, when i tried it first of all it had all of the closing tags and correct tags, but that only contained to scentance 'CONTENT FILLER' so changed to make sure you guys fixed somthing that might be what i want on the page... lol
Anyway, ill try these suggestions, and post another reply to tell ya what happens
ok, ive had a look but cant find a decent website that explains divs properly, i know that they are the tags to difine a section of a page and split it up but i dont know how i can add all the extra stuff like backgroud pics and the width/height, would i use the same stuff inside td, ie can i go::
...<more HTML above this line>...
div{background:url(images/base/base.jpg); border:5px dotted white;}
</style>
</head>
<body>
<br><br><p class="header">MEthos2 Home::
<br>MEthos has awoken<br></p>
<div width="400px" height="400px">
<p>Hi guys, this is my new design for the site.</p>
</div>
</body>
</html>