Google
 

Go Back   NackVision > Myspace Forums > MySpace Layout

MySpace Layout Show off your Myspace Layout here!

Reply
 
Thread Tools
Old 09-24-2005, 01:26 AM   #1
B. Nack
Your myspace friend
 
B. Nack's Avatar
 
Join Date: Sep 2005
Location: Hollywood, CA
Posts: 369
Share Your MySpace Layout

Hello everyone,

We're creating another section, "MySpace Layout", where the whole profile is configured and designed to have a certain look. We would like to have our you contribute. So, if you have a nice looking layout you want to share, please post them here. You can create a new thread.

To post layout code:
  • Make sure you use [ HTML] your code here [/ HTML] ... no space in the bb tags.
  • You can attach an image of the layout to the thread if you have one
We will review the layout and post in "MySpace Layout" section. Your contribution will be recorded. We will give you credits in the future once our site establishes more services.

Thank you,
Nackvision Admin
(Offline)
 
Reply With Quote
Old 09-25-2005, 04:55 PM   #2
Unregistered
Guest
 
Posts: n/a
hey i wouldlike ot haveone of the backgronds!
 
Reply With Quote
Old 09-26-2005, 02:34 AM   #3
B. Nack
Your myspace friend
 
B. Nack's Avatar
 
Join Date: Sep 2005
Location: Hollywood, CA
Posts: 369
Which background? We would give it to you if you tell us exactly which one.
(Offline)
 
Reply With Quote
Old 09-26-2005, 09:15 PM   #4
SOMMER LOVE
Guest
 
Posts: n/a
Exclamation Confused

i dont understand it when i try to get a new layout at myspace layout it tells me i have to ask for permission to get it but who do i ask for. all i want is the one with the rose on it. if you could held me that would be great. please? thanks.
SOMMER LOVE
 
Reply With Quote
Old 09-26-2005, 09:17 PM   #5
SOMMER LOVE
Guest
 
Posts: n/a
The One With The Roses On It. The Love One
 
Reply With Quote
Old 09-26-2005, 10:01 PM   #6
B. Nack
Your myspace friend
 
B. Nack's Avatar
 
Join Date: Sep 2005
Location: Hollywood, CA
Posts: 369
Hi Sommer Love,

I think I know what the problem is now. Did you try to get it by right click on the image? If you want the code for Myspace, you can click on the thext area on the right side of the image. Then press Ctrl+C. Go to your Myspace profile and paste the code in your profile. I post the code here for your convenience.
	<style type="text/css">body {
 background-color: FF1493;
 background-image:url("http://www.avataravenue.com/account/nack/s_g_iloveyou.gif");
 background-position:top left;
 background-repeat:repeat;
 background-attachment:fixed;
 cursor:url(http://www.htmate.com/cursors/images/iloveu.ani);
}
table table table table td {filter:none;}
table table table {
 border-width:2;
 border-color:FF0000;
 border-style:double;
}
table table table table {border:0px;}table, tr, td {background:transparent; border:0px;}
table table table {background:transparent;}
table table table td {
 background-color:;

}td, span, div, input, a, table td div div font,
body div table tbody tr td font { 
font-family:georgia !important;}td, span, div, input, table td div div font,
body div table tbody tr td font { 
color:8B0000 !important;}a {
 color:0000FF !important; 
 text-decoration:overline !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; }
a:hover {
 color:FF00FF !important; 
 text-decoration: underline !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; }.nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12,
.redtext, .redbtext, .blacktext10, .btext {
 color:00008B !important;}body div table tbody tr td font {visibility:hidden;}
.navbar {visibility:visible;} .navbar font {visibility:hidden;}
table td div div font {visibility:hidden;}
 .contactTable { width:300px !important; height:150px !important; background-image:url("http://www.avataravenue.com/account/nack/ct_heart.jpg"); background-repeat:no-repeat; background-color:transparent; background-attachment:scroll; background-position:center center; padding:0px !important;} .contactTable table, table.contactTable td { background-color:transparent; background-image:none; padding:0px !important;} /* hide the old contact buttons */ .contactTable a img {visibility:hidden; border:0px !important;} .contactTable .text {font-size:1px !important;}
</style>
<a href="http://myspace.nackvision.com" style="color: FF8000; font-size: 15px; position: absolute; left: 10px; top: -5px"><img src="http://www.nackvision.com/images/LOGO0s.jpg" border="0" style="position: absolute"></a>
If you're still confused, lemme know.
-Brat
__________________
Add ME on MySpace
(Offline)
 
Reply With Quote
Old 10-03-2005, 05:42 PM   #7
kat6969
Guest
 
Posts: n/a
how the hell do u get pictures on ur background i so can't figure it out. I have them on my msn profile then when i copy and paste the pics url it doesnt show the pic just the address it wont work plz help!

***Kat***
 
Reply With Quote
Old 10-03-2005, 06:09 PM   #8
B. Nack
Your myspace friend
 
B. Nack's Avatar
 
Join Date: Sep 2005
Location: Hollywood, CA
Posts: 369
Hey,

To put picture on the background, use
<style type="text/css">body {
 background-image:url('LinkToYourImage');
 background-position:top left;
 background-repeat:repeat;
 background-attachment:fixed;
}</style>
Replace LinkToYourImage with the url to your image.


-------------
If you want, you can use my generator, where you can fill out stuff and get the codes.
http://www.nackvision.com/myspace/decor.php
__________________
Add ME on MySpace
(Offline)
 
Reply With Quote
Old 10-06-2005, 11:42 PM   #9
Unregistered
Guest
 
Posts: n/a
Using the code

<style type="text/css">body {
background-image:url('LinkToYourImage');
background-position:top left;
background-repeat:repeat;
background-attachment:fixed;
}</style>

Ok. I tried using that code but somehow, it wouldn't work. The words just end up appearing in my profile. I am new to this stuff, I might be doing something wrong. Could you please tell me how to use this code the right way? Give me an example pls.
 
Reply With Quote
Old 10-06-2005, 11:49 PM   #10
B. Nack
Your myspace friend
 
B. Nack's Avatar
 
Join Date: Sep 2005
Location: Hollywood, CA
Posts: 369
The code supposed to work. Make sure you replace LinkToYourImage. Post this code right before everything in your "About Me" box.
__________________
Add ME on MySpace
(Offline)
 
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 10:27 PM.