Making a Myspace Layout using Adobe Photoshop CS3 |
Making a Myspace Layout using Adobe Photoshop CS3 |
Dec 8 2009, 01:45 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Dec 2009 Member No: 754,739 |
Help Help Help!
I made a myspace layout on adobe photoshop and i want to know how i can put it on my myspace here it is: my myspace is: www.myspace.com/243578138 i want to know how to put scroll box's in the layout so i can edit my page please help me pleeeeeeeaaaasssssssse
Reason for edit: Thumb'd picture and fixed your tags.
|
|
|
|
![]() |
Dec 8 2009, 04:02 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Dec 2009 Member No: 754,739 |
Help Help Help!![size="5"][/size]
I made a myspace layout on adobe photoshop and i want to know how i can put it on my myspace here it is: my myspace is: www.myspace.com/243578138 i want to know how to put scroll box's in the layout so i can edit my page please help me pleeeeeeeaaaasssssssse
Reason for edit: Please use the Edit button instead of double-posting. - Mike
|
|
|
|
Dec 8 2009, 04:24 PM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
I recommend reading this, this or this tutorial. If you don't want to read through them, here's a simple tutorial:
1) Create a class for your DIV. 2) Style that class according to how you want that DIV to look / be. 3) Use <div> tags to implement that class and to put up your content. That would look something like this: CODE <style> .name {position: absolute; top: 250px; left: 50%; margin-left: -250px; height: 500px; width: 500px; background: #fff; border: 1px solid #000;} </style> <div class="name"> Insert your content here. </div> You can edit that however you'd like. If you want to create more DIVs for different contents to go in, just duplicate that and replace "name" with a new class name on both HTML / CSS codes. |
|
|
|
Dec 9 2009, 07:29 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
This topic involves the coding side of layout making so I'm moving this thread to Myspace Support.
This topic will help. |
|
|
|
Dec 10 2009, 03:29 AM
Post
#5
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Topics merged.
|
|
|
|
![]() ![]() |