quote:
Originally posted by Methos2
(a fiver says hmaster replies... lol)
quote:
Originally posted by brian
Tables? ew.
Learn to use div's, they are the "RIGHT" way how to design.
true, tables are good for data though
anyways:
code:
<html>
<head>
<title>MEthos2::MEthos2 has Awoken</title>
<style ="text/css">
body
{background-color:rgb(240,240,240);}
p
{font: 12px Arial; text-align:center;}
p.header
{bold 15px Arial; color:rgb(176,176,176);}
td
{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>
<table width="100%">
<tr>
<td width="400px" height="400px">
<p>Hi guys, this is my new design for the site. This page is going
to be the homepage and any updates or changes to the website will be posted here as soon as the
update is made. Any announcements will also be posted here. Different posts will be separated by
'horizontal rule' of some kind. This is my second real HTML site that i have finished (or 'going
to finish') and my first wasn't really HTML, i used a hoster's quick uploads. I have done one
other design in HTML but didnt like that so it changed to this cool, calm design. Here, i will
also post the webpages that work done on/webpages that i have finishe working on, these will be
listed to the right eventually, navigation the the left. Have a browse and tell me what you
think of it. ::MEthos:: </p>
</td>
</tr>
</table>
</body>
</html>
That i suppose should work. rgb(240,240,240) is so close to white it wont really show up as a background color. In css to declare the font colour you use "color:colour;" not in the font:; property. I recommend using hex colours or names. There is no"background" property in td!
good luck