I FORGET HOW.., headline |
I FORGET HOW.., headline |
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 |
|
|
|
![]() |
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 Marvin I FORGET HOW.. Jun 8 2007, 02:48 PM
Aubrey Marvin QUOTE(Maestro @ Jun 8 2007, 03:51 PM) Put... Jun 8 2007, 02:58 PM
Maestro The last part of the code that the website gave yo... Jun 8 2007, 03:02 PM
Aubrey Marvin yeah, i got that
but what do i put in the headline... Jun 8 2007, 03:02 PM
Maestro Scratch all of that. That code is just bs.
If have... Jun 8 2007, 03:14 PM
Aubrey Marvin yeah i did that before
and it doesnt show the pict... Jun 8 2007, 03:16 PM
Maestro Shorten your headline text, and then paste it. Bec... Jun 8 2007, 03:18 PM
Aubrey Marvin i dont even have anything in my text
i just wanted... Jun 8 2007, 03:18 PM
Maestro I don't know why the regular image html code d... Jun 8 2007, 03:26 PM
Aubrey Marvin is there another code i could you instead of img s... Jun 8 2007, 03:33 PM
Maestro ^That's the simplest code that I know of. Jun 8 2007, 03:35 PM
Aubrey Marvin ill just ry and find someone who has a picture in ... Jun 8 2007, 03:36 PM![]() ![]() |