Log In · Register

 
I FORGET HOW.., headline
Aubrey
post Jun 8 2007, 02:48 PM
Post #1


Member
**

Group: Member
Posts: 15
Joined: Mar 2006
Member No: 387,723



How to get a picture as your headline???
i looked for the code on here, but it wasnt on, or i missed it.

thanks
 
 
Start new topic
Replies
YourSuperior
post Jun 8 2007, 02:51 PM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Putting an image in your headline

1. Putting an image in your headline is tricky. The first problem to overcome is that there is a fifty-character limit.

2. You can insert the <img ...> code straight in there but that tends to use a lot of space up, so I recommend using the alternative listed here.

3. The first thing you'll need to do is obtain the URL of the image (if it's already uploaded - if not, upload, then get the URL). You can obtain the URL by right-clicking the image and clicking properties.

4. While the properties box is open, copy the URL and the width and height of the image into notepad.

5. Go to edit your profile, and click 'edit' next to your headline.

6. The chances are your image's URL is too long to fit into the fifty-character limit alongside the rest of the code for the image tag, so what we will do here is insert a HTML element that we will style with CSS in a place where we have more room. Insert this code and submit it: <div class=img1></div>

7. Now go to edit your 'About Me' section. Copy the following code into the section, and insert the width, height and URL of your image into the relevant places.

CODE
<style>
.img1 { width: 100px; height: 100px; background-image: url("your-URL-here"); }
</style>
<a href="http://www.qnun.com" target="_blank"><img
src="http://www.qnun.com/support.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0" /></a>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: