brent13a
04-28-2005, 06:28 AM
I've got a script I'm running that loads an iframe and I've got it set up so that it will load a plain text doc.htm however I need to make the doc.htm with a white background and I'm having trouble getting it to work (since I'm using a grey theme) the background is grey. So I've tried putting the text in openoffice & throwing:
<body bgcolor="#ffffff">
on top of the text then save as an htm doc but so far all I've gotten is the text including the <body bgcolor="#ffffff">
text blah blah
show up with a grey background not white.
Can anyone tell me how to make a simple htm doc for text with a white background.....no titles, nothing so that it will load with a white background in my scrollable iframe?
<body bgcolor="#ffffff">
on top of the text then save as an htm doc but so far all I've gotten is the text including the <body bgcolor="#ffffff">
text blah blah
show up with a grey background not white.
Can anyone tell me how to make a simple htm doc for text with a white background.....no titles, nothing so that it will load with a white background in my scrollable iframe?