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··· 498499500501502··· 762763764

SilverRose's AvatarSilverRose
SilverRose's Avatar
I also seem to be struggling to find the pokemon image link. When I go to my fields and go to one of my pokemon's page I right click on the pokemon image, but it doesn't give me a "Open Image in New Tab" option. I think my problem is that I'm trying to get the link from the wrong image? Also wanted to ask if there was a way to comment out text?
Go to your field's private mode, then do Control + Click or right click. The platform doesn't work to find the image! You can also drag the said pokemon's image to a new tab, then the image pops up there.

★ HeartlessDemon ★ they/them ★

please sell me your hasty-natured specials! PMs open for any inquiry, I don't bite o/
RaffleToyhousecredits

credits

Code @RAINB0W Forum Icon @baileykins on PFQ Signature Pagedoll @kellran2012 on PFQ
Mirzam's AvatarMirzam
Mirzam's Avatar
What do you mean by comment out text? The best I can think of if I understand right is to put it in comments in a style tag, or you could make a styleclass set to display: none? Either way the text would be visible to users who quote you or view your edit history, so make sure hidden stuff is still appropriate. Sample 1: [style] /* Your text here */ [/style] Sample 2: Unhidden text blah blah... [sc=hidden] Hidden text [/sc] More regular text... [sc=hidden] More hidden text [/sc] [style].hidden { display: none; }[/style]
SilverRose's AvatarSilverRose
SilverRose's Avatar
Thank you both! The comments were exactly what I needed
thunkey's Avatarthunkey
thunkey's Avatar
If i wanted to create a progress bar for my dexes, is there an inventory code for your pokedex/eggdex, or would you have to update it manually?
avatar from official pkmn anime check out my shop! 0
Deandra's AvatarDeandra
Deandra's Avatar
Sadly you’d have to update it all manually

❝ About Deandra ❞

Deandra - 19 - PMs welcome - MHA fan - Wing drawing ^ made by me - PFP credit Hawks on Amino
Currently hunting Scatterbug: 4989H/9A/59S/0M
Gwafaiai's AvatarGwafaiai
Gwafaiai's Avatar
can someone help with my coding? id like to make the borders around the tables black and try to get rid of those weird spaces? heres the code i have so far

code

.sidebyside{display:flex;border-radius 10px;} .sidebyside>.panel{flex:1 0;margin-right:10px;margin-bottom:auto;} table{width:100%;border-radius 10px;} tr,td{border:none;padding:5px;text-align:center;font-size:12px;height:20px;}
Ange ✦ She/They ✦
agender pan
journalshop
F2U code by Colorful
Hoard:|| Buying: | |
Poison Deltas

QUOTE originally posted by Heavenrend

can someone help with my coding? id like to make the borders around the tables black and try to get rid of those weird spaces? heres the code i have so far

code

.sidebyside{display:flex;border-radius 10px;} .sidebyside>.panel{flex:1 0;margin-right:10px;margin-bottom:auto;} table{width:100%;border-radius 10px; border-color: black;} tr,td{border:none;padding:5px;text-align:center;font-size:12px;height:20px;}
i can help you with the border colors, but i'm a bit confused on what you mean by the weird spaces. are you talking by the bits next to the boxes?

code for borders

.sidebyside{display:flex;border-radius 10px;} .sidebyside>.panel{flex:1 0;margin-right:10px;margin-bottom:auto;} table{width:100%;border-radius 10px; border-color: black;} tr,td{border:none;padding:5px;text-align:center;font-size:12px;height:20px;}
I think we can put our differences behind us. For science. You monster.
Gwafaiai's AvatarGwafaiai
Gwafaiai's Avatar
im not seeing any borders when i use that, and yeah, the white bits next to the top bits!
Mirzam's AvatarMirzam
Mirzam's Avatar
The code you have is correct, but you have conflicting code later in the full style I see in your journal. It's helpful to either post the entire code or link to a post where the full code is so we can find interactions like this. The problem section: table {border: 4px solid @bkg; Don't delete "table {" just the border part, or alternatively just change it to be the color you want and remove the earlier code. The whitish things on your column headers are the backgrounds on the .panel elements peeking through a bit. They're being... very stubborn. I wasn't able to find much to really make them work as they are. Maybe I'm approaching it wrong but I don't have any more time to look at it today. My only idea right now is to abandon the panel bbcode and instead stack 2 sibling divs on top of each other so one isn't actually behind the other and therefore can't show. You have to write a lot more CSS that way though since the default ones won't apply. Ex (use quote preview to see code):
Header
Content goes here

Pages: 123··· 498499500501502··· 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