adding custom content to bottom of myspace page
Adding Custom Content to the Bottom of your Myspace Page
This concept can be used to do any of the following:
- Put custom content (Table, Div, Object or other content) at the bottom of the right column
- Put custom content (Table, Div, Object or other Content) bottom center, just above the bottom links. You must also move your Friends and Comments Bottom Center, OR Hide your friends and comments, or this does not work well.
- Move the friends underneath the comments.
- Move the Video underneath the friends and Comments
The below code will place the custom section in the right column, under the comments.
I have the height, of the custom content space set to 300px. You can change this.
However you must change it in BOTH spots. The padding bottom for the outer Div must be the same as (OR MORE than) the height of the custom content Div.
If the values are the same, the top of your custom content div will be just below the Add Comment link.
You can remove or change the border.
This code goes at the BOTTOM of the Meet Section.
<span class="off">!-START block for custom content bottom Right-!</span>
</td></tr></table>
</td></tr></table>
<span class="off">Create Div to wrap the remainder of the right side in. We will not close this Div. It will automatically close when the containing table closes.
</span>
<div class="myDclassFC" style="position:relative; top:0px; padding-bottom:300px;">
<span class="off">!-Create Div to hold our custom content. This div will be absolutely placed at the bottom of the containing div (the one we created above).-!
</span>
<div class="myDclassBR" style="position:absolute; bottom:0px; right:0px; height:300px; width:450px; border:2px hotpink solid;">
YOUR CUSTOM CONTENT GOES HERE
</div>
<span class="off">!-Open same number of tables we closed -!
</span>
<table class="off"><tr><td>
<table><tr><td>
<span class="off">!-END Code for Custom Div Bottom Right-!</span>
Creating Custom Content Bottom Center (Just above the bottom links, and centered).
This requires that you either move the whole block (video, calendar, friends, comments) to the center, OR you remove the elements in this space you do not want moved to the center.
(There is a way to put just your custom content bottom center, leaving the rest to the right, but it distorts the profile layout, so I do not include the solution here.)
You can alter the width and height values. Insure you have enough padding at the bottom of the outer div to accommodate the size of the inner (custom content) div.
This code goes at the bottom of the Meet Section:
<span class="off">!-START block for custom content bottom Right-!</span>
</td></tr></table>
</td></tr></table>
</td></tr></table>
<table><tr><td>
<span class="off">Create Div to wrap the remainder of the right side in. We will not close this Div. It will automatically close when the containing table closes.
</span>
<div class="myDclassFC" style="position:relative; top:0px; width:450px; padding-bottom:300px;">
<span class="off">!-Create Div to hold our custom content. This div will be absolutely placed at the bottom of the containing div (the one we created above).-!
</span>
<div class="myDclassBR" style="position:absolute; bottom:0px; right:0px; height:300px; width:450px; border:2px hotpink solid;">
YOUR CUSTOM CONTENT GOES HERE
</div>
<span class="off">!-Open same number of tables we closed -!
</span>
<table class="off"><tr><td>
<table><tr><td>
<span class="off">!-END Code for Custom Div Bottom Right-!</span>
I used the above concept to create a link, below my Comments. I wanted to put this link in place of my bottom links.
Click Here to See Example of Above Code Applied
Band Page
The friendSpace needs to be moved to the center for this work.
This code goes at the end of the bio:
<i class=i>!-START Code for Custom Div Bottom Right-!
<a href="http://xiii.us/ms/bottom-custom">mySpace create custom content below Comments</a>
</i>
</td></tr></table>
</td></tr></table>
</td></tr></table>
<style>i.i {display:none;}</style>
<i class=i>Create Div to wrap content. It will automatically close when the containing table closes.</i>
<div class="myDclassFC" style="position:relative; top:0px; width:600px; padding-bottom:300px;">
<i class=i>bottom px value above, needs to equal the height of your content div</i>
<table><tr><td>
<i class=i>!-Create Div to hold our custom content. This div will be absolutely placed at the bottom of the containing div (the one we created above).-!
</i>
<div class="myDclassBR" style="position:absolute; bottom:0px; right:0px; height:300px; width:600px; border:2px hotpink solid;">
YOUR CUSTOM CONTENT GOES HERE
</div>
<i class=i>!-Open same number of tables we closed -!</i>
<table class="off"><tr><td>
<table><tr><td>
<i class=off>!-END Code for Custom Div Bottom Right-!</i>
Thank you for Visiting; Have a Nice Day
How do I add an image to the bottom of my myspace page
You can add a div to the bottom of the page
If you want to learn how to add a div to the bottom of the myspace page.
This allows you to put an image or flash video or other content at the bottom of your myspace page.
You can create custom links below your comments, add images below your comments or even a flash video.
A rarely used customization is to add custom content to the bottom of the page below the comments.
add extra space at bottom of profile
How do I add an image to the bottom of my myspace page
You can add a div to the bottom of the page
If you want to learn how to add a div to the bottom of the myspace page.
This allows you to put an image or flash video or other content at the bottom of your myspace page.
You can create custom links below your comments, add images below your comments or even a flash video.
A rarely used customization is to add custom content to the bottom of the page below the comments.
add extra space at bottom of profile
Labels: myspace customize div bottom
8 Comments:
is there a simple mod to the above code that will allow this to work on a band page ? I am trying to figure out a way to insert a table under my band's comments section.
quake
Yes,
You have to be willing to move your friends center.
I added a block for the band section.
It was a simple modification.
Eileen, you're just great
What if you've made your 'Meet', 'Friends, and 'Comments' section not appear? Will that affect the making of this code?
Thanks
Woah ignore me last question completely.
Anyway, I'm trying to put this quite large picture at the very bottom of my myspace [almost like a footer banner]
But now matter how many different ways I use your code, it's either to too far to the left [and not center] and any other way, it just stretches the entire thing out.
If you could, email me at picklespicklespickles.thomrocks@gmail.com
My myspace is .com/sprawledoncathedralsteps
and the actual picture is
http://img504.imageshack.us/img504/7889/delete1lx6.jpg
If you can't help, I totally understand, but if there's any way you can, it'd be much appreciated!
Thank you!
Fantastic site btw, this is teh first time I've ever had trouble with something, your site is very clear, unique, and helpful.
Thanks John,
Anonymous,
If you hide those items using their class names, along with display:none, it should not be a problem.
If you hide them by altering the table structure, then that code will conflict.
epic,
I don't have time to look now, but possibly this weekend.
W^
THE CODE WORKS FINE FOR ME BUT THERE IS ONE PROBLEM.
PROBLEM IS IT WORKS FINE ON NTERNET EXPLORER BUT MY FRIENDS WHO USE MOZILLA SAY MY PAGE LOOKS ALL MESSD^
HOW CAN I MAKE IT LOOK WORK ON INTERENT EXPLORER AND MOZILLA
How do put a traffic counter at the bottom of my page?
Post a Comment
Links to this post:
Create a Link
<< Home