my very annoying Live Journal is not behaving. It acts like it should
in my version of OmniWeb, and Macintosh's own Safari application...
but not in Internet Explorer! All you should see is the background
image and blue and white text - no white boxes! none! This probably
has been baffling me for a week, and I'm about ready to rip out my
hair. I no almost nothing about HTML, so it's all been done through
trial and error.
I need those white boxes banished, and just the background image and
the text to appear.
http://www.livejournal.com/users/yellowdandelion |
Request for Question Clarification by
directrix-ga
on
23 Aug 2003 11:16 PDT
I'm using IE 6.0, and I see no white boxes. Which version are you using?
|
Request for Question Clarification by
directrix-ga
on
23 Aug 2003 11:26 PDT
Actually, I believe I found the problem.
In your HTML, wherever you find:
bgcolor="FFFFFF"
Delete it. For example,
<td align="center" bgcolor="FFFFFF">
Now becomes:
<td align="center">
Please let me know if that solves your problem.
|
Clarification of Question by
yellowdandelion-ga
on
23 Aug 2003 14:45 PDT
all of the white boxes seem to have disappeared - except for the very
first one up at the top. is there way to get rid of that one too? i
know it's picky - but it's reaaaaal annoying to see that white box!
|
Request for Question Clarification by
directrix-ga
on
23 Aug 2003 16:31 PDT
No problem. I assume you're talking about the very top of the page
where it has the image of an "M"?
If so, in your HTML try changing:
.shadowed {
font-size: 8pt;
background: FFFFFF;
}
To:
.shadowed {
font-size: 8pt;
}
If that works, I will post this as an official answer. Thanks.
|
Clarification of Question by
yellowdandelion-ga
on
23 Aug 2003 20:36 PDT
perfect! thank you soooo much! amazing how the small things are the
most irritating!! :)
|