473,401 Members | 2,127 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Image Placement help on myspace......

kaya
9
Ok, on half my tables myspace has it preset to have the images align vertically instead of horizontally.... i would like to change that. its annoying to have one half all neat with 3 images side by side in each row then scrool to the right and they are all straight down.... for months ive settled with just using a hspace= vspace= tag for every image to make it kind zig zag but im tired of that... anyone know any code to accomplish this??????

example...

it now does this

Image
Image
Image
Image

I would like it to do this

Image Image Image

Any help is greatly appreciated
Jun 3 '07 #1
13 7871
drhowarddrfine
7,435 Expert 4TB
This is easy to do but myspace is such a coding nightmare it's difficult to say what might work. A link to the site is necessary.
Jun 3 '07 #2
kaya
9
ok here is the link to the site..... http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=771 56051

ive tried changing a few things in the view source page i found when i right click but it doesn't seem to take any change i make.......
Jun 4 '07 #3
drhowarddrfine
7,435 Expert 4TB
View source lets you view the source and that's all. The link you gave requires me to log in to view it. How did you ever create the page?

I'll repeat this, myspace is a nightmare.
Jun 4 '07 #4
kaya
9
ok maybe its because my profile was set to private.... i set it to public ...

heres the direct url from my page

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=771 56051


this is my myspace url..

http://www.myspace.com/kayanellie


i used a profile generator for my page... but i dont think I can change the image placement through there ..... just to be sure i will post that...

<style type="text/css">
body {
background-color:ffffff;
background-image:url('http://i53.photobucket.com/albums/g46/kayalove/other/flwrbckgrnd.gif');
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
table, tr, td {background:transparent; border:0px;}
table table table {background-color:transparent;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:Trebuchet MS !important;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:FFFFFF !important;}
.nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12,
.redtext, .redbtext, .blacktext10, .btext {color:00CCFF !important;}
</style>!<style type="text/css">
a {color:66FFCC !important; text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;}
a:hover {color:99FFFF !important; text-decoration: underline !important; font-style: normal !important; font-weight: bold !important; text-transform: uppercase !important; }
a.text, table div font a, table div div {visibility:hidden;}
table table div font a, table table div div {visibility:visible;}
table {direction:rtl;}
table table table {direction:ltr;}
img {border:0px;}
</style>

i hope this helps you help me... ive been trying to figure this out for months....
Jun 4 '07 #5
drhowarddrfine
7,435 Expert 4TB
You say the images are three across and scrolling to the right they are up and down. It may be the size of the monitor you are using or the browser (I'm using Firefox) but, in any case, I don't see that but I may just misunderstand.

This may require a fair bit of work which I don't have time for. Since you worked on it for months and seem to want to make this work, here are three links that you can check out for advice:

http://www.pimpwebpage.com/
http://xgenerators.com/
http://www.mikeindustries.com/blog/archive/2006/04/hacking-myspace-layouts
Jun 4 '07 #6
kaya
9
Thanks i just need direction to the info lol I can figure it out i just dont have any clue where to start looking.... this i a good start and i so totally appreciate it.. i will also check what it looks like under the firefox browswer at work.. i only have viewed it on ie..... Thanks a Bunch i do appreciate the help!
Jun 4 '07 #7
kaya
9
Just so i know.. is this what you see? i made a screen shot and boxed in what i want to change... let me know if it looks like this to you on your browser pretty please?

Screenshot
Jun 5 '07 #8
drhowarddrfine
7,435 Expert 4TB
It looks like you got what you want? Yes, that screenshot is what I saw and now I know what area you were talking about but it looks like you figured it out.
Jun 5 '07 #9
kaya
9
no this is how its always been i want to change the ones in the white box on the right under interest.. i want it to look like the ones on the left.... the ones all the left.. as you can see in this screen shot... are 4 to a row, side by side all neat.... the ones on the right are vertical.. straight down .......


i want everything to be side by side neat little rows..... i guess i'll be searching for a few more months im looking for a code to stretch individual tables.. maybe if i can stretch the interest, music and heroes tables maybe they will align horizontally instead of automatically doing it vertically now.....

so no i havent found what i wanted the right side of my page is doing the same thing it has always done... just in case you still dont understand what i mean see the graphic that says slowly committing suicide????? well i would like the graphic that says a girl to sad to give a f@ck right next to it instead of under it.....
Jun 5 '07 #10
kaya
9
ok i got a code to widen the table and my images are still upp and down instead of left to right..... ok i know on myspace its a pain in the ass and i wont trouble you anymore with specific questions like before but this is a general question that might help me on my way to finding the answere i want to those specific questions.....


Is there anyway i can view the code that myspace used? i mean i can use codes to change the general format but is there a way to view the general format then change it??? im thinking maybe jsut maybe in that code he has a <br> which would cause the images to do as so.. if not theres something else that may be in the code that does it and i jsut don't have the code to reverse it..... so it would be great if i could see the properties of individual tables.. i doubt i can cause ive tried everyplace i can think of to o look but im a noob and probably missed it if i did it lol
Jun 5 '07 #11
drhowarddrfine
7,435 Expert 4TB
This is what I see in Firefox. I'll have to get to my Windows box to see it in IE7.

[Image edited out for unsuitable content]

EDIT: You're right. IE does display it differently there. Let me see what I can find.

Opera also displays it correctly so the only problem is IE, as usual. (The worst browser in the world. Spread the word. Get Firefox or Opera)

Just to try something, add this to any of the css pages you have and let me know what happens:
#ProfileGeneral img{
float:left;
}

The only problem is, you said you don't know where to edit the code at? How did you create this page in the first place? I don't know how you would get into the code editor for myspace.
Jun 5 '07 #12
kaya
9
ok that helps alot.. i only have ie right now so yeah its frusterating... i know how to add code to edit the original i.e take away banners add images etc......i can put codes in the edit profile section to change it but i cant find the orignial code.... ex... i can sign on go to edit profile add this

<style type="text/css">
body {
background-color:ffffff;
background-image:url('http://i53.photobucket.com/albums/g46/kayalove/other/flwrbckgrnd.gif');
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
table, tr, td {background:transparent; border:0px;}
table table table {background-color:transparent;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:Trebuchet MS !important;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:FFFFFF !important;}
.nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12,
.redtext, .redbtext, .blacktext10, .btext {color:00CCFF !important;}
</style>!<style type="text/css">
a {color:66FFCC !important; text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;}
a:hover {color:99FFFF !important; text-decoration: underline !important; font-style: normal !important; font-weight: bold !important; text-transform: uppercase !important; }
a.text, table div font a, table div div {visibility:hidden;}
table table div font a, table table div div {visibility:visible;}
table {direction:rtl;}
table table table {direction:ltr;}
img {border:0px;}
</style>

in about me and suddenly my profile is flipped.. my text is changed and my background pic different....yet that leaves the original table width and and the stupid table headings are the same etc etc... id like to know how to change that.. someone was saying that maybe its a problem with the table being to small or something causing the page to mess up... he said hed look into it to see if he can help me fix it... buti do appreciate all your help.. andi do appreciate the screen shot in firefox.... it gives me a better idea of what to look at..

thanks!
Jun 5 '07 #13
Don't know if this helps, and forgive the newbie mentality, but...
I had the same problem

IMG,
IMG,
IMG...

The "fieldset style" command worked for me...

It allowed me to...

IMG,IMG,IMG...

(view my MySpace page for examples on how i used it...)

"angelofcaine69"
Jun 8 '07 #14

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: lilcech | last post by:
How can i cobine my image with a html file so i only have one file. The image is used inside the html file so if i delete it or move it, then it wont show up in the html file. :)
3
by: Jim | last post by:
Should the browser increase the div to 205px? or overflow the image? Reading the spec http://www.w3.org/TR/CSS21/visufx.html it makes no reference to inline-replaced elements though I'd assume that...
1
by: fuzzyfoot16 | last post by:
this is a fairly simple problem, I've tried a few techniquesto accomplish the task myself but I've had no luck yet. Here is the issue, I got a working myspace profile tracker, it seems to operate...
6
by: AppleBag | last post by:
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in...
4
by: vamshiv | last post by:
hi...im working on asp.net with VB i have created a database which hav fields id,name,image path in web form i hav written code for creation of image buttons dynamically i hav connected the form...
1
by: xllonx | last post by:
i cant figure out how to place a picture at the top of a myspace music profile like a lot of the band profiles have. i need to know the html code to place the picture at the top of the myspace band...
0
by: omglisaa | last post by:
http://www.myspace.com/paintmyheart - This is my myspace I want to know how to place an image like this person has on there myspace: http://img.photobucket.com/albums/v117/xxx__/howdoidothis.jpg...
1
by: helraizer1 | last post by:
Hi folks, I apologise for the thread title, couldn't think of a suitable one. At the moment I have made a mini shoutbox that can be used on myspace, or similar. The image is then shown on the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.