View Full Version : ContactTable for Myspace
Donkey
March 1st, 2006, 11:22 AM
What ya think, just whipped it up in like 40 mins or so
http://www.thecasapages.com/philly/contentblock.jpg
M3RC
March 1st, 2006, 02:07 PM
What size do you use to make a whole BG. I tried it for the 1st time, but i get multiple pictues as my BG. How do i make it just one?
Chris S
March 1st, 2006, 03:24 PM
thats nice work donkey!
Donkey
March 1st, 2006, 04:12 PM
What size do you use to make a whole BG. I tried it for the 1st time, but i get multiple pictures as my BG. How do i make it just one?
The actual background picture needs to be set using css and the body function....
The ContentTable is a different div, and so is the Extended Network...You can make your main background whatever size you want (depending on the res u want it to be displayed at etc.)
for JUST a background image you would place this anywhere in your profile (I use them to keep things separate i.e. I place overall style in the about me and then the stuff for contact table in another...)
<style>
body
{
background-image:url('http://www.yoururl.com/yourfile.jpg');
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
}
</style>
You can also set your overall fonts and background colors here as well...Most people use an editor to do this (you can edit everything, just need to know what the class is that controls each element)....
It's really just simple CSS
hit me up M3rc if you need more help
-edit i didnt read your post good enough you just use the above css...That will make one image centered, locked and non repeating...in other words it will not move when you scroll and it will be one image...
vBulletin® v3.8.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.