
I can see everybody else's perfectly fine... But mine doesn't output right
This is the snippet of code that is being outputted, taken from firebug
CODE
<div><img false;="" return="" );="" beyblade0203="" src="http://i242.photobucket.com/albums/ff204/<a href="http://hiscore.runescape.com/hiscorepersonal.ws?user1=Beyblade0203" onclick="toggle_rsn("/>Beyblade0203 <br/> » <a target="_blank" href="http://hiscore.runescape.com/hiscorepersonal.ws?user1=Beyblade0203">View Stats</a> <br/> » <a href="java script: document.getElementById('Beyblade0203_form').submit()">Look-up Clan</a> </div>/Avvy-1.png' border='0' width='150' height='150' alt='' />
I have encountered this problem before with PHP. My problem was that in the echo command I had single quotes, inside a double quoted echo command, it didn't like this, and output it sort of like an array. I fixed it by switching the quotes, for example:
instead of:
echo "<img src='' alt='Bla bla'";
this:
echo '<img src="" alt= "Bla bla"';
I don't know if this will work with IPB, because I was using it in a website, I made for somebody I know. Which is direct PHP, whereas IPB sometimes takes the HTML and puts it in their own PHP code.
Anyway, I'll finish this off with my computer specs, even though they're probably useless:
Browser: Firefox 3 (had the problem in 2 as well)
Operating System: Windows Vista 32bit
Computer Manufacturer: Toshiba
RAM: 5gb
Internet Connection: T2 (3mb) T1 (1.5mb) when I'm on wireless...