What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » CSS web design

CSS web design
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: CSS web design
quote:
Originally posted by Methos2
(a fiver says hmaster replies... lol)
: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 :D


This post was edited on 09-10-2005 at 11:02 AM by hmaster.
[Image: sig.png]
09-09-2005 09:35 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
CSS web design - by stoshrocket on 09-09-2005 at 08:19 PM
RE: CSS web design - by RaceProUK on 09-09-2005 at 09:16 PM
RE: CSS web design - by brian on 09-09-2005 at 09:19 PM
RE: CSS web design - by hmaster on 09-09-2005 at 09:35 PM
RE: CSS web design - by stoshrocket on 09-10-2005 at 10:20 AM
RE: CSS web design - by hmaster on 09-10-2005 at 10:59 AM
RE: CSS web design - by RaceProUK on 09-10-2005 at 09:12 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On