Shoutbox

(myspace) pics where i want them - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: (myspace) pics where i want them (/showthread.php?tid=66397)

(myspace) pics where i want them by Jarrod on 09-18-2006 at 08:28 AM

i'm using the two codes

_______________________________________________________________
                                           hide extended network
_______________________________________________________________
<style type="text/css">table td table tr td.text table {visibility:hidden;}table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}</style>

_______________________________________________________________

                                                               and
_______________________________________________________________
                                                             hide blog
_______________________________________________________________
<style type="text/css">table td table tr td.text table {visibility:hidden;}table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}</style>
_______________________________________________________________


now how do i put  pictures in there
not like get some webspace first the pictures i want are accessable on the net but there's a huge blank space and i want to fill it with pics


RE: (myspace) pics where i want them by user27089 on 09-18-2006 at 09:44 AM

Well just use <img src="URL TO IMAGES" /> for where you want the images?

If you're talking about wanting another section on your profile where you want the pictures, you're better off going to http://www.mygen.co.uk/ or something.


RE: (myspace) pics where i want them by Jarrod on 09-18-2006 at 10:58 AM

i know how to do it i want to know where i need to put the tag
cos i want it in the layer but i can't seem to get the tag in the right spot

here's a pictorial representation


RE: (myspace) pics where i want them by Veggie on 09-18-2006 at 11:46 AM

quote:
Originally posted by xen0h
here's a pictorial representation
and thats why i love myspace
RE: (myspace) pics where i want them by Jarrod on 09-19-2006 at 10:10 AM

what i've got is these codes hiding preset myspace texts but i want to put a picture in them same spot where do i put the <img> tag


RE: (myspace) pics where i want them by cloudhunter on 09-19-2006 at 10:20 AM

quote:
Originally posted by xen0h
what i've got is these codes hiding preset myspace texts but i want to put a picture in them same spot where do i put the <img> tag

Its more complicated than that. You will have to create a new style in css to use that place, then put the images inside the tags.

Cloudy
RE: (myspace) pics where i want them by Jarrod on 09-19-2006 at 12:16 PM

ok i got
<style type="text/css">
will i have to position it usibg pixel co-ords?
or can i tell it to put it in the style used in the post above


RE: (myspace) pics where i want them by chris on 09-19-2006 at 03:53 PM

to put a pic were the extended network thing is i just got this code in the id like to meet part without any of the stuff u posted but it still shows my blogs

code:
<style type='text/css'>
table table table td {vertical-align:top;}
span.blacktext12 {
visibility:visible;
background-color:transparent;
background-image:url(http://linktoyourpic.jpg);
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:122px; display:block; }
</style>


RE: (myspace) pics where i want them by Jarrod on 09-19-2006 at 11:00 PM

that works but only for the extended network bit and i want the image as an image and not a background one so i can have more than 1 and 2 so i can hyperlink them

sorry i should try learning css.
i got the hang of html but css confuses the crap out of me

couldn't i just creat a layer @ xxxpixels y and xxxpixels x and put the pics in there like normal?
i can work out the co-ords of where i want the layer?