MyBB Community Forums

Full Version: how can we make marquee in signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
good morning everybody
i saw a moving line in other forum
when i checked his code the code is
<marquee bgcolor="Black" direction="leftt" scrollamount="2" style="background-color: black;"><b><font size="7" color="white"><font face="<font size="5"><font color="Red">Life is not bed of rosses</font></font></font></font></b></marquee>
then i checked this code right or incorrect in this website
http://www.quackit.com/html/codes/html_marquee_code.cfm
code is correct now how we can set this code to signature

experts.....................?
go to your ACP
Click Configuration
Click MyCode
Add new mycode
Put the name you want to call it

Regular expression:
Quote:\[marquee\](.*?)\[/marquee\]

Replacement
Quote:<marquee behavior="scroll" direction="left">$1</marquee>


in your signature It will me like this
Quote:[marquee] TEXT HERE [/marquee]
thanks for replied
how can we put
this code in ur codes like background colour everything
<marquee bgcolor="Black" direction="leftt" scrollamount="2" style="background-color: black;"><b><font size="7" color="white"><font face="<font size="5"><font color="Red">Life is not bed of rosses</font></font></font></b></marquee>
in the acp put

this in the replacement

<marquee behavior="scroll" direction="left" BGCOLOR="black">$1</marquee>


Now you will change the color and make it bold when you change your Signature in the UCP.
A lot of THANKS

one more thing sirĀ [Image: last.jpg]
a man putted code in his siteĀ 
i found his code
<marquee><b><font size="4" color="Red">*forum Admin*</font></b></marquee>
ur code is worked in signature and even posts
but here how we put and can we make another marquee setting in mycode?