help.. |
![]() ![]() |
help.. |
Feb 26 2007, 02:23 AM
Post
#1
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
mk i used the code to make my lyt small right but i deleted the part that makes my muzik small cuz i have a slide on there and it u cant even see it so it looks fine w/out that piece but look i wazz woundering if there is anyway to make the blog section wider cuz it looks like this
http://i16.tinypic.com/4dq7r7l.jpg andit doesnt look even on my pro so if theres anyway to fix it please help me . thanx |
|
|
|
Feb 26 2007, 02:30 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Change the skinny profile code you are using to this:
CODE <style type="text/css"> . table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} </style> To change the width of the tables edit: table table table {width:220px !important; height:0px;} |
|
|
|
Feb 26 2007, 02:35 AM
Post
#3
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
hhuummm didnt work
|
|
|
|
Feb 26 2007, 02:38 AM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Post your layout code then. Make sure you didn't stick the above code in the middle.
|
|
|
|
Feb 26 2007, 02:40 AM
Post
#5
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
heres the code
<Style type="text/css"> body{ background-color: 000000; background-image:url(http://i116.photobucket.com/albums/o7/STEPHY_LOVES_YOU/818.jpg); background-position:CENTER; background-attachment:fixed; background-repeat:no-repeat; scrollbar-track-color: 000000; scrollbar-face-color: 000000; scrollbar-highlight-color:d200ff; scrollbar-base-color: 000000; scrollbar-darkShadow-color:d200ff; scrollbar-shadow-color:d200ff; scrollbar-arrow-color:d200ff; } Table, Td{ background-color:transparent; } table table table{ background-color:transparent; background-image:url(transparent); background-repeat:repeat; width:100%; border-color:BLACK; border-style:DOUBLE; border-width:4px; } table table table table{ background-image:none; width:auto; } table table table table, table table table td{ border-style:NONE; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:BLACK; font-size:10pt; font-weight:Monotype Corsiva ; font-style:Monotype Corsiva ; font-family:Times New Roman, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:BLACK; font-size:14pt; font-weight:Monotype Corsiva ; font-style:Monotype Corsiva ; font-family:Arial, verdana, arial, sans-serif; } 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:visited{ color:BLACK; font-size:8pt; font-weight:Monotype Corsiva ; text-decoration:underline ; font-style:Monotype Corsiva ; font-family:Times New Roman, verdana, arial, sans-serif; } 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:BLACK; font-size:10pt; font-weight:bold; text-decoration:underline ; font-style:normal; font-family:Times New Roman, verdana, arial, sans-serif; } a img{ filter:gray, flipv, alpha(opacity=70) ; opacity:0.7; -moz-opacity:0.7; } a:hover img{ filter:gray, flipv, alpha(opacity=70) alpha(opacity=100) ; opacity:1; -moz-opacity:1; } </Style> |
|
|
|
Feb 26 2007, 02:43 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Changing your code to this should fix the problem, but there is a space because of the fact that you are keeping the contact table.
CODE <style type="text/css"> table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} </style>
<Style type="text/css"> body{ background-color: 000000; background-image:url(http://i116.photobucket.com/albums/o7/STEPHY_LOVES_YOU/818.jpg); background-position:CENTER; background-attachment:fixed; background-repeat:no-repeat; scrollbar-track-color: 000000; scrollbar-face-color: 000000; scrollbar-highlight-color:d200ff; scrollbar-base-color: 000000; scrollbar-darkShadow-color:d200ff; scrollbar-shadow-color:d200ff; scrollbar-arrow-color:d200ff; } Table, Td{ background-color:transparent; } table table table{ background-color:transparent; background-image:url(transparent); background-repeat:repeat; width:100%; border-color:BLACK; border-style:DOUBLE; border-width:4px; } table table table table{ background-image:none; width:auto; } table table table table, table table table td{ border-style:NONE; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:BLACK; font-size:10pt; font-weight:Monotype Corsiva; font-style:Monotype Corsiva; font-family:Times New Roman, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:BLACK; font-size:14pt; font-weight:Monotype Corsiva; font-style:Monotype Corsiva; font-family:Arial, verdana, arial, sans-serif; } 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:visited{ color:BLACK; font-size:8pt; font-weight:Monotype Corsiva; text-decoration:underline; font-style:Monotype Corsiva; font-family:Times New Roman, verdana, arial, sans-serif; } 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:BLACK; font-size:10pt; font-weight:bold; text-decoration:underline; font-style:normal; font-family:Times New Roman, verdana, arial, sans-serif; } a img{ filter:gray, flipv, alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; } a:hover img{ filter:gray, flipv, alpha(opacity=70) alpha(opacity=100); opacity:1; -moz-opacity:1; } </Style> |
|
|
|
Feb 26 2007, 02:48 AM
Post
#7
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
|
|
|
|
Feb 26 2007, 02:53 AM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Your profile is on private.
|
|
|
|
Feb 26 2007, 02:57 AM
Post
#9
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
it says only users under 18
|
|
|
|
Feb 26 2007, 03:04 AM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
The blogs and all the tables show up the same size for me. The reason your about me table is huge is because of your slideshow...
With the code I gave you, you can either adjust all the tables to a bigger size or leave them the way the are. Or I can give you another that will only adjust the right side tables. Up to you. |
|
|
|
Feb 26 2007, 03:12 AM
Post
#11
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
hhuuumm well i just made the side the smallest that it gets and it hepled a lil bit ima go wit adjusting the right side tables
|
|
|
|
Feb 26 2007, 03:33 AM
Post
#12
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE td.text table {width:535px;} td.text table table {width:auto;} Add style tags and change 535 to the width you want. |
|
|
|
Feb 26 2007, 03:45 AM
Post
#13
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
ok ill try and another question when i try to add a backround pic it looks like this
http://i15.tinypic.com/2my7pts.gif y?? |
|
|
|
Feb 27 2007, 09:05 PM
Post
#14
|
|
![]() I LOVE RICHIE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 301 Joined: Feb 2007 Member No: 502,341 |
NVM I GOT IT :]
U CAN CLOSE THIS NOW |
|
|
|
![]() ![]() |