• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Quick Badge Question

Status
Not open for further replies.

tsuehpsyde

Supreme [H]ardness
2FA
Joined
Oct 22, 2004
Messages
6,604
How do I add two returns to my badge, and/or any type of text? Like Notice people have stuff like Fold On!!! above them, and it's all formatted nicely...mine I have to press enter 2x, then do the [H] shortcut in favorites. It would be alot easier if those two returns were in there somehow. Help? :confused:

 
So your badge code is something like this:
Code:
javascript:document.vbform.message.value=document.vbform.message.value + 'BADGE HERE'; document.vbform.submit();
So there are a few things you could add - vbcode, text, or newlines. VBcode (for example [color] or
) can be added verbatim, as can text. To put in a newline (your original question) add "\n" before the badge. Add two ("\n\n") for two, of course; this is what I have and it prevents hitting enter twice. Surround the whole thing with
tags to put the badge in the middle. And then add text ("Go [H]ard or go [H]ome") as necessary.

 
Status
Not open for further replies.
Back
Top