Quote:
|
hey is there a way to change the background colour of the page, and the font too, or does it always stay white?
|
I will create a tutorial on this soon but here is the basic idea
HTML Code:
<HTML>
<HEAD>
<TITLE>Bluepearl Design</TITLE>
</HEAD>
<BODY BGCOLOR="#000000">
<font color="#FFFFFF" face="arial" size="12">Basic commands</font>
</BODY>
</HTML>