|
Post by jonodude on Jun 7, 2004 13:48:31 GMT 10
How odd. I didn't touch the code for the hoax pages themselves. The ALT tags should work no less well than they did months ago... (Besides, PHP has nothing to do with it, as I only use it to generate HTML code anyway) Okay, so this is the code you're using. <img src =" suppertails/uhohsonic.jpg" alt =" Heard of 'move', Sonic?" width =" 320" height =" 224"> If you used the following code, the subtitles would work in Mozilla/Netscape, or at least that's what I've found: <img src =" suppertails/uhohsonic.jpg" title =" Heard of 'move', Sonic?" width =" 320" height =" 224"> Also, why the odd spaces? I'll assume they're supposed to be there, but why?
|
|
|
Post by MattFGuestage on Jun 7, 2004 23:07:41 GMT 10
Thankyou. Will fix tonight.
As for the spaces, they'll be put there by the PHP compiler.
EDIT (logged in): Is fix.
This is why I love PHP. That fix required me to change one word in my code. THe onld system woulda taken all night to fix.
Further edit: The spaces are indeed put there by PHP, because they occur before a variable name. The actual code is:
echo "<img src = \"$hoaxer/$hoaxentry[0]\" title = \"$hoaxentry[1]\" width = \"$width\" height = \"$height\">";
Compare the spaces with the locations of variables (the $words). The same thing occurs if you go to the midi pages.
|
|
|
Post by Ashura on Jun 8, 2004 0:40:01 GMT 10
ah yes, php and html, so hard but so fun.
|
|
Eco
Person with Lots of Posts
I LEIK MEMES
75%
SV is pretty dead. Saddening. Skype/Steam/XBL: EcoReck Twitter: @BM_Eco
Posts: 454
|
Post by Eco on Jun 8, 2004 5:01:03 GMT 10
yay! my award is there!
|
|
|
Post by Tené on Jun 8, 2004 5:17:10 GMT 10
We heard you the first time (Or would have if these message boards used sounds). We didn't care the first time. That hasn't changed, you know.
|
|
|
Post by jonodude on Jun 8, 2004 5:59:17 GMT 10
Matt... You make me cry. You rule, man.
|
|
|
Post by D on Jun 8, 2004 8:40:34 GMT 10
ECO! advertising your board in an UPDATE topic is EXTREME nOObishness. avoid at all costs. anywho, nice to see the hoax section alpebetized.
|
|
Eco
Person with Lots of Posts
I LEIK MEMES
75%
SV is pretty dead. Saddening. Skype/Steam/XBL: EcoReck Twitter: @BM_Eco
Posts: 454
|
Post by Eco on Jun 8, 2004 9:21:49 GMT 10
gfine fine
|
|
|
Post by Ashura on Jun 8, 2004 9:36:40 GMT 10
really, taht is n00bish, more n00bish then me when i first started, tsk tsk
|
|
Eco
Person with Lots of Posts
I LEIK MEMES
75%
SV is pretty dead. Saddening. Skype/Steam/XBL: EcoReck Twitter: @BM_Eco
Posts: 454
|
Post by Eco on Jun 8, 2004 9:41:45 GMT 10
hey! I'm not the only spammer. Lets get back on topic
|
|
|
Post by Ashura on Jun 8, 2004 10:15:39 GMT 10
good idea, right well matt when do u think the next up date will be?
|
|
Eco
Person with Lots of Posts
I LEIK MEMES
75%
SV is pretty dead. Saddening. Skype/Steam/XBL: EcoReck Twitter: @BM_Eco
Posts: 454
|
Post by Eco on Jun 8, 2004 10:33:52 GMT 10
I'm already desprate
|
|
|
Post by MattGuestage on Jun 8, 2004 14:54:53 GMT 10
Well, sometime soon, but I've got some ideas for stuff to do so it'll take me a while to do 'em
|
|
Eco
Person with Lots of Posts
I LEIK MEMES
75%
SV is pretty dead. Saddening. Skype/Steam/XBL: EcoReck Twitter: @BM_Eco
Posts: 454
|
Post by Eco on Jun 8, 2004 15:26:15 GMT 10
ok. I'll do the time
|
|
|
Post by jonodude on Jun 9, 2004 7:15:35 GMT 10
Haha. I still can't get over being able to look at the subtitles correctly again. Makes me want to look at all the hoaxes again, cos at one point I got annoyed and just stopped right-click "Properties"-ing them. Matt=1337. ;D
|
|