Help - Search - Members - Calendar
Full Version: Help with some stuff...
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
Rudolphsky
Soooo... I haven't created a profile in about a year and I basically forgot a lot of stuff. Can someone please help me in:
1. making a center table that matches the navigation bar's length and in that put a picture in. oh, and also, how can i put a div area so it stays with in the table so it doesnt move when like adjusting the dimention of the browser.
2.how do i take off stuff in a profile like contact table, about me, details, and stuff, basically leaving the screen name, picture, status and all that stuff.
Anarchy
1. I don't know if this is what you mean but check this out and see if that works for you. For the static DIV, put this in its attributes when you're trying to position it:

CODE
left:50%; margin-left:#px;

The 50% will bring the left edge of your DIV to the center and you can edit the pixels of the margin-left attribute to position it to your liking. That will give you a static DIV.

2. Certain tables on a MySpace page have certain classes. You can take the names of those classes and style them any way you want. To achieve want you wanted, try using this code:

CODE
<style>
.contactTable, .blurbs, .orangetext15, .interestsAndDetails, .userProfileDetail, .friendspace, .friendsComments, .latestBlogEntry, .extendedNetwork {display:none; height:0px;}
.profileInfo {display:auto; visibility:visible;}
</style>

That's the simplest one I could come up with. This shows your Profile Info table, by the way. You can start from there if you wanted to put up a DIV layout.
Rudolphsky
what i meant about the middle table is like a plain white section that goes down from the navigation bar and know how to but a picture in it. and oh, how would one put a scroll box with a transparent color on lets say where the about me or whod i like to met section would be without actually showing the about me or whod i like to me text.
Anarchy
For the scrollbar, put this in your About Me:

CODE
<style>
.blurbs .orangetext15, .blurbs td.text {display:none;}
</style>

<div style="height:600px; width:390px;">
CONTENT
</div>

Replace the word "CONTENT" with your own information. As for the picture below the navigation bar, try out the link that I provided. It's exactly what you want.
Rudolphsky
Maybe a picture would make it clearer; i want to know how to put a fixed picture in the white space. And also, how to completely get rid of the url table, table codes, getting rid of a border around an application, editing application title tables( if they are different from any general table), and possibly adding stuff to where the about me section would go without going through the trouble of doing it div style. Is there any way to change the navigation color without putting a background pic behind it? Oh, before i forget, is there a site that has cool add me, msg, etc buttons, im really lazy to make them......
click to enlarge
Anarchy
Damn, man. That's a pretty good bunch of questions. I'll try to answer these as best as I can.

For putting an image there, why not just replace your Extended Network table with an image? Use this code and play around with it remove the text and borders. To get rid of the URL table, use this code:

CODE
<style>
.userProfileURL {display:none;}
</style>

For your Application table questions, I believe you can't edit it. They're iFrames and any sort of iFrame codes have been disabled by MySpace. Therefore, even if you edit the class of that table, it most likely won't show the way you want it to. However, you can edit the title of the Application with this code:

CODE
<style>
table.userProfileApp td {background-color:000000; font:normal 8pt Arial; color:ffffff;}
</style>

For the question about content in the About Me area, why not just put your content there? Then, you can remove the text that says "About Me" and use the code to move up your Blurbs table. It'll look like you added content DIV-style.

To edit the navigation bar, use this code. For different Contact Table images, you can always look through Yahoo and/or Google. I'm sure they would provide a good list to choose from.
Rudolphsky
Thank you, but i meant general buttons, not contact tables buttons
danyellellamarie
I'M NEW AND LOST.
WHATS A FRIEND ID??
schizo
^If you have a question, make your own topic, please.

This will show you how to get your ID: click.
Anarchy
Oh, well people mostly design those. Try searching on Google or Yahoo. They should provide a good list of sites with those kinds of buttons.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.