|
|
|
Moderator
Pilot Name: ELPIRATA
Faction: non-aligned
Joystick: Saitek X45
Join Date: Dec 2004
Location: Carolina, PR
Posts: 1,421
|
JOSSH Squad Center and Pictures
Ok, first of all... let me give this credit of this 'trick' or 'workaround' to MegaMichi, as she was the one who told me with the promise of not spreading it around. At the time it made sense, as having the ability to look good helped influencing new pilots into the rosters, and it worked.
However, she left Jumpgate for EVE (the interactive screen saver) and I thought that it was time that other squads had this same benefit as ours did. So, here, without further ado, the workaround.
Is quite simple actually, all you need is a basic knowledge of how HTML works. Whenever you do HTML... there is a tag that gives a command and another that closes it. Looks like JOSSH code was made so that when the squad page was created or edited... it would remove the links.
Therefore, if you added the <img src="http://www.blablabla.com/Jumpgate.jpg"> it would detect the link and eliminate it, thus not showing the picture.
The way we make it work is by fooling Jumpgate with a first link, so that it doesnt touch the second.
So, If you add the 'a href' tag before the img tag as this:
<a href="http://www.blablabla.com/"><img src="http://www.blablabla.com/Jumpgate.jpp"></a>
Once you save it, the JOSSH code will eliminate the first tag and will look as this:
<img src="http://www.blablabla.com/Jumpgate.jpp"></a>
And will work. The thing you need to remember is to always add the 'a href' tag, or else... JOSSH code will delete the IMG link.
ELP
|
|
|
|
|