Help with posistioning, starting out a skin |
Help with posistioning, starting out a skin |
Oct 27 2004, 06:28 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,707 |
Okay, I'm in the very very beginning of my new skin, and I've made one before, but I hadn't had this problem before.
When I deleted the left module, and put my own it, that worked fine. But then the part where you put in the posts is at the bottom of the screen, instead of at the top, even with the module. The only codes I have so far are: QUOTE <!-- begin code provided by createblog.com --> <div style="position:static; margin-left: 1px;margin-top: 1px;border-left: 3px solid #006666; border-right: 3px solid #006666; width: 200px; height: 0px;background: none"> <table border="0" width=100%> <tr> <td colspan=2> <b class=nav>About Me</b> <tr> <td colspan=2><br> Stuff about yourself…here Stuff about yourself…here Stuff about yourself…here Stuff about yourself…here <tr> <td colspan=2><br> <b class="nav">Navigation</b><br> <a href="http://www.xanga.com/">Xanga</a><br> <a href="http://www.xanga.com/signin.aspx">Sign In</a><br> <a href="http://www.xanga.com/logout.aspx">Sign Out</a><br> <a href="http://www.xanga.com/private">Home</a><br> <a href="http://www.xanga.com/claf">CLAF</a><td> <br> <br> <a href="http://www.xanga.com/Private/subs.aspx">Your Subs</a><br> <a href="http://www.xanga.com/guestbook.aspx?user=YOURXANGAUSER">Guestbook</a><br> <a href="http://www.xanga.com/profile.aspx?user=YOURXANGAUSER">Profile</a> <a href="http://www.xanga.com/Private/feedback.aspx">Feedback</a><br> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURXANGAUSER" target="blank">Add Me</a><br> <tr> <td colspan=2> <b class="nav">Subscriptions</b> <tr> <td> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <td> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> </tr> </table> </div> <div align="center" class="blogspace"> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <div style=" width: 700px; height: 200px; margin-top: 0px; margin-left: 0px"> <!-- end code provided by createblog.com --> and the one that deletes the left modules. My xanga is here. Can you please help??? Thanks. |
|
|
|
![]() |
Oct 27 2004, 06:32 PM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
CODE <!-- begin code provided by createblog.com --> <div style=" width: 700px; height: 200px; margin-top: 0px; margin-left: 0px"> <!-- end code provided by createblog.com --> ^ In that part, you need to change the margin-top variables. Probably to like 400px or something. |
|
|
|
Oct 27 2004, 06:34 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,707 |
That still didn't work..... it just pushed it further down.
|
|
|
|
Oct 27 2004, 06:36 PM
Post
#4
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Oh sorry excuse my stupid self ><
I meant -400px. Negative 400 pixels. |
|
|
|
Oct 27 2004, 06:40 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,707 |
yay, it worked. Seems amazingly obvious now, lol. Thanks alot.
|
|
|
|
Oct 27 2004, 07:30 PM
Post
#6
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
No problem.
|
|
|
|
![]() ![]() |