Bluepearl Design
Go Back   Bluepearl Design > Misc > Tutorials > HTML, XHTML, Javascript, CSS

mySpace Layout Tutorial

HTML HyperText Markup Language.
XHTML Extensible Hypertext Markup Language.
JAVASCRIPT object-based scripting programming language.
CSS Cascading Style Sheets.

    

Reply
 
LinkBack (1) Thread Tools Rate Thread Display Modes
Old 06-22-2007, 05:20 AM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Arrow mySpace Layout Tutorial

In the last few months in my spare time i have been playing around a little bit with mySpace templates and i must admit trying to create a clean style is hard. If you think just because you can design Websites from scratch using only CSS this task will be easy then think again, unlike most stylesheets where you can use DIV and ID tags the CSS in mySpace is more CSS hacks for table layouts.

For example:

Code:
table table table {
 border:1px solid orange;
 background-color: orange;
 }

table table table td {
 border:1px solid black;
 background-color: black;
 }
In this tutorial i am going to attempt to define all the tables using bright colors so we can see exactly how the layout works.

Because i am not sure how this will look myself im not sure how this Tutorial will end up, maybe helpful maybe not lol.

First of all im going to test the below code:

Code:
table {
 border:1px solid red;
 background-color: red;
 }

table td {
 border:1px solid blue;
 background-color: blue;
 }
Which looks like this:


Where Blue is table td and red is table.

Most of my reason for creating this tutorial was to have a resource for myself which i could look back on and see in screenshot form how the page layout works with CSS. What im going to do now is just add a screenshot and code for every table. And at the end i will add all the CSS together and see how it looks then. You can also see a preview here on my test mySpace account. MySpace.com - Bluepearl - 27 - Male - AU - www.myspace.com/bluepearltest

Visit my blog here for the complete tutorial
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-22-2007, 10:42 PM   #2 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,442
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: mySpace Layout Tutorial

hahahahah, that is one UGLY theme! hhahahah

good to explain how it works tho gj
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2007, 12:21 AM   #3 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: mySpace Layout Tutorial

sif man this is the best template i have ever designed, its going to go gold i tell ya
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2007, 04:41 PM   #4 (permalink)
 
LC Interactive's Avatar
 
Title: Bluepearl Veteran
Join Date: Apr 2006
Location: New York
Age: 19
Posts: 1,029
Images: 5
Rep Power: 4 LC Interactive is on a distinguished road
Send a message via AIM to LC Interactive Send a message via MSN to LC Interactive Send a message via Yahoo to LC Interactive
Re: mySpace Layout Tutorial

lol, how do i put the background like yours? where it stays centered and static?
__________________

LC Interactive is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2007, 08:33 PM   #5 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: mySpace Layout Tutorial

This is the code i used:

Code:
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: top center;
	background-image: url(http://bluepearl-design.com/myspace/backgrounds/fuschia-background.jpg);
Remove the repeat line if your using a single image that doesnt need to be repeated.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2007, 11:03 AM   #6 (permalink)
 
LC Interactive's Avatar
 
Title: Bluepearl Veteran
Join Date: Apr 2006
Location: New York
Age: 19
Posts: 1,029
Images: 5
Rep Power: 4 LC Interactive is on a distinguished road
Send a message via AIM to LC Interactive Send a message via MSN to LC Interactive Send a message via Yahoo to LC Interactive
Re: mySpace Layout Tutorial

Thank you.

Was helpful, im trying to create my own myspace layout :P
__________________

LC Interactive is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2007, 03:03 PM   #7 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: mySpace Layout Tutorial

Good luck man, at first it can be frustrating but its worth it in the end
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.bluepearl-design.com/forums/html-xhtml-javascript-css/3068-myspace-layout-tutorial.html
Posted By For Type Date
Digg - mySpace Layout Tutorial This thread Refback 08-26-2007 07:54 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: mySpace Layout Tutorial
Thread Thread Starter Forum Replies Last Post
What Layout do you like best? wasahobo Web Sites 6 11-16-2007 02:02 AM
Fuschia Pink mySpace Template Sean Free mySpace Templates 6 07-04-2007 05:24 AM
New Black and Grey mySpace Templates Bluepearl Feeds RSS Feeds 3 07-03-2007 12:41 PM
mySpace Layout Tutorial Bluepearl Feeds RSS Feeds 0 06-25-2007 09:27 AM
Tutorial Problems Orion Need Help? 9 11-15-2004 01:46 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 05:18 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52