image borders/banner |
image borders/banner |
Jun 21 2008, 04:39 PM
Post
#1
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
okay, so i have two problems.
1- i don't want those borders around the comment/message/livejournal button. i tried placing border-style:0px; and things of that sort into the image code but it didn't work. 2- i want my name where its circled, kindof like a banner on a music profile. but it would be text and not an image. its a little squashed up there,but of course if i got the code it would scooch down a little.i basically want it in the center above both of the tables. i know it's a div code..something like <div banner="???"> idk really. http://i30.tinypic.com/2h4drx0.jpg oh and it wouldn't hurt if that little orange bar was gone. but its not that importantXD |
|
|
|
![]() |
Jun 21 2008, 04:41 PM
Post
#2
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 |
for the first one its suppose to be border="0" and I didnt get the second request :[
|
|
|
|
Jun 21 2008, 06:30 PM
Post
#3
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
thank you[: that helped.
i've encountered another two more problems:oo 1-what the heck,how do i get rid of that gray bar. screenshot: http://i32.tinypic.com/rm6xhv.jpg edit// i fixed the font style problem. |
|
|
|
Jun 21 2008, 06:45 PM
Post
#4
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
Try this to get rid of the bar at the bottom.
CODE table, tr, td {
border: none; background-color: transparent; padding: 0;} table { border: none; background-color: transparent;} table table { border: none; border-color: none; background-color: transparent;} |
|
|
|
Jun 21 2008, 06:50 PM
Post
#5
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
oh.that didn't work; http://profile.myspace.com/index.cfm?fusea...endid=391094371
:| |
|
|
|
Jun 21 2008, 06:55 PM
Post
#6
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 |
erase marlons code and add this
CODE <style type="text/css"> tr {background-color:transparent;} </style> |
|
|
|
Jun 21 2008, 06:57 PM
Post
#7
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
ah thanks.that worked:D
does anybody have an idea how i can get my name in the center of the page?[: |
|
|
|
Jun 21 2008, 06:58 PM
Post
#8
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 |
ur welcome and what do u mean center?
|
|
|
|
Jun 21 2008, 07:01 PM
Post
#9
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
look in the first post; see where it says sierra in the top center?like that.i just typed that in with paint
|
|
|
|
Jun 21 2008, 08:40 PM
Post
#10
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 |
CODE <style type="text/css"> .nametext { font-family:FONTTYPEHERE; color:COLORHERE; font-size:SIZE HERE; font-weight:bold; line-height:30px; text-transform: uppercase; text-align:center; padding-right:9px; padding-left:; padding-top: 9PX; display:block; text-decoration:; font-style:; letter-spacing: -10PX; border-left: ; border-bottom:; border-top:; border-right:; position:relative;top:ADJUST THISpx;left:THISTOOpx;} </style> looks like ur name nametext on ur layout is hidden, the go to your code and find .nametext and erase display:none; and replace it with my coding, your going to need to adjust the thins I told you to adjust |
|
|
|
Jun 21 2008, 11:59 PM
Post
#11
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
yeah, i've thought about using that code but i need to keep my default picture hidden.i don't have a .nametext{display:none;} code i just have a .profileInfo{display:none;} code.
edit//////// i'm over moving the display name and what not. is there a way to keep my default picture hidden, along with my headline and everything under it?i just wanna see my display name. |
|
|
|
Jun 22 2008, 08:31 PM
Post
#12
|
|
|
victim of myspace.com ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 395 Joined: Mar 2006 Member No: 386,435 |
bumpp. someone can close this topic,please do.
|
|
|
|
![]() ![]() |