What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » HELP - Signature

Pages: (2): « First « 1 [ 2 ] Last »
HELP - Signature
Author: Message:
paperless
Veteran Member
*****

Avatar
Saved by the bell

Posts: 1113
Reputation: 37
34 / Male / Flag
Joined: Apr 2003
Status: Away
RE: HELP - Signature
quote:
Originally posted by CookieRevised
everything said on this page can be found in the help pages though!

[Image: attachment.php?pid=311750]

under the topic "myCode"...

I went there and there wasn't how to post a pic with with link.

Ad ive mentioned that before :

quote:
Originally posted by paperless
Thank ya they should put this on the help of the foprum itisnt there

This post was edited on 09-23-2004 at 10:28 AM by paperless.
09-23-2004 10:27 AM
Profile E-Mail PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: HELP - Signature
It shows [url] and [img], so you should put the 2 together... :p

There are quite a few possible combinations of BBcode... they don't all need to be listed, IMO.
09-23-2004 12:04 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: HELP - Signature
quote:
Originally posted by Sean
Another question since your good, look at my sig and my button with XxRebelSeanxX on it,,, move the arrow directly horizontaly over, it still has the link all the way over to the left line thing...So how did I fix that? Meaning, the code were you click a email to email me?
It would help if you post the exact code that you use to make your whole signature. Otherwise we can't tell you were you made the error.

But from what I see in the source of this thread is that you use the tags in a very inlogic way instead of the logic and proper way...

taken from the source of the thread:
code:
[font]
    [email=XxRebelSeanxX@msgplus.net]
        [align=center]
            [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
        [/align]
    [/email]
[/font]
[align=center]
    [font]
        [url=http://shoutbox.menthix.net/showthread.php?tid=29484]
            Join the MessengerPlus! WhatPulse Team
        [/url]
    [/font]
[/align]
[align=center]
    [font]
        [img]http://rebelsean.kaonet.net/sig.png[/img]
    [/font]
[/align]
the logic way, like michael_m91 already suggested:
code:
[align=center]
    [email=XxRebelSeanxX@msgplus.net]
        [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
    [/email]
    [url=http://shoutbox.menthix.net/showthread.php?tid=29484]
        Join the MessengerPlus! WhatPulse Team
    [/url]
    [img]http://rebelsean.kaonet.net/sig.png[/img]
[/align]


Also, your current signature is too high!

This post was edited on 09-23-2004 at 03:56 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-23-2004 03:19 PM
Profile PM Find Quote Report
RebelSean
Veteran Member
*****

Avatar
Microsoft Evangelist

Posts: 2602
Reputation: 59
33 / Male / Flag
Joined: May 2004
Status: Away
RE: HELP - Signature
quote:
Originally posted by CookieRevised
quote:
Originally posted by Sean
Another question since your good, look at my sig and my button with XxRebelSeanxX on it,,, move the arrow directly horizontaly over, it still has the link all the way over to the left line thing...So how did I fix that? Meaning, the code were you click a email to email me?
It would help if you post the exact code that you use to make your whole signature. Otherwise we can't tell you were you made the error.

But from what I see in the source of this thread is that you use the tags in a very inlogic way instead of the logic and proper way...

taken from the source of the thread:
code:
[font]
    [email=XxRebelSeanxX@msgplus.net]
        [align=center]
            [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
        [/align]
    [/email]
[/font]
[align=center]
    [font]
        [url=http://shoutbox.menthix.net/showthread.php?tid=29484]
            Join the MessengerPlus! WhatPulse Team
        [/url]
    [/font]
[/align]
[align=center]
    [font]
        [img]http://rebelsean.kaonet.net/sig.png[/img]
    [/font]
[/align]
the logic way, like michael_m91 already suggested:
code:
[align=center]
    [email=XxRebelSeanxX@msgplus.net]
        [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
    [/email]
    [url=http://shoutbox.menthix.net/showthread.php?tid=29484]
        Join the MessengerPlus! WhatPulse Team
    [/url]
    [img]http://rebelsean.kaonet.net/sig.png[/img]
[/align]


Also, your current signature is too high!

Thanks...

And I know I have to resize it a bit..Will do that now, thanks for telling me:p
I'm on: Twitter, Facebook, and Neowin
09-23-2004 08:51 PM
Profile PM Web Find Quote Report
michael_m91
Full Member
***


Posts: 371
Reputation: 1
33 / Male / –
Joined: Jan 2004
O.P. RE: HELP - Signature
I think that when you put your Email Outside Of the Align Is were it messes up.
code:

    [email=XxRebelSeanxX@msgplus.net]
        [align=center]
            [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
        [/align]
    [/email] 




So try putting [email] then [align] instead


code:

    [align=center]
        [email=XxRebelSeanxX@msgplus.net]
            [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
        [/email] 
    [/align]
    [align=center]
        [url=http://shoutbox.menthix.net/showthread.php?tid=29484]
            Join the MessengerPlus! WhatPulse Team
        [/url]
    [/align]
    [align=center]
        [img]http://rebelsean.kaonet.net/sig.png[/img]
    [/align]

[Image: Email.JPG]
09-23-2004 09:32 PM
Profile E-Mail PM Web Find Quote Report
RebelSean
Veteran Member
*****

Avatar
Microsoft Evangelist

Posts: 2602
Reputation: 59
33 / Male / Flag
Joined: May 2004
Status: Away
RE: HELP - Signature
quote:
Originally posted by michael_m91
I think that when you put your Email Outside Of the Align Is were it messes up.
code:

    [email=XxRebelSeanxX@msgplus.net]
        [align=center]
            [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
        [/align]
    [/email] 




So try putting [email] then [align] instead


code:

    [align=center]
        [email=XxRebelSeanxX@msgplus.net]
            [img]http://avatars.kaonet.net/rebelsean/av.php[/img]
        [/email] 
    [/align]
    [align=center]
        [url=http://shoutbox.menthix.net/showthread.php?tid=29484]
            Join the MessengerPlus! WhatPulse Team
        [/url]
    [/align]
    [align=center]
        [img]http://rebelsean.kaonet.net/sig.png[/img]
    [/align]



Thanks! That works great!..Also, wouldnt that be considered a bug if what my sig was doing before i just now updated it? with the [align=center] code???

Also cookie, I re-sized my sig for ya :p

This post was edited on 09-23-2004 at 10:07 PM by RebelSean.
I'm on: Twitter, Facebook, and Neowin
09-23-2004 10:06 PM
Profile PM Web Find Quote Report
michael_m91
Full Member
***


Posts: 371
Reputation: 1
33 / Male / –
Joined: Jan 2004
O.P. RE: HELP - Signature
No, I don't think so because it's not like the forum is messing up, it's just that if you put different commands in different orders then you get different results, in this case one you didn't want. Small mistakes like these can cause alot of greef, as you are expiriencing.

Can you imagine how much Patchou has to go through when programming. Like imagine, you start to add on to plus, then you run it and the whole program is now messed up. Can you imagine trying to find the Problem. And then when you finnaly find it, it's just a small spelling mistake or he forgot to capitalise one of his Variables. That can really make you pissed off until you find the problem, then you feel great.;)

This post was edited on 09-23-2004 at 10:15 PM by michael_m91.

[Image: Email.JPG]
09-23-2004 10:12 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On