View Single Post
Old 01-19-2004, 05:24 PM   #7 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [HTML] Getting Started with Web Design.

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> 

Last edited by Sean; 06-09-2005 at 04:48 AM.
Sean is offline   Reply With Quote