Example 4: Add an image to the Contact section of
your MySpace Profile Page



For the examples shown on this page I will add various background images to the My Contact section where the image will be beneath the current blue color text displayed by MySpace in the Contact section.



Go to If you want to use any other images that I use as backgrounds for the Contact section.



These background images are all size 300x200 pixels. I have seen MySpace pages where the Contact section images are 300x150 pixels. If you use other than 300x200 pixel size images then change the code:

	 .contactTable { width:300px !important; height:200px !important ....
     






Below is code I added to mySpace profile and a screen shot of the actual mySpace profile page:



<gwl code="layout">
<style type="text/css">
.code { GreatWebLayouts}
</style>

<style type="text/css">

	body {
	border:2px dashed ffffff; background:FFFFFF 
	url('http://s113.photobucket.com/albums/n210/gwldn/Jewel_Tone_2/JT2_Fire_Opal_1024x1024.jpg') 
	no-repeat fixed center 50%; 
	}       

table, tr, td { background-color:transparent; border:none; border-width:0;} 

.contactTable { width:300px !important; height:200px !important; 
background-image:url("http://s113.photobucket.com/albums/n210/gwldn/My
Space_Contact_300x200/Blue_Heron_300x200.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;} 

</style>
</gwl code="layout">



Example 1 screen shot I used our Blue_Heron_300x200.jpg image:

Example 4 screen shot 1



Example 2 screen shot using our Rose_Star_300x200.jpg image:

Example 4 screen shot 2



Example 3 screen shot using our Spiderwort_300x200.jpg image:

Example 4 screen shot 3





In Example 5 I will add a background image with text to the My Contact section. This is similar to what I did above. The difference is the image will have text in font and colors that I want.

If you want to receive an email when I add more help text, then click the Subscribe button on the home page of www.GreatWebLayouts.com.