for the search, my way to preload images! haha

Search for in

Blog images

MySpace Website Tutorials | Submited Dec 25, 2007

Written by: Mr. ∃v¡l

A few methods of putting images into your latest blog entry section.

Notes


Several variations of this were posted on the forum like 5 times today so I'll go ahead and make a guide on it. : )
All codes go inside your Style Tags, I'm sure you already have one (or too many) in your profile.
Adjust everything to your liking, the height: XXpx; is really all that's needed, everything else is pretty standard.

Image above Blog


.37182{put padding on top of the blogs and add an image}
.latestBlogEntry{
background-image: url(IMAGE_URL_HERE);
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
padding-top: 180px;
}


Image Below Blog


.37182{put padding below the blogs and add an image}
.latestBlogEntry{
background-image: url(IMAGE_URL_HERE);
background-repeat: no-repeat;
background-position: center bottom;
background-attachment: scroll;
padding-bottom: 180px;
}


Blog background image


.37182{add a background image to the blogs}
.latestBlogEntry{
background-image: url(IMAGE_URL_HERE);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
}


Image in the blog links


.37182{add a background to the blog links}
.latestBlogEntry a{
background-image: url(IMAGE_URL_HERE);
background-position: center center;
background-attachment: scroll;
background-repeat: repeat;
}


Image in the blog Titles


.37182{add an image in the blog titles}
.latestBlogEntry .text{
background-image: url(IMAGE_URL_HERE);
background-position: center center;
background-attachment: scroll;
}


Replace blog with an image


.37182{replace blogs with an image}
.latestBlogEntry{
background-image: url(IMAGE_URL_HERE);
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
height: 100px;
}

.37182{hide the content of the blogs box}
.latestBlogEntry *{font-size: 0; letter-spacing: -37182px; background-color: transparent;}

tags Tags: replace your blog or parts of it with an image

0Thumbs up  Thumbs down0

Related Tutorials
Hide Blogs
Changing Eye Color
Polaroid Effect for Friend Space
Simple div / overlay tutorial
Creating Links
Stylizing the name with borders.
Editing MySpace texts
Adding Text To Animations
Animating Candle Flame
Making Glitter Tiles
3D effect Border
Adding Glitter to Images
Artistic Color Isolation
Tiny Profile
Change your display picture to another picture
how to flip your comments and profile
Images in HTML
5 Minute Fudge
Image filters for IE
CSS Elements
No Comments Found
Sorry, you have to be a member to comment tutorials