Link smflogo Hyperlink border

Started by David351, August 08, 2005, 07:57:25 PM

Previous topic - Next topic

David351

Hey guys, I read about linking smflogo to somewhere else with a simple href, but the question is then, the ensuing hyperlink border that shows up. Like a one pixel crap around my logo, hxxp:www.351studios.com/encounterboard [nonactive]. Where in what php do I edit that to get rid of it???

1MileCrash

the border is there in I.E., but it's not there in Opera. Post the code you used.
The only thing php can't do is tell you how much milk is left in the fridge.



dtm.exe

In the href in index.template.php, add border="0".

-Dan The Man

1MileCrash

im guessing he has the border="0" already....in the graphic faq, it gives you code to copy n' paste, and it has border="0" in it already. I think that's what he used, judging by his post.

Besides, if it wasnt there, wouldnt opera be displaying a border too?
The only thing php can't do is tell you how much milk is left in the fridge.



dtm.exe

Quote from: Tippmaster on August 08, 2005, 08:22:14 PM
Besides, if it wasnt there, wouldnt opera be displaying a border too?

No.

-Dan The Man

1MileCrash

cool. I just tried it out....and it doesnt.

So, yeah, it's definately the border="0". After the path to the image, add border="0". (<img src="image.gif" border="0">)
The only thing php can't do is tell you how much milk is left in the fridge.



David351

yeah, the script to mention that without adding the border="0", it will default to border="1" regardless of whether it says it or not.

Advertisement: