2aHawaii

General Topics => Technical Support => Topic started by: 230RN on November 09, 2011, 11:36:00 AM

Title: Borders on external smileys?
Post by: 230RN on November 09, 2011, 11:36:00 AM
Regarding this post:

http://2ahawaii.com/index.php?topic=2056.msg19010#msg19010 (http://2ahawaii.com/index.php?topic=2056.msg19010#msg19010)

I used these two images:

(http://www.loesch.org/~arviel/cave.gif)

(http://gunrightsmedia.com/images/smilies/eek.gif)


as follows, subbing { and } instead of [ and ] here so you can see the coding:

{IMG}http://www.loesch.org/~arviel/cave.gif{/IMG}

{IMG}http://gunrightsmedia.com/images/smilies/eek.gif{/IMG}

Both came out with borders, which was unexpected.

No big deal, but how can I code them so they show up without borders, just as smileys?  Like these:   ;D >:D :shaka:

Terry, 230RN


Title: Re: Borders on external smileys?
Post by: Cougar8045 on November 09, 2011, 12:11:32 PM
I think you'd have to find smilies that don't have borders on them. 
Title: Re: Borders on external smileys?
Post by: antoinebugleboy on November 09, 2011, 12:39:40 PM
I think you'd have to find smilies that don't have borders on them.

I thought that, too, but I took a look at the pictures in a separate tab, and they don't have borders.
Title: Re: Borders on external smileys?
Post by: antoinebugleboy on November 09, 2011, 12:45:32 PM
I could be wrong, but I think it's this:

Quote
.highslide img {cursor: url(Themes/default/hs4smf/graphics/zoomin.cur), pointer !important;}.highslide-viewport-size {position: fixed; width: 100%; height: 100%; left: 0; top: 0}

It's the CSS style element for posted pictures. There's no explicit instruction for borders, so it may be getting the instruction to include a border from the next level up, or from the browser default.
Title: Re: Borders on external smileys?
Post by: 2aHawaii on November 09, 2011, 02:09:11 PM
They show up with borders just because of the way I have the popup images. I'll check later and see if I can disable that.
Title: Re: Borders on external smileys?
Post by: antoinebugleboy on November 09, 2011, 02:12:54 PM
Keep up the good work, 2A.  :thumbsup:
Title: Re: Borders on external smileys?
Post by: 230RN on November 10, 2011, 01:42:46 AM
"They show up with borders just because of the way I have the popup images. I'll check later and see if I can disable that."

It's not that big a deal, I was just wondering about it, so don't use up much time on it.

I could be wrong, but I think it's this:

Quote
.highslide img {cursor: url(Themes/default/hs4smf/graphics/zoomin.cur), pointer !important;}.highslide-viewport-size {position: fixed; width: 100%; height: 100%; left: 0; top: 0}

It's the CSS style element for posted pictures. There's no explicit instruction for borders, so it may be getting the instruction to include a border from the next level up, or from the browser default.

I'm not advanced enough beyond using a few BBS tags, so I don't understand that.  Hopefully, it's a good clue for others, though.
Title: Re: Borders on external smileys?
Post by: 2aHawaii on November 10, 2011, 03:00:54 AM
I could be wrong, but I think it's this:

Quote
.highslide img {cursor: url(Themes/default/hs4smf/graphics/zoomin.cur), pointer !important;}.highslide-viewport-size {position: fixed; width: 100%; height: 100%; left: 0; top: 0}

It's the CSS style element for posted pictures. There's no explicit instruction for borders, so it may be getting the instruction to include a border from the next level up, or from the browser default.

I'm not advanced enough beyond using a few BBS tags, so I don't understand that.  Hopefully, it's a good clue for others, though.

Don't worry about all that. It's nothing you can change :)
Title: Re: Borders on external smileys?
Post by: 2aHawaii on November 18, 2011, 08:28:58 AM
I fix for you :D