ProjectDreams wrote:
Hm. Try adding this. I can't remember what worked for me.
Code:
#myFlash {display: none;}
Obviously that's CSS. (;
That works

.
Nonetheless, I did some digging in source and found a few more tags to test and the #n tag got rid of both the flash and the languages menu.
And now I'm almost done... there's just one thing (besides perhaps doing the shield). I simply can not get a working blog and color change for all text to work at the same time.
My goal: To get my blog to display in IE. To have all the text to be white, EXCEPT for the blog text which is red.
Like I said, I can get one to work, but not the other at the same time. I'm pretty sure that it's due to the fact that I have to include
td in
style when I define the text color for the page.
I have both of the examples on my two accounts (the other one is an unused nothing if you were wondering).
http://www.neopets.com/randomfriend.pht ... ke_of_earl
(Works in Firefox, but not IE)
http://www.neopets.com/randomfriend.pht ... g_von_graf
(Table works in both, but text is not acceptable.
As far as I can tell, the order in which I put the code in does not matter. I've also tried using official Neopets blogs and their coding and got the same results.
Edit: I fixed it

The solution was to limit the table's code to one
td, and use multiple
div tags. The problem with IE, at least in the past, is that
td is not always transparent, so the background image, if defined for the table, may not work.
Another solution would have been to break the image up into separate files, but I really didn't want to do that...