
OOC:
It still didn't work XD well now my wallpapers back to normal, thanks for the help, though ^^
IC:

OOC:
It still didn't work XD well now my wallpapers back to normal, thanks for the help, though ^^
IC:
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 :)
I have a question. Do you have a code where for the new box you can put a image in the background instead of a Hexcode?
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.
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)
thanks so much, I did that I'm going to see if it works
Rizzy I don't know where to put the remove signature code
[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?
Ok and thanks Tikki ![]()
[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
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.
Ohh so if I did that after display i just put none?
[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.
Ok like what parts should I take out like the profile thing bar (sorry for stupid questions)
[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;