GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Myspace peeps, best code I have found in a long time for your profile! (https://gfy.com/showthread.php?t=690960)

Jace 12-29-2006 01:22 PM

Myspace peeps, best code I have found in a long time for your profile!
 
This code will keep all images people post into your comments at a specific width so they don't skew your page layout all to hell

Code:

<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style>

check it out on mine

http://www.myspace.com/afunkybeat

that was one of my biggest pet peaves, people putting images in my comments that were twice the size of my layout....now this code resizes all the images so my layout stays in tact

Ramos 12-29-2006 01:26 PM

Quote:

Originally Posted by Jace (Post 11614178)
This code will keep all images people post into your comments at a specific width so they don't skew your page layout all to hell

Code:

<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style>

check it out on mine

http://www.myspace.com/afunkybeat

that was one of my biggest pet peaves, people putting images in my comments that were twice the size of my layout....now this code resizes all the images so my layout stays in tact

jace, if you got a sec shoot me an icq, I gotta ask ya something :)

robfantasy 12-29-2006 01:33 PM

jace sent u an add request ;)

vidvicious 12-29-2006 03:12 PM

Cool script .. thanks Jace

seeric 12-29-2006 03:13 PM

Quote:

Originally Posted by Jace (Post 11614178)
This code will keep all images people post into your comments at a specific width so they don't skew your page layout all to hell

Code:

<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style>

check it out on mine

http://www.myspace.com/afunkybeat

that was one of my biggest pet peaves, people putting images in my comments that were twice the size of my layout....now this code resizes all the images so my layout stays in tact


yup i've got something similar on mine for over a year now. i hate when people post big ass images and it blows out your page.

ePorn 12-29-2006 03:19 PM

in which section of the myspace layout does this code get pasted into, though?

Aneros Josh 12-29-2006 03:21 PM

Quote:

Originally Posted by Ramos (Post 11614197)
jace, if you got a sec shoot me an icq, I gotta ask ya something :)

hahaha...I have a feeling I know what he's going to ask...

Halcyon 12-29-2006 03:25 PM

nice!!!


Looooove your new mix, btw. My roomie and I have been blasting it all morning.

stickyfingerz 12-29-2006 03:29 PM

Quote:

Originally Posted by ePorn (Post 11614948)
in which section of the myspace layout does this code get pasted into, though?


Works beautifully. Just add it to the about me section at the bottom.

Dagwolf 12-29-2006 03:30 PM

I need something like that for Wordpress, I'm always messing up my layout.

ePorn 12-29-2006 03:32 PM

yep, works like a charm! thanks

Jace 12-29-2006 04:31 PM

Quote:

Originally Posted by Ramos (Post 11614197)
jace, if you got a sec shoot me an icq, I gotta ask ya something :)

use my old icq, 102893553, my laptop is down at the moment and I don't have access to that icq right now

NinjaSteve 12-29-2006 04:49 PM

hey that's really awesome.

squeezeboobs 01-02-2007 12:00 AM

where does that code go into MySPace?

KrisKross 01-02-2007 12:34 AM

I just forbid people from posting HTML on my page. Drives me crazy.

Jace 01-02-2007 12:36 AM

Quote:

Originally Posted by squeezeboobs (Post 11635404)
where does that code go into MySPace?

read the thread

Jace 01-02-2007 12:37 AM

Quote:

Originally Posted by KrisKross (Post 11635497)
I just forbid people from posting HTML on my page. Drives me crazy.

i do it to others, would be hypocritical of me to do disallow it on mine...I just set it so I have to approve it

badmunchkin 01-02-2007 01:13 AM

Quote:

Originally Posted by Jace (Post 11614178)
This code will keep all images people post into your comments at a specific width so they don't skew your page layout all to hell

Code:

<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style>

check it out on mine

http://www.myspace.com/afunkybeat

that was one of my biggest pet peaves, people putting images in my comments that were twice the size of my layout....now this code resizes all the images so my layout stays in tact

where did you get the rest of the code to customize your page - like the banner across the top, etc?

Jace 01-02-2007 01:22 AM

Quote:

Originally Posted by badmunchkin (Post 11635559)
where did you get the rest of the code to customize your page - like the banner across the top, etc?

man, it took me about 2 nights, approx 5 hours total, to grab all that code from various spots

you can view source and grab the codes

bizman2960 01-02-2007 01:29 AM

Works geat! Thanks. Curious if there is a way to make the video do the same thing?

Jace 01-02-2007 01:52 AM

Quote:

Originally Posted by bizman2960 (Post 11635611)
Works geat! Thanks. Curious if there is a way to make the video do the same thing?

I am working on that, but I don't think there is...that sucks too, cause people post videos all the time

Klen 01-02-2007 02:35 AM

Wow great layout.Btw howmuch friends you realy have there?

Jace 01-02-2007 02:53 AM

Quote:

Originally Posted by KlenTelaris (Post 11635762)
Wow great layout.Btw howmuch friends you realy have there?

you aren't the sharpest knife in the drawer are ya?

bizman2960 01-02-2007 01:15 PM

Quote:

Originally Posted by Jace (Post 11635654)
I am working on that, but I don't think there is...that sucks too, cause people post videos all the time

Thanks for checking!

King Adam 01-02-2007 01:28 PM

Thanks Jace !!!


All times are GMT -7. The time now is 04:18 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123