E
elz.gamer
Guest
I am trying to design a webpage but really early in i am having some difficulties. I have really basic knowledge of html and i want to heep the webpage simple.
This is the html text i haev so far.
<head>
<title> Title Here </title>
</head>
<body bgcolor="#FFFFFF">
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<TR bgcolor="#FFFF66 ">
<td width="30%" valign="top">
Links here
</Tr bgcolor>
</td>
<td width="70%" valign="top">
Main text and pictures for each page here
</td>
</tr>
</table>
</body>
</body bgcolor>
and also with the <html> and </html>.
I want to make it so the text box with 'Main text and pictures for each page here' is white but the other remains yellow. Can you please tell me how this is done? I would also like to add a bar up the top where i can place a logo- what codes do i pu tin place for this?
Any help much appreciated.
This is the html text i haev so far.
<head>
<title> Title Here </title>
</head>
<body bgcolor="#FFFFFF">
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<TR bgcolor="#FFFF66 ">
<td width="30%" valign="top">
Links here
</Tr bgcolor>
</td>
<td width="70%" valign="top">
Main text and pictures for each page here
</td>
</tr>
</table>
</body>
</body bgcolor>
and also with the <html> and </html>.
I want to make it so the text box with 'Main text and pictures for each page here' is white but the other remains yellow. Can you please tell me how this is done? I would also like to add a bar up the top where i can place a logo- what codes do i pu tin place for this?
Any help much appreciated.