Coding for a profile on Gaia |
Coding for a profile on Gaia |
Aug 25 2008, 12:21 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2008 Member No: 680,172 |
Hello, I'm new and need a bit of help with some code. My friend said he got all the help he needed with his profile here, and that this was a great place if I needed any help. I'm trying to code my profile for GaiaOnline. I've got it to almost exactly as I wanted it, however I had one thing left. I wanted to know if anyone knows any coding that will hide a link on the profile page that say [View posts] it also has [View guilds] and [view store] but I don't really care if it shows or not.
(P.S. If this is posted in the wrong section, I'm sorry, if theres a way to move it let me know, or if it needs to be moved by a admin/moderator, whatever it takes) Thank you for any help, Myr |
|
|
|
![]() |
Aug 25 2008, 12:51 AM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2008 Member No: 680,172 |
No such luck with that... Do I just post it at the end of the code? I'm trying out posting my code using the insert special item thing, to show my code used...
If this is too much trouble don't worry about it I can live with the links. CODE #content #main, #about, #journal, #friends, #multimedia, #comments, #signature{height: auto;}
#site { margin-left: auto; margin-right: auto; width: 760px; } #site a:link { color: #990000; font-size: 10pt; text-decoration: none; } #site a:visited { color: #990000; font-size: 10pt; text-decoration: none; } #site a:active { color: #990000; font-size: 10pt; text-decoration: none; } #site a:hover { color: #FF0000; font-size: 10pt; text-decoration: line-through; } body { background: black url('http://tinyurl.com/c9rut') fixed no-repeat left center; font-family: Tahoma; font-size: 9pt; color: #CC3300;} #extendedProfileBody #header h1 { background: black url('http://tinyurl.com/8t7r4') no-repeat; } #content { background: none; filter: alpha(opacity=0); border: none; } #profile .avatar { background: transparent url('http://tinyurl.com/dfll5') no-repeat top left; } #profile ul.items li img { background: none; border: 1px dotted #990000; } #profile h2 {background: url('http://tinyurl.com/e4hqe') top left no-repeat; text-indent: -1000px; } #profile { background: black; border: 3px dashed #990000; } #details H2{background: url('http://tinyurl.com/7hcpe') no-repeat top left; text-indent: -1000px;} #details { background: black; border: 3px dashed #990000; } #wishlist H2{background: url('http://tinyurl.com/7a3ym') no-repeat top left; text-indent: -1500px;} #wishlist { background: black; border: 3px dashed #990000; } #wishlist ul.items li img { border: 1px dotted #990000;} #about H2{background: url('http://tinyurl.com/9vkmp') no-repeat top left; text-indent: -1000px;} #about { background: none; border: 3px dashed #990000} #friends H2{background: url('http://tinyurl.com/76emq') no-repeat top left; text-indent: -1000px;} #friends { background: none ; border: 3px dashed #990000;} #friends #friendGroup li { border-right: 3px dotted; } #friends #friendGroup li img {background: transparent url('http://tinyurl.com/dfll5') no-repeat ;} #journal H2{background: url('http://tinyurl.com/7u5yx') no-repeat top left; text-indent: -1000px;} #journal { background: none; border: 3px dashed #990000} #multimedia H2{background: url('http://tinyurl.com/e3d67') no-repeat top left; text-indent: -1000px;} #multimedia {background: none; border: 3px dashed #990000 } #comments H2{background: url('http://tinyurl.com/bhjry') no-repeat top left; text-indent: -1000px;} #comments { background: none; border: 3px dashed #990000; } #comments dl dt.avatar img { background: transparent url('http://tinyurl.com/dfll5') no-repeat top left; background-position-y: 75%;} #comments dl dt.avatar2 img { background: transparent url('http://tinyurl.com/dfll5') no-repeat top left; background-position-y: 75%;} #signature H2{background: url('http://tinyurl.com/asnlp') no-repeat top left; text-indent: -1000px;} #signature { background: none; border: 3px dashed #990000; } #footer { display: none; } #corp { color: #000000; font-size: 10pt; text-decoration: none; } #details #commonFriends { display: none; } /* tektek add-in to fix caption boxes */ .caption2:after{background:none;content:url(http://tinyurl.com/8rzvl);} .caption:after{background:none;content:url(http://tinyurl.com/8rzvl);} .caption2:before{background:none;content:url(http://tinyurl.com/8rzvl);} .caption:before{background:none;content:url(http://tinyurl.com/8rzvl);} #comments dl, #comments p{display: none;} #comments .links li+li{display: none;} |
|
|
|
myrmidon50 Coding for a profile on Gaia Aug 25 2008, 12:21 AM
Insurmountable Well we don't really offer specific help for g... Aug 25 2008, 12:24 AM
myrmidon50 Oh right, sorry I forgot to add that... I don... Aug 25 2008, 12:26 AM
Insurmountable Uhm, try adding this to your codes:
<style... Aug 25 2008, 12:46 AM
myrmidon50 If this is something thats giving you trouble don... Aug 25 2008, 12:46 AM
Insurmountable Well okay, try using this code instead.
-code rem... Aug 25 2008, 12:59 AM
myrmidon50 Success! It worked!
Thank you so much for... Aug 25 2008, 01:03 AM
Insurmountable Not a problem :D
Glad it actually worked XD
Anyw... Aug 25 2008, 01:10 AM![]() ![]() |