A few Questions, Not too complex... |
A few Questions, Not too complex... |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 ![]() |
OK I have a few questions - On my site ( www.xanga.com/lpdrummer )
The skin I am working on is a bit messed up. I would like the WHOLE thing to be centered, Change the colors of the "About Me, Subscription" text and lines, and get the page to stop after a certain amount of text (Right no you can scroll down to the beginning of time!). Can anyone help me out? Even answering one would be a huge help! |
|
|
![]() |
![]()
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
Replace this ::
With something more like this :: ---- Left-aligned: may need left margin of -7 or so Centered: should line up Right: Does not look pretty on Xanga, I suggest you don't use. ---- Blog margins? Uh.... Mess with the very last line of actual code, this part :: CODE <div style="width:501px; margin-top: -305px; margin-left: 293px;" valign=top> The vertical align (valign) part may be what's screwing iit up. I thought that was a table command. =/---- If you still don't get it.... I'll add comments into the code. |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 ![]() |
QUOTE(nyah-nek0 @ Jun 29 2005, 6:30 PM) Replace this :: With something more like this :: ---- Left-aligned: may need left margin of -7 or so Centered: should line up Right: Does not look pretty on Xanga, I suggest you don't use. ---- Blog margins? Uh.... Mess with the very last line of actual code, this part :: CODE <div style="width:501px; margin-top: -305px; margin-left: 293px;" valign=top> The vertical align (valign) part may be what's screwing iit up. I thought that was a table command. =/---- If you still don't get it.... I'll add comments into the code. Replacing the original code with the other one only made the main image even more off centerred, so I gotta play around with that a bit more. Also, my skin is centered, not left or right alligned. As for the last part......I'm not sure I understand. Take out valign completely? And does that move my blog body or side bar? |
|
|
![]() ![]() |