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 (1 - 12)
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>
 
Aubrey
post Jun 8 2007, 02:58 PM
Post #3


Member
**

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



QUOTE(Maestro @ Jun 8 2007, 03:51 PM) *
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>










wait ok i get the about me part
but the headline.. it doesnt say i have to 50 characters limit
i dont get it!

what do i put in there?

the link to the image is this
http://i10.tinypic.com/4u1pjex.gif
 
YourSuperior
post Jun 8 2007, 03:02 PM
Post #4


;)
*******

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



The last part of the code that the website gave you was just an advertisement. So Look at this code:

CODE
<style type="text/css">
.img1 { width: 100px; height: 100px; background-image: url("http://i10.tinypic.com/4u1pjex.gif"); }
</style>

<div class="img1"></div>
 
Aubrey
post Jun 8 2007, 03:02 PM
Post #5


Member
**

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



yeah, i got that
but what do i put in the headline part?
 
YourSuperior
post Jun 8 2007, 03:14 PM
Post #6


;)
*******

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



Scratch all of that. That code is just bs.
If have text in your headline that's not too long then you should be able to put this in there:

CODE
<img src="http://i10.tinypic.com/4u1pjex.gif">
 
Aubrey
post Jun 8 2007, 03:16 PM
Post #7


Member
**

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



yeah i did that before
and it doesnt show the picture, it just shoes the text
:(
 
YourSuperior
post Jun 8 2007, 03:18 PM
Post #8


;)
*******

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



Shorten your headline text, and then paste it. Because my headline text says: Alvin Ward, and then I just pasted the code right beside it and it worked.

It looked like this:

Alvin Ward<img src="http://i10.tinypic.com/4u1pjex.gif">
 
Aubrey
post Jun 8 2007, 03:18 PM
Post #9


Member
**

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



i dont even have anything in my text
i just wanted the picture.
 
YourSuperior
post Jun 8 2007, 03:26 PM
Post #10


;)
*******

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



I don't know why the regular image html code doesn't work, it should.
 
Aubrey
post Jun 8 2007, 03:33 PM
Post #11


Member
**

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



is there another code i could you instead of img src
 
YourSuperior
post Jun 8 2007, 03:35 PM
Post #12


;)
*******

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



^That's the simplest code that I know of.
 
Aubrey
post Jun 8 2007, 03:36 PM
Post #13


Member
**

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



ill just ry and find someone who has a picture in there headline
and they can help me.

thanks
 

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