Stampsyne
09-24-2005, 09:07 AM
I just finished creating my lookup found at:
http://www.neopets.com/randomfriend.phtml?randomfriend=plaquenil
I cannot understand why some trophies has readable text and some does not. Any help would be appreciated.
hdshngout
09-25-2005, 01:18 AM
i think i figured it out. I looked at the source code, and the way the tropheys are coded is most likely the problem. The ones where the text is displayed is <b><font size="1"> and the ones where the text is hidden is <font size="1"><b>
you aren't specifying a tag for the <b> tag. Modify this code
<style>td,p,body{color:blue;font:8pt verdana}</style>
to include
<style>td,b,p,body{color:blue;font:8pt verdana}</style>
that should hopefully fix your problem.
Stampsyne
09-25-2005, 02:56 AM
I made the suggested change. Although the text is more uniform in an IE browser window, the bolded text is still not visible on Firefox.
cleo_lo
09-26-2005, 08:34 AM
Also, your second row of links (shops through logout) do not work. I don't know why. They did when I first checked your user lookup.
Stampsyne
09-26-2005, 07:53 PM
I ahve NO clue how that happened or how to fix it