View Full Version : White do I get a White background like namecheap.com has? please read for explanation


Hiflux
05-26-2006, 06:16 AM
Ok I have a site checkout http://www.trinahalcomb.com I want this to happen. See picture:
http://www.trinahalcomb.com/areawhite.jpg sort of like namecheap.com has.

Thanks guys for the help.

Arwen
05-26-2006, 01:07 PM
I don't quite understand your question. Do you want your background color to be white? If yes, add this:

<body bgcolor="#ffffff">

Idiotic Creation
05-26-2006, 04:26 PM
Yeah im pretty sure thats what he wants. Just add the bgcolor that Arwen gave you into the body tag.

Regards,
David

Hiflux
05-26-2006, 05:17 PM
Thank you for your help, however I think you did not understand my question, I want just the area "right" of the red line "white". Please see picture in original post. Like namecheap.com they have a huge area on the right of the page that is all white, it shws if the browser is big enough.

Arwen
05-26-2006, 06:47 PM
You will need to make your main frame smaller. Then add bgcolor="#ffffff"

Hiflux
05-27-2006, 12:56 AM
How do I make the frame smaller? Where do I put bgcolor="#ffffff"? here is my index.htm:

<HTML>
<HEAD>
<TITLE>I Hate Dialysis.com Welcome, we are NOT negative we just HATE dialysis</TITLE>

<frameset rows="180,*" cols="180,*" framespacing="0" border="0" frameborder="0">
<frame name="sidetop" src="sidetop.htm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no" noresize>
<frame name="top" src="top.htm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no" noresize>
<frame name="side" src="side.htm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no" noresize>
<frame name="main" src="main.htm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no" noresize>
</frameset>

</HEAD>
<BODY>

<div style=width: 775px>
<META NAME="">

<META NAME="GENERATOR" CONTENT="">

<META NAME="Description" CONTENT="">

<META NAME="KeyWords" CONTENT="">

<META Description="">
<Meta keywords="">

</BODY
</HTML>