about camp codes && guide - get tutoring, help!

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/.
  • Alright then, sorry it didn't work >.<


    It might just be the website (cause
    sometimes when you click on the pic
    it takes you to a website and not a
    picture) or some other piece in your
    code. But I'm glad you found a
    solution :)

  • [fancypost borderwidth=0px; width: 460px; text-align: justify;][size=8]Did you make sure you added the <style> and </style>?
    [/fancypost]

  • You really only need one pair of <style> tags.
    Most of the time, pieces of customization codes
    have them just in case those are the ONLY pieces
    of code you'll use on your camp. If they aren't, I'd
    rather remove all of them and keep one pair at the
    top & bottom of ALL your code.


    This is so you can remove a couple lines from your
    code and reduce clutter. If you haven't done this
    already, maybe your styling stuff ends before the
    news box code is read, so it won't work. But yeah
    only keep one pair of <style> tags and you should be fine :)

  • Yes. That's where you use the url() function, like this:


    background: url(LINK_HERE);


    That should work for you :)
    Just put it between any pair of braces "{ }"
    for the box you want to customize.

    The post was edited 1 time, last by hootowlbrr ().

  • Like this? Do I put it in for color too?


    Code
    1. <style>
    2. div#profile_success {
    3. background: url(LINK_HERE);
    4. color: HEXCODE;
    5. border: 1px solid HEXCODE;
    6. }
    7. </style>

    The post was edited 1 time, last by иαу иαу~ ().

  • Hmm...I don't think you really need a color there.
    Oh and make sure to put a " ; " at the end. This
    separates the properties
    (like "background" and stuff),
    kind of like a period. If you don't, then the background
    won't work cause computers get confused easily :-\


    And I don't think url's work for text :P
    (that's what "color" is for, just text color)

  • [align=center][fancypost bgcolor=; borderwidth=0px; width: 350px; font-family: arial; text-align: justify; color: #a37350;][sup]
    You just add it in wherever, I believe.
    If that doesn't work, could I see your code to check it?

  • [align=center][fancypost bgcolor=; borderwidth=0px; width: 350px; font-family: arial; text-align: justify; color: #a37350;][sup]
    no problem c:


    //matching avvies xD//

  • XD love these dogs ^^


    Tikki how do my camp like your's its so awesome

    The post was edited 1 time, last by Coco ❤ ().

  • You mean the one-box sort? It's real easy to make but if you're
    not sure how, I could send you a template if you want :-\

  • [align=center][fancypost bgcolor=; borderwidth=0px; width: 350px; font-family: arial; text-align: justify; color: #a37350;][sup]
    a bunch of replacing the code with
    display: none;


    or you can get an empty template from someone.
    All you would have to do is fill in the links for the images.

  • [align=center][fancypost bgcolor=; borderwidth=0px; width: 350px; font-family: arial; text-align: justify; color: #a37350;][sup]
    you have to edit certain parts of it, and take parts out, and add display: none; into it.

  • [align=center][fancypost bgcolor=; borderwidth=0px; width: 350px; font-family: arial; text-align: justify; color: #a37350;][sup]
    under the one for the news bar, just delete everything for it except the top part and put display: none;