Ok so I want to learn how to make fancies that way I can make some of my own. I really wanna learn so please teach me how.
Teach me how to make fancies?
This is an archived version of FeralFront. While you can surf through all the content that was ever created on FeralFront, no new content can be created.
If you'd like some free FeralFront memorabilia to look back on fondly, see this thread from Dynamo (if this message is still here, we still have memorabilia): https://feralfront.com/thread/2669184-free-feralfront-memorabilia/.
-
-
i can teach you!
-
Ok thanks! So where do we start?
-
you know the basics, i presume? if not, i'll just start working on the basics with you.
-
No, I don't know the basics so yea you're gonna have I teach me that first

-
okay. you start with the code below:
you can edit the background color, the border width, type and color. the border types i know of are:
double, dashed, dotted and normal.editing the above will result in something a bit like this:
[fancypost bgcolor= white; border: 6px dashed black;]
TEXT
[/fancypost]
the border i used was dashed. -
[fancypost bgcolor= COLOR; border: WIDTHpx TYPE COLOR;]
Like this?
[/fancypost] -
I don't exact know how to put the colors down or anything I have to be on my tablet and not my phone to do that.
-
yeah, like that. i'll show you how:
replace 'COLOR' with the color
replace 'WIDTH' wth the number of pixels
and replace 'TYPE' with the type of border. -
Ok I'm gonna do it when I'm on my ipad
-
[fancypost bgcolor= RED; border: WIDTHpx DOTTED BLUE;]
Like this?
[/fancypost] -
yeah, perfect! now i can show you how to do picture backgrounds. you take your regular fancypost code
and add this code:
like this:
you find an image and replace URL with the link. it'll look a little like this:[fancypost bgcolor= COLOR; border: WIDTHpx TYPE COLOR; background:url(http://upload.wikimedia.org/wi…ry_Walk_2_-_Sept_2008.jpg);]
TEXT
[/fancypost]