Extended network |
Extended network |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2008 Member No: 668,567 ![]() |
Hey i want to edit my extended network. here is the link to my profile so you can see what im talking about. my profile
i want to make the box with my network a little smaller and make the box with my default picture a little wider. also you see my def pic? you see how it is lined with the top of the box but there is a space underneath the pic? i want to center it, so there there is equal space above and below the pic. i tried <center></center> but it didnt work. back to the network. you see how the text is below the pic of the dove? i want to put the text above the pic. i also want to make the text white. i know the css color code for white is #FFFFFF but i dont know where to put it. here is the code for my layout. thanks for the help! CODE <style>
.layout { myspace-layout-name:Filled With The Spirit; myspace-layout-site: url(http://www.myfabfaith.com); } body { background-color:540055; background-image:url(http://www.myfabfaith.com/myfabfaithimage5006.jpg); background-position:left bottom; background-attachment:fixed; background-repeat:yes-repeat; margin-bottom:450px; } img {border: none;} table, tr, td { background-color:transparent; } table table table { background-color:540055; border-color:988FC4; border-style:Solid; border-width:6px; } table table table table, table table table td { border-style:none; } body, div, p, strong, td, .text, .blacktext10, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:988FC4; font-size: 12pt; font-weight: normal; font-style: normal; font-family:Century Gothic; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext, .blacktext12 { color:(988CF4; font-size: 16pt; font-weight: normal; font-style: normal; font-family:Century Gothic; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:link, a.redlink:visited { color:988FC4; font-size:8pt; font-weight:normal; font-style:bold; font-family:Arial; text-decoration: none; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover { color:988FC4; font-size:12pt; font-weight:normal; font-style:normal; font-family:Century Gothic; text-decoration: none; } .caption { color:988FC4; font-size: 10pt; font-weight: normal; font-style: normal; font-family:Century Gothic;}; text-align: center; display: block; } </style> <div style="position:absolute;..;left:0px;top:0px;"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15ZmFiZmFpdGguY29t" target="_blank"><img src="http://myfabfaith.com/topicon.gif" border="0" alt="Free MySpace Layouts" /></a></div><center>This layout was handmade with TLC at <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15ZmFiZmFpdGguY29t" target="_blank">My Fab Faith</a> Go get one!<br /><br /></center> <style> table table table td { vertical-align:top !important; } span.blacktext12 { visibility:visible !important; color:988FC4; background-color:transparent; background-image:url(http://www.myfabfaith.com/myfabfaithimage5005.jpg); background-repeat:no-repeat; background-position:center top; width:435px; padding-top:331px; padding-bottom:5px; display:block !important; text-align:center; } span.blacktext12 img { display:none; } .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url(http://www.myfabfaith.com/myfabfaithimage5007.jpg); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent; } .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none; } .contactTable a img { visibility:hidden; border:0px !important; } .contactTable a { display:block; height:28px; width:115px; } .contactTable .text { font-size:1px !important; } .contactTable .text, .contactTable a, .contactTable img { filter:none !important; } .contactTable .whitetext12 { display:none; } </style>
Reason for edit: Please use [codebox] tags when posting long codes. - Mike
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Posts merged.
The Profile Info table's height won't change because the text beside the default picture (eg. headline, age, location, last login, etc.) is stretching it. If you want it smaller, you'd have to hide some of those properties. For the Extended Network table's size, try this instead: CODE <style> table.extendedNetwork {height:#px; width:#px;} </style> Again, replace the number signs with the amount of pixels you need. |
|
|
![]() ![]() |