Custom BBcode

Deltachi2012

Resident
Joined
Aug 16, 2007
Messages
661
Reaction score
1
FP$
1,121
I want a custom BBcodes that when you put it in it will show up as text

I want the text to be



Code:
ACCEPTED
 Thank you for Requesting a (service requested)
Your request will be done within 24 hours

If someone can do this for Review,graphic,package, i will + rep them 🙂
 
Well.. How fancy do you want it?

Would you like an image in there as well? The more specific you are with what you would like, the easier it will be for someone to tell you what you are looking for.. -😉-
 
You could use one BBCode and type in the name of a service.

For example:

BBCode:
Code:
[service]Graphics[/service]

Would produce:
Code:
ACCEPTED
Thank you for Requesting a (Graphics)
Your request will be done within 24 hours




BBCode:
Code:
[service]{TEXT}[/service]

HTML Replacement:
Code:
ACCEPTED<br />
Thank you for Requesting a ({TEXT})
Your request will be done within 24 hours

That that what you're looking for?
 
You can spice it up some as well, throw in some <strong> tags and maybe even some color if you want.

You might want to center the html as well, so you dont have to center the BB Code -😉-
 
Murder he Wrote said:
You could use one BBCode and type in the name of a service.

For example:

BBCode:
Code:
[service]Graphics[/service]

Would produce:
Code:
ACCEPTED
Thank you for Requesting a (Graphics)
Your request will be done within 24 hours




BBCode:
Code:
[service]{TEXT}[/service]

HTML Replacement:
Code:
ACCEPTED<br />
Thank you for Requesting a ({TEXT})
Your request will be done within 24 hours

That that what you're looking for?


This is what im looking for but I want the "accepted to Be GREEN and the text t be centered -D-
 
In that case, use this HTML replacement:
Code:
<div style="text-align: center;"><span style="color: #009900;">ACCEPTED</span><br />
Thank you for Requesting a ({TEXT})
Your request will be done within 24 hours</div>

That will center it, and make the word "Accepted" in the same colour green as my username on this forum ~smile~

if you need any more help feel free to ask ~smile~
 
Back
Top Bottom