I eed help with html.. Can you help im confused?

No_One_But_Me

New member
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
font-family: verdana;
font-weight: bold;
color: #33FF00;
}
.style2 {color: #FF0000}
-->
</style>
</head>

<body>
<table width="350" border="1">
<tr>
<td colspan="2" bgcolor="#FFFF00"><div align="center" class="style1">Header</div></td>
</tr>
<tr>
<td colspan="2" bgcolor="#00FFFF"><p align="center" class="style2">Bodytext.Bodytext.Bodytext.Bodytext.Bodytext.Bodytext.Bodytext.Bodytext</p>
<p align="center" class="style2">Bodytext.Bodytext.Bodytext.Bodytext.Bodytext.Bodytext.Bodytext.Bodytext..</p></td>
 
HTML help please with blocks of colour across the page.
Basically what i need to know is how do i write html code for:

If i want my header in a certain colour say yellow back ground with green writing.
then my body text in say a light blue with red writing?

Also I have my links at the top of the page but they are just words underlined - how can i make them look like coloured buttons with each one being seperated from the next.
for example: Home button red that changes when you click, Contact button blue etc..

Hope that makes sense thanks
Tysnatch - Colour is a word in the English Language. However I am aware that USA spell it color and that HTML spell it color... Thank You
 
I am a student and in ICT have had to use HTML to make a website. All I can suggest is that you try and get on the website, if that does not work there is an alternative website call Ingots which is good for making and designing website.
I Hope that this helped:D
 
Back
Top