Log In · Register

 
 
Closed TopicStart new topic
Is there anyway to move the blog links..?
mauriciocruelty
post Oct 9 2009, 07:20 PM
Post #1


Senior Member
****

Group: Member
Posts: 109
Joined: Dec 2007
Member No: 601,987



Is there any way to move the blog section under my about me section on a profile 1.0?
I'd really like this, if possible asap.
Thanks :)
 
austinseals
post Oct 10 2009, 02:23 AM
Post #2


Senior Member
***

Group: Member
Posts: 62
Joined: Sep 2009
Member No: 746,049



You want to move the table around?

eeee the best ways to do this that I know is either

1,
Switch to 2.0 [I really don't recomend it though :P]

2,
Use a code to flip all of your tables around

3,
Just hide your blog table, and create hyperlinks in your about me.
That's what I do!
If you wanna check that out, go to www.myspace.com/itsaustinseals

Under where it says other stuff it says blogs

 
jiyong
post Oct 10 2009, 02:44 AM
Post #3


사랑해 ~ 我愛你 ♥
*****

Group: Design Staff
Posts: 825
Joined: Jan 2007
Member No: 492,587



You can use this code to move it:
CODE
<style>
.latestBlogEntry {
margin-top:##px;
margin-left:##px;
}
</style>


Change the ## to the amount of pixels you need it to move to.

If you want to move it up, change the margin-top number to a negative number; if you need it to move down, use a positive number.

If you need it to move left, change the margin-left number to a negative number; if you need it to move right, use a positive number.
 
Mickey
post Oct 10 2009, 04:16 AM
Post #4


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Just position the Latest Blog Entry table absolutely:

CODE
<style>
.latestBlogEntry {position:absolute; top:500px; left:50%; margin-left:-46px; z-index:9;}
</style>

That way, the About Me section takes its place without you having to move it up. You'll just need to make room for it by putting a few <br /> tags at the bottom of your About Me.
 
austinseals
post Oct 10 2009, 04:29 AM
Post #5


Senior Member
***

Group: Member
Posts: 62
Joined: Sep 2009
Member No: 746,049



^^ Well Don't I look like a dumbass haha.
 
austinseals
post Oct 10 2009, 05:27 AM
Post #6


Senior Member
***

Group: Member
Posts: 62
Joined: Sep 2009
Member No: 746,049



Guess I just showed more creative ideas haha.

Didn't really answer his question with the best answer
rolleyes.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: