'Souls IPB Archive (November 2007–October 2012)
Question about Profile Customization - Printable Version

+- 'Souls IPB Archive (November 2007–October 2012) (https://soulsrpg.com/ipb)
+-- Forum: Dead OOC (https://soulsrpg.com/ipb/forumdisplay.php?fid=100)
+--- Forum: Dead Questions & Help (https://soulsrpg.com/ipb/forumdisplay.php?fid=47)
+--- Thread: Question about Profile Customization (/showthread.php?tid=29006)



- Axelle Napier - 06-29-2012

Okay... So i got a cool pic of Axelle that I would like to add to her personality section, and have the text wrap around it kinda (it would be in the bottom, right corner)

HOW would I do that ?


- Myrika Tears - 06-29-2012

Code:
<img src="IMAGEURL" style="float: right; margin:5px;">

If you're using the custom profile layout, there's actually a built in code for that:

Code:
<div id="QUOTE" class="floatimg" style="float:right;">
<a href="http://soulsrpg.com/images/trollface.png" rel="lyteframe" rev="width:750px; height: 600px; scrolling: yes;">
<img src="http://soulsrpg.com/images/trollface.png" style="height:75px;">
</a>
</div>

Replace both instances of http://soulsrpg.com/images/trollface.png with your image URL.


- Axelle Napier - 06-29-2012

yeahh, but i want it like full size ... and not in a little box ..

EDIT: i got it to full size... but still has the box. Is there any way that i could take off the box and just have the text wrap around the raw picture ?


- Vesper - 06-29-2012

This part:

Quote:

Remove where it says id="QUOTE" and that should get rid of the box if I'm correct in what you're talking about. :o


- Myrika Tears - 06-29-2012

The problem with using a picture of that size is the way it looks on the skinny-width skins, unfortunately. :< I would recommend no wider than ~400 pixels for the easiest readability across all skins. c:


- Axelle Napier - 06-30-2012

Thank youuuu <3