Centering entire profile once removed majority of things |
![]() ![]() |
Centering entire profile once removed majority of things |
Oct 23 2008, 12:10 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
I have a profile now which everything hidden. just one table, however even then its off to the right.
Can I make my profile to the center? I saw a code but it did not work properly. Help please :) |
|
|
|
Oct 23 2008, 12:50 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Maybe it's to the right because that's where it normally is. If you want to move that table, just find its class and edit its positioning. If that's not the case, please post your codes.
|
|
|
|
Oct 23 2008, 12:55 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
Maybe it's to the right because that's where it normally is. If you want to move that table, just find its class and edit its positioning. If that's not the case, please post your codes. okay well I didn't technically make a layout, everythings defaulted or hidden, I have a background and custom other things but no font edits or tables. So lets just say someone wants to add whatever the class positioning code, how do I do that? I'd post my codes but Ive looked and I have nothing like what you said in it./ |
|
|
|
Oct 23 2008, 12:57 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Alright, well do you mind posting the link to your page? I need to know what table is showing to identify its class. Once I identify it, I'll give you a code you can use to change its position.
|
|
|
|
Oct 23 2008, 12:59 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
oops
Reason for edit: Please use [codebox] tags when posting long codes. - Mike
|
|
|
|
Oct 23 2008, 01:00 PM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No. I said a link to your page. Your codes are unnecessary because they don't contain the table's name.
|
|
|
|
Oct 23 2008, 01:09 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
http://profile.myspace.com/index.cfm?fusea...endid=131529440
sorry, didn't look close enough. Thats a test account, not mine, I dont give that out publically :) |
|
|
|
Oct 23 2008, 01:11 PM
Post
#8
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Wait, so what do you want to remove? You've removed everything on your page so there shouldn't be an extra table. It might just be the background of your tables. Try using this code:
CODE <style>
table table, table table table {background:none;} </style> |
|
|
|
Oct 23 2008, 01:19 PM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
Wait, so what do you want to remove? You've removed everything on your page so there shouldn't be an extra table. It might just be the background of your tables. Try using this code: CODE <style> table table, table table table {background:none;} </style> I'm a bit confused not. Let me just illustrate via photoshop
pcuteew.png ( 8.51K )
Number of downloads: 5If that's not possible right now then Im curious to know what I have to do to get that? Add something? I'm not very educated in this so bear with me EDIT: I got it, thanks anyway. |
|
|
|
Oct 23 2008, 06:23 PM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
it looks like it's just your about me section. try using something like this:
CODE .blurbs { left:50%; margin:0 0 0 -400px; position:absolute; top:0; width:800px; } exactly what numbers you'll use in that depends on how wide you want it to be. if you want it to be 700 pixels wide, you'd change -400px to -350px. if you want to to be 600 pixels wide, it would be -300px and so forth. |
|
|
|
Oct 24 2008, 05:10 AM
Post
#11
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Topic closed & moved.
|
|
|
|
![]() ![]() |