|
|
#41 |
|
just farted.
Join Date: Nov 2007
|
hey, can you change the FONT of your links?
__________________
O O
ﺩ ___ |
|
|
|
|
#42 | |
|
UG Newbie
Join Date: Aug 2007
Location: PA
|
Quote:
For these I'm pretty sure you have to put <style type="text/css">insertcode</style>
__________________
bree bree look how ****ing metal i am
|
|
|
|
|
|
#43 | |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
Quote:
Yea, I assumed everyone knew that ![]()
__________________
Been away, am back
|
|
|
|
|
|
#44 | |
|
UG Newbie
Join Date: Aug 2007
Location: PA
|
Quote:
Apparently not :P. Do you know how to change the blue stripped thing by your picture?
__________________
bree bree look how ****ing metal i am
|
|
|
|
|
|
#45 |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
yea,
it uses the class .pic use the following code: <style type="text/css"> .pic {background-image:url('url');background-repeat:no-repeat; background-color: #000000}; </style> When i changed mine, i jut saved the original image, blured it and used that for a kinda glossy look. but you can you whatever image you want, just remember to change the background-repeat parameter
__________________
Been away, am back
|
|
|
|
|
#46 | |
|
nylon junkie
Join Date: Jan 2002
Location: Melbourne, Australia
|
Quote:
please don't make any assumptions in this thread other than to assume the person knows NOTHING about css, html or the internet in general it's better if explanations are too detailed rather than not enough ![]()
__________________
from daylight...
...into darkness |
|
|
|
|
|
#47 | |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
Quote:
will do ![]()
__________________
Been away, am back
|
|
|
|
|
|
#48 | ||
|
imaguition
Join Date: Aug 2007
Location: Jamlando
|
Quote:
Sawwwryy. I didn't mean to ignore ya. ![]() EDIT: http://farm4.static.flickr.com/3012...457b019.jpg?v=0 ^ How do you change the color of that outline from that hideous blue to something that's more... ME!?? http://farm4.static.flickr.com/3057...7a90b17.jpg?v=0 ^ Same as above. How do you change the color of those damned blue stripes? http://farm4.static.flickr.com/3147...dab92c1.jpg?v=0 ^ And finally. I would like everything that's pee yellow (including my name!) to get changed as well. So, how do you do that?! Thanks in advance guys.
__________________
-\_/- Quote:
it's the silence between the notes that makes the music.
Last edited by -BlackZeppelin- : 06-17-2008 at 04:08 PM. |
||
|
|
|
|
#49 |
|
is rockin' the suburbs
Join Date: Mar 2007
Location: MK:UK
|
My profile's all edited n shiz. If anyone wants the code, just ask.
__________________
㋡
|
|
|
|
|
#50 | |
|
just farted.
Join Date: Nov 2007
|
Quote:
<style type="text/css">.contact {border:solid 1px #000000;margin:0px 0px 10px 0px;padding:5px}</style> it's from page 2 on here, i think. Logz posted it.
__________________
O O
ﺩ ___ |
|
|
|
|
|
#51 |
|
Registered User
Join Date: Dec 2006
Location: around these White Walls
|
I this code to change the background.
Code:
This is what came out: ![]() The background only shows up around my picture, and nowhere else. ![]() |
|
|
|
|
#52 |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
thorn,
try: <style type="text/css"> .pic{ background-image: url('http://host.com/image.jpg'); background-repeat: no-repeat; background-color: #000000; padding:10px; margin-bottom:15px } </style> Are you sure you entered the correct image URL, sometimes if you dont enter the correct one, it'll just display the background colour.
__________________
Been away, am back
|
|
|
|
|
#53 |
|
imaguition
Join Date: Aug 2007
Location: Jamlando
|
Got any help for me Logz?
(see my above post) |
|
|
|
|
#54 |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
blackzepplin...
for your first image: .contact{} See the previous post its already in one of them for your second image: <style type="text/css"> .info_bl { background-color: #101d27; background-image:URL('http://host.com/image.jpg'); background-repeat: repeat-x; padding:10px; margin-bottom:25px; width:100% } </style> 3rd image: <style type="text/css"> h1{ color: #99FF00; font-family: arial; font-size: 15px; font-weight:bold; } </style>
__________________
Been away, am back
|
|
|
|
|
#55 | |
|
Registered User
Join Date: Dec 2006
Location: around these White Walls
|
Quote:
Didn't work. Maybe there's another code preventing it? Here's my entire About Me section: Code:
|
|
|
|
|
|
#56 | |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
Quote:
That could be your problem: margin-(@) (@)15px Try removing that entire line. Ive mentioned this before, but for some reason UG when you submit the form sometimes messes up the CSS. Try remove that line. Also, theres a space in background-repeat: backgr ound-repeat: Try getting rid of that, if you cant, leave it out. UG's own CSS file should replace it by default.
__________________
Been away, am back
|
|
|
|
|
|
#57 | |
|
imaguition
Join Date: Aug 2007
Location: Jamlando
|
Thanks alot Logz. I've got all those codes in and they worked.
But the bottom half of my profile isn't matching the top. My "Gear Info, Interests, and Comments" sections have those Black and Grey stripes. How do I change those to flat red like I did with the rest of my profile?
__________________
-\_/- Quote:
it's the silence between the notes that makes the music.
Last edited by -BlackZeppelin- : 06-17-2008 at 07:05 PM. |
|
|
|
|
|
#58 |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
sorry, they use different classes, give me a second to look them up
__________________
Been away, am back
|
|
|
|
|
#59 | |
|
imaguition
Join Date: Aug 2007
Location: Jamlando
|
Quote:
No problem. |
|
|
|
|
|
#60 |
|
UGs UGing UGer
Join Date: Mar 2004
Location: guess
|
<style type="text/css">
.info { background-color: color; background-image:URL('URL'); background-repeat: repeat-x; padding:10px; } </style> use that for the remaining striped areas
__________________
Been away, am back
|
|
|
| Thread Tools | Rate This Thread | |
|
|