okay this is a short and easy tutorial on mgh's html/css.First thing you need to know is that you first have to activate the css layout by clicking css layout then press save.Then scroll back down erase the css lyt thats there or alter it by changing the numbers or where u see something that you want to hide ,find it and after it type {display:none;} this hides that description, but first erase the other stuff like the height and width etc.If you do not understand message any one of the people at the bottom of this for help(list of all hide codes at bottom).
Background pic:
BODY{ background-image: url('url here'); }
bkground color and pic extras:
BODY, HTML{ background-image: url('url here'); background-attachment: fixed; background-position: top left; background-repeat: no-repeat; background-color: #black; }
page text:
BODY, TABLE{ font-family: font family here; font-size: #pt; color: font color; text-decoration: none; }
page links:
A:LINK{ font-family: arial; font-size: #pt; color: link color here; font-weight: bold; text-decoration: underline; } A:VISITED{ font-family: arial; font-size: #pt; color: visited link color here; font-weight: bold; text-decoration: strikeout; } A:HOVER{ font-family: arial; font-size: #pt; color: link hover color here; font-weight: bold; background: link bkground color; text-decoration: underline overline; }
table properties:
Body, table{ border-width: borderwidth here; border-style: border style here; border-color: border color; background-color: table bkground color; color: table font color; font-family: arial; font-size: #pt; background-image: url('url here'); background-attachment: fixed; background-position: center center; background-repeat: repeat; }
Create a free website at Webs.com