1:
**style.css**
A:LINK {
font-size: 12pt;
color: #000;
}
A:VISITED {
font-size: 12pt;
color: #000;
}
A:ACTIVE {
font-size: 12pt;
color: #000;
}
A:HOVER {
font-size: 12pt;
color: #999;
}
**index.html**
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<a href="#">TEST LINK</a>
</body>
</html>
***********************
other common css link property's:
text-decoration: (underline,overline,underline overline,none,italic);
font-weight: bold;
position: relative;
top: +0.2em
left: 0em
***********************
2:
<a href="style.css"><img src="image.jpg" border="0"/></a>
3:
prettyful? like colors? if you mean actual frames:
***index.htm***
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="100%">
<FRAMESET rows="20%, *" bordercolor="#0000ff">
<FRAME src="style.css">
<FRAME src="index.html">
</FRAMESET>
</FRAMESET>
</HTML>
4:
not sure how much space they have but Geocities[.com] has all kinds of editors iirc. Otherwise use something like notepad(or for visual editing use frontpage / dreamweaver) and a host such as dbspot.com(if its running)