473,385 Members | 1,356 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,385 software developers and data experts.

Changing Layout In Myspace Photos

Yes... I know the question might be stupid but... I still want to try because I haven't been able to solve this.

I have been trying to change some stuff in MySpace, but not in my profile, in myphotos section.

I found that, if in the CAPTION section of the photos you introduce some CSS code, it actually applies to the page.

The problem is... you only have 70 characters to type at any caption box. So, any CSS code must be really short.

I discovered that if want to change anything about the background of that photogallery, i can use two or more caption boxes.

for example:

Expand|Select|Wrap|Line Numbers
  1. <style type="text/css"> body { background: 000000} </style>
turns the background of the page into black

then, at any other caption box i write:

Expand|Select|Wrap|Line Numbers
  1. <style type="text/css">table, tr, td{ background: 000000} </style>
and... voilá the whole thing goes black.

Now, my challenge is using an image as background.

The problem is: i have tried as many addresses as posible and no one is short enough to fit in the caption box along with the rest of the CSS code!!

I have gone through several image hosting services and no one seems to work (of course, all of them have been free servers, i cannot afford to pay for any paid service now).

So, the real question is: is there any way to "define" an URL or URI as a variable or identifier within the body of the page, so I can call it later at any other caption box?

for an example:

Expand|Select|Wrap|Line Numbers
  1. bg="http://whatever.com/myimage.gif"
and then go for the:

Expand|Select|Wrap|Line Numbers
  1. <style type="text/css">table, tr, td{ background: url("bg")} </style>
thing?

I hope I explained myself, ok, and that I will get some help from anyone. :)


Thanks a lot in advance!


..
Apr 26 '06 #1
0 6901

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

Similar topics

4
by: Stephen Boulet | last post by:
Is there a python solution that someone could recommend for the following: I'd like to take a directory of photos and create a pdf document with four photos sized to fit on each (landscape) page....
15
by: phillip.s.powell | last post by:
<style> div div table tr td a.navbar, div div table tr td font {display: none;} </style> <div class="navigationbar" style="background-color:Black; position: absolute; left:50%; top:127px;...
2
by: el_espasmo | last post by:
Yes... I know the question might be stupid but... I still want to try because I haven't been able to solve this. I have been trying to change some stuff in MySpace, but not in my profile, in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...

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.