Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

A Somewhat Extensive Guide to BBCodes

Forum Index > PokéFarm > Guides >

Pages: 123··· 674675676677678··· 762763764

cynicalCrows's AvatarcynicalCrows
cynicalCrows's Avatar

QUOTE originally posted by Emberlynn

It's cause your coding is telling it that the snake is over top of the text even if your image isn't that big. If you flip your coding around and put the snake first in your code and then the text your links should be clickable.

so something like this instead

jaie | 21 | they/them +1 server time semi-active credits | s/a lunamor uft
[css=position: relative;][img]https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/c27d45ff-20a1-4fb8-b888-3b8561ff2db8/dd7xux3-84251e4c-13dd-4762-a4c5-35740379d1d0.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcL2MyN2Q0NWZmLTIwYTEtNGZiOC1iODg4LTNiODU2MWZmMmRiOFwvZGQ3eHV4My04NDI1MWU0Yy0xM2RkLTQ3NjItYTRjNS0zNTc0MDM3OWQxZDAucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.NI3gb65DFQ4msUSpIMucTuFbiTMmPPOkNpNyOJOVeSs[/img][/css][size=11pt][font=verdana][css=position: relative; top: -130px;left: 200px;] jaie | 21 | they/them +1 server time semi-active [url=https://pokefarm.com/forum/post/3618723]credits[/url] | [url=https://pokefarm.com/forum/thread/359648/S-A-Lunamor-UFT]s/a lunamor uft[/url][/css][/font][/size]
tysm for your help!! i really appreciate it :)
jaie | 22 | they/them +0 server time semi-active credits | s/a lunamor uft
apatheticdude's Avatarapatheticdude
apatheticdude's Avatar
How do you recolor a tabbed interface?
sig got removed, ill update when i have motivation pfp is jirachi plush
TyoKaimera's AvatarTyoKaimera
TyoKaimera's Avatar

QUOTE originally posted by z9mbie

How do you recolor a tabbed interface?
That's done in the CSS (style code), I believe. I'm not super well versed in CSS yet, but there are threads like the Guide to CSS: Beginner to Expert by Aemilia that might help!
Click ma crew?:
  • Typerace
  • My Starter
  • Credits
Lv. 43 — 666 / 5,607
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryCheri Berry
Cheri Berry (SPICY)
Chesto BerryChesto Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Any food
Grass
Happiness 27%
Docile nature
Avatar made by me for my use only. May create a sprite shop with my sisters at some point. Maybe. PM me if interested!

Type Race Progress counter by LycanKai! Their Journal expired for inactivity, so it took some hunting for me. I have it saved in the credits of my ABOUT if anyone needs it!
Mirzam's AvatarMirzam
Mirzam's Avatar
I have a basic recolor template for tabs:

Code

[sc=tabbed_interface horizontal][ul][li]Title[/li][li]Title[/li][li]Title[/li][/ul][sc=tab-active]example text - [url=https://pokefarm.com]example link[/url][/sc][sc=tab]example text[/sc][sc=tab]example text[/sc][/sc] [style] .tabbed_interface { >ul { &,>li.tab-active { /* active tab background color/text color */ background: #333; color: white; } >li { /* other tabs background color/text color, */ /* plus all tabs border color and padding */ background: #555; color: white; border-color: #0f0; padding: 3px; } } >div { /* tab body background, text, border, padding */ background: #333; color: white; border-color: #0f0; padding: 3px; >a { /* link color (don't forget!) */ color: #0d0; } } } [/style]
  • Title
  • Title
  • Title
example text - example link
example text
example text
I have a quick question How do you show the evolution of an evolved pokemon(Delta pokemon) without having to evolve them? Just like a picture of them? Edit: And Primal formes I have a Kyogre and I want to show the primal forme without the stone
  • Home
  • My Shop+ Shops
  • Nature Collector/What I'm collecting
  • Credits
Hello! Hope you have a nice day! .~*Casper's(Mine) Journal*~.
Feel free to check my collecting tab in my About Me!
Background image of Signature- Credits Signature Code- MossDragon Profile Picture- Drawing I based off of a sunset I watched My shop Banner- Kingtotodile
Ashe Moon's AvatarAshe Moon
Ashe Moon's Avatar

QUOTE originally posted by WølfPøpKãyZ

I have a quick question How do you show the evolution of an evolved pokemon(Delta pokemon) without having to evolve them? Just like a picture of them? Edit: And Primal formes I have a Kyogre and I want to show the primal forme without the stone
This code helps you to see how a delta Pokémon would look like, I found it once here in this thread an saved it cause I am using it a lot^^ I am using the images from the wiki but it works with any image^^

code delta images

You have to change delta-dragon at the beginning to any type you wanna see [sc="delta-dragon"][img]https://pokefarm.wiki/images/c/c6/Albino_Apocalyptic_Arcanine.png[/img] [img]https://pokefarm.wiki/images/5/5b/Albino_Apocalyptic_Growlithe.png[/img][/sc] [style] .delta-normal > img { -webkit-filter: drop-shadow(-1px -1px 1px #a8a878) drop-shadow(1px -1px 1px #a8a878) drop-shadow(1px 1px 1px #a8a878) drop-shadow(-1px 1px #a8a878); filter: drop-shadow(-1px -1px 1px #a8a878) drop-shadow(1px -1px 1px #a8a878) drop-shadow(1px 1px 1px #a8a878) drop-shadow(-1px 1px #a8a878); } .delta-fire > img { -webkit-filter: drop-shadow(-1px -1px 1px #f08030) drop-shadow(1px -1px 1px #f08030) drop-shadow(1px 1px 1px #f08030) drop-shadow(-1px 1px #f08030); filter: drop-shadow(-1px -1px 1px #f08030) drop-shadow(1px -1px 1px #f08030) drop-shadow(1px 1px 1px #f08030) drop-shadow(-1px 1px #f08030); } .delta-water > img { -webkit-filter: drop-shadow(-1px -1px 1px #6890f0) drop-shadow(1px -1px 1px #6890f0) drop-shadow(1px 1px 1px #6890f0) drop-shadow(-1px 1px #6890f0); filter: drop-shadow(-1px -1px 1px #6890f0) drop-shadow(1px -1px 1px #6890f0) drop-shadow(1px 1px 1px #6890f0) drop-shadow(-1px 1px #6890f0); } .delta-electric > img { -webkit-filter: drop-shadow(-1px -1px 1px #f8d030) drop-shadow(1px -1px 1px #f8d030) drop-shadow(1px 1px 1px #f8d030) drop-shadow(-1px 1px #f8d030); filter: drop-shadow(-1px -1px 1px #f8d030) drop-shadow(1px -1px 1px #f8d030) drop-shadow(1px 1px 1px #f8d030) drop-shadow(-1px 1px #f8d030); } .delta-grass > img { -webkit-filter: drop-shadow(-1px -1px 1px #78c850) drop-shadow(1px -1px 1px #78c850) drop-shadow(1px 1px 1px #78c850) drop-shadow(-1px 1px #78c850); filter: drop-shadow(-1px -1px 1px #78c850) drop-shadow(1px -1px 1px #78c850) drop-shadow(1px 1px 1px #78c850) drop-shadow(-1px 1px #78c850); } .delta-ice > img { -webkit-filter: drop-shadow(-1px -1px 1px #98d8d8) drop-shadow(1px -1px 1px #98d8d8) drop-shadow(1px 1px 1px #98d8d8) drop-shadow(-1px 1px #98d8d8); filter: drop-shadow(-1px -1px 1px #98d8d8) drop-shadow(1px -1px 1px #98d8d8) drop-shadow(1px 1px 1px #98d8d8) drop-shadow(-1px 1px #98d8d8); } .delta-fighting > img { -webkit-filter: drop-shadow(-1px -1px 1px #c03028) drop-shadow(1px -1px 1px #c03028) drop-shadow(1px 1px 1px #c03028) drop-shadow(-1px 1px #c03028); filter: drop-shadow(-1px -1px 1px #c03028) drop-shadow(1px -1px 1px #c03028) drop-shadow(1px 1px 1px #c03028) drop-shadow(-1px 1px #c03028); } .delta-poison > img { -webkit-filter: drop-shadow(-1px -1px 1px #a040a0) drop-shadow(1px -1px 1px #a040a0) drop-shadow(1px 1px 1px #a040a0) drop-shadow(-1px 1px #a040a0); filter: drop-shadow(-1px -1px 1px #a040a0) drop-shadow(1px -1px 1px #a040a0) drop-shadow(1px 1px 1px #a040a0) drop-shadow(-1px 1px #a040a0); } .delta-ground > img { -webkit-filter: drop-shadow(-1px -1px 1px #e0c068) drop-shadow(1px -1px 1px #e0c068) drop-shadow(1px 1px 1px #e0c068) drop-shadow(-1px 1px #e0c068); filter: drop-shadow(-1px -1px 1px #e0c068) drop-shadow(1px -1px 1px #e0c068) drop-shadow(1px 1px 1px #e0c068) drop-shadow(-1px 1px #e0c068); } .delta-flying > img { -webkit-filter: drop-shadow(-1px -1px 1px #a890f0) drop-shadow(1px -1px 1px #a890f0) drop-shadow(1px 1px 1px #a890f0) drop-shadow(-1px 1px #a890f0); filter: drop-shadow(-1px -1px 1px #a890f0) drop-shadow(1px -1px 1px #a890f0) drop-shadow(1px 1px 1px #a890f0) drop-shadow(-1px 1px #a890f0); } .delta-psychic > img { -webkit-filter: drop-shadow(-1px -1px 1px #f85888) drop-shadow(1px -1px 1px #f85888) drop-shadow(1px 1px 1px #f85888) drop-shadow(-1px 1px #f85888); filter: drop-shadow(-1px -1px 1px #f85888) drop-shadow(1px -1px 1px #f85888) drop-shadow(1px 1px 1px #f85888) drop-shadow(-1px 1px #f85888); } .delta-bug > img { -webkit-filter: drop-shadow(-1px -1px 1px #a8b820) drop-shadow(1px -1px 1px #a8b820) drop-shadow(1px 1px 1px #a8b820) drop-shadow(-1px 1px #a8b820); filter: drop-shadow(-1px -1px 1px #a8b820) drop-shadow(1px -1px 1px #a8b820) drop-shadow(1px 1px 1px #a8b820) drop-shadow(-1px 1px #a8b820); } .delta-rock > img { -webkit-filter: drop-shadow(-1px -1px 1px #b8a038) drop-shadow(1px -1px 1px #b8a038) drop-shadow(1px 1px 1px #b8a038) drop-shadow(-1px 1px #b8a038); filter: drop-shadow(-1px -1px 1px #b8a038) drop-shadow(1px -1px 1px #b8a038) drop-shadow(1px 1px 1px #b8a038) drop-shadow(-1px 1px #b8a038); } .delta-ghost > img { -webkit-filter: drop-shadow(-1px -1px 1px #705898) drop-shadow(1px -1px 1px #705898) drop-shadow(1px 1px 1px #705898) drop-shadow(-1px 1px #705898); filter: drop-shadow(-1px -1px 1px #705898) drop-shadow(1px -1px 1px #705898) drop-shadow(1px 1px 1px #705898) drop-shadow(-1px 1px #705898); } .delta-dragon > img { -webkit-filter: drop-shadow(-1px -1px 1px #7038f8) drop-shadow(1px -1px 1px #7038f8) drop-shadow(1px 1px 1px #7038f8) drop-shadow(-1px 1px #7038f8); filter: drop-shadow(-1px -1px 1px #7038f8) drop-shadow(1px -1px 1px #7038f8) drop-shadow(1px 1px 1px #7038f8) drop-shadow(-1px 1px #7038f8); } .delta-dark > img { -webkit-filter: drop-shadow(-1px -1px 1px #705848) drop-shadow(1px -1px 1px #705848) drop-shadow(1px 1px 1px #705848) drop-shadow(-1px 1px #705848); filter: drop-shadow(-1px -1px 1px #705848) drop-shadow(1px -1px 1px #705848) drop-shadow(1px 1px 1px #705848) drop-shadow(-1px 1px #705848); } .delta-steel > img { -webkit-filter: drop-shadow(-1px -1px 1px #b8b8d0) drop-shadow(1px -1px 1px #b8b8d0) drop-shadow(1px 1px 1px #b8b8d0) drop-shadow(-1px 1px #b8b8d0); filter: drop-shadow(-1px -1px 1px #b8b8d0) drop-shadow(1px -1px 1px #b8b8d0) drop-shadow(1px 1px 1px #b8b8d0) drop-shadow(-1px 1px #b8b8d0); } .delta-fairy > img { -webkit-filter: drop-shadow(-1px -1px 1px #ff65f5) drop-shadow(1px -1px 1px #ff65f5) drop-shadow(1px 1px 1px #ff65f5) drop-shadow(-1px 1px #ff65f5); filter: drop-shadow(-1px -1px 1px #ff65f5) drop-shadow(1px -1px 1px #ff65f5) drop-shadow(1px 1px 1px #ff65f5) drop-shadow(-1px 1px #ff65f5); } [/style]
Dunno if that's what you're looking for but maybe just using the image from the wiki for the kyogre without the item? Hope this helps you somehow :3

Ashe | She/Her | 32


Selling everything in my visible fields :3
Ashe's Emporium (shop) Art shopTHdAcredits

credits

Code @RAINB0W Art shop Banner @MochaFox pfq Signature Pagedoll drawn by @goldenspirits Images next to the shop banner @Me Divider @ dA f2u Profile picture @Mavi
QUEENYUNA's AvatarQUEENYUNA
QUEENYUNA's Avatar
How do I put NFT next to the origin sash in this code
origin sash
x586
I have permission to use these counters im collecting origin sash
× 586 / 1000
Also collecting small fairy gems
× 30 / 9001
SpicyPengu's AvatarSpicyPengu
SpicyPengu's Avatar
origin sash
x12NFT
You can do it like this or like this depending oj if you’d like them to not see how many you have
origin sash
xNFT
I’m too lazy to post the nobbcode version as it’s 7am for me right now so just quote the post and copy paste the one you’d like to use :D
Flawless Fire Gem

Flawless Fire Gem

Gem

(: 0)

A beautiful Fire Gem that shines radiantly.

Sells for 10,000

Lv. 100 — +1,835,344
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryCheri Berry
Cheri Berry (SPICY)
Chesto BerryChesto Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Dry food
FireFlying
Happiness MAX
Modest nature
Firium Z

Firium Z

Z-Crystal

(: 0)

A crystallised form of Z-Power. It can be used to boost Albino rates for Fire-type Eggs.

Sells for 1,000

Lv. 100 — +2,086,906
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryCheri Berry
Cheri Berry (SPICY)
Chesto BerryChesto Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Spicy food
FireFlying
Happiness MAX
Brave nature
Beast Ball

Beast Ball

Summon Item

(: 0)

A special Poké Ball created by the Aether Foundation to capture Ultra Beasts reliably. It's uncertain which Ultra Beast is contained within.

View/use Summon Items

Unsellable

Lv. 100 — +1,030,166
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryCheri Berry
Cheri Berry (SPICY)
Chesto BerryChesto Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Spicy food
Dark
Happiness MAX
Brave nature
QUEENYUNA's AvatarQUEENYUNA
QUEENYUNA's Avatar

QUOTE originally posted by FlamingPengu

origin sash
x586NFT
You can do it like this or like this depending oj if you’d like them to not see how many you have
origin sash
xNFT
I’m too lazy to post the nobbcode version as it’s 7am for me right now so just quote the post and copy paste the one you’d like to use :D
Thank you been trying for the past few days and couldnt figure it out
Ashe Moon's AvatarAshe Moon
Ashe Moon's Avatar
Hey, I need some help :3 I want to make a list but I dunno how to make it except the plain way like: - text - text - text Is there a code for that? And I would like to use a small icon/image instead of the - Hope someone can help me, thank you 🌺

Pages: 123··· 674675676677678··· 762763764

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page