PDA

View Full Version : Adding a custom image to BioBox


Aussie Dave
Nov-08-2005, 01:29 PM
Hi all
I am wanting to add a custom image into my bioBox, however I don't want to use the usual bioPhoto position.

Is it possible to add a HTML string into the "bio description", so a photo will display in the centre of the box for me ?

If so, could someone please let me know how the string should be written ?
If not, is it possible to use the bioPhoto but change the positioning of the photo within the bioBox (I want it centred and to begin after a certain line of text, not up in the top left corner - as usual) ??

Any help would be appreciated...

Regards
Aussie Dave :-)

StevenV
Nov-08-2005, 02:49 PM
<html><img src="URL TO YOUR PICTURE HERE"></html>

you can include styles to move it around if needed, either by giving it a span or using inline style

<html><img src="URL TO YOUR PICTURE HERE" style="float:right;border:0;margin:3px"></html>

Aussie Dave
Nov-08-2005, 04:05 PM
thank you very much Steven....it worked a treat !

I appreciate your help...

Thanks again
Aussie Dave :-)

michaelc17
Jan-23-2007, 03:19 PM
where does this code go? I am trying to put a large single image on my homepage......




<html><img src="URL TO YOUR PICTURE HERE"></html>

you can include styles to move it around if needed, either by giving it a span or using inline style

<html><img src="URL TO YOUR PICTURE HERE" style="float:right;border:0;margin:3px"></html>

StevenV
Jan-24-2007, 02:48 AM
where does this code go? I am trying to put a large single image on my homepage......look for "Your Bio | Edit"