How to use FF's new coding!

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/.
  • Did you manage to fix it? Er, do you know how to move the text off to the right side of the picture (or has that ability not been supported by the new layout?)


    It was originally supposed to look like this:
    http://imgur.com/a/ZwCSb


    If you are unable to tweak it as to how it was supposed to appear, could i have the code to what you were able to fix?

    The best I could do was a table.
    and then I accidentally closed the tab and lost it


    THe issue with the table is that now, in this code, it has some weird line around it no matter what you try, so it's very clearly a table with an outline around it. If you're okay with that sort of line tho I can try it again..
    but like here's what it would sort of look like.


    test test
  • Err, Quill, could I ask you a question on profile customization instead of fancyposts?

  • oh dear, then... i hoped the lines were fairly invisible, but i guess not.
    you don't need to continue working on it, then, since the table line kind of messes with the whole aesthetic of it :)
    however, i also have another question: using the link you provided for working templates, i tried downloading the file. it didn't work though, saying i have denied access?

  • Hey, Quill
    Still kind of confused with the fancypost (mainly because I am not good with them at all--)


    Mine is a bit more advanced and I'm not sure how to fix it

    Hey @ViciousVixen! I'm not Quill but I've coded for a while and am slowly getting the hang of new codes, so I can help you out if you send the code.

  • @wintryy So if you want to make it wider, increase the number pixels in the 'width: ###px'. If you want to make it taller, increase the number pixels in the 'height: ###px'. px is basically number of pixels it takes up. To scroll, insert "overflow: auto;" somewhere into the code.


    @ViciousVixen Sorry I was ninja'd, but no problem! You can just post it here and I'll try my best or just message it to me.

  • Err, Quill, could I ask you a question on profile customization instead of fancyposts?

    Errrrrr, you can try! I'm not as familiar with the profile customization. I don't know if it changed or not but I'll do my very best to help, or find someone who can!

    Hey, Quill
    Still kind of confused with the fancypost (mainly because I am not good with them at all--)


    Mine is a bit more advanced and I'm not sure how to fix it

    No problem, love! Do you have the code? Phantasm and I can look at it for you ^-^

    oh dear, then... i hoped the lines were fairly invisible, but i guess not.you don't need to continue working on it, then, since the table line kind of messes with the whole aesthetic of it :)
    however, i also have another question: using the link you provided for working templates, i tried downloading the file. it didn't work though, saying i have denied access?

    Haha, you don't need to download it love! It's just the list of codes that are supposed to be supported on the site now.

    so,, its just a box..oksomebody help? i need help getting a hold on this coding, specifically how the px works

    Sorry, think you can be a little more specific? Which part of px? On your boder, you go 2px gray? Is that what you mean? Because the format for the border: thing is:


    Border: size type color
    so, border: 2px solid (or whatever) gray;

  • Errrrrr, you can try! I'm not as familiar with the profile customization. I don't know if it changed or not but I'll do my very best to help, or find someone who can!

    No problem, love! Do you have the code? Phantasm and I can look at it for you ^-^

    Haha, you don't need to download it love! It's just the list of codes that are supposed to be supported on the site now.

    Sorry, think you can be a little more specific? Which part of px? On your boder, you go 2px gray? Is that what you mean? Because the format for the border: thing is:
    Border: size type color
    so, border: 2px solid (or whatever) gray;

    oh ok, thanks! I just needed to know the basics of how it works