Replies

Jan 2, 2017 9 years ago
Whimsi
only has room for one
User Avatar
Socha

I want to work on profiles for my pets. I'm thinking I want to draw a picture of them and have the image set to the side of the page. How can I do this (or something similar to it)?

Jan 2, 2017 9 years ago
ibook
is one for the books
User Avatar
Moopoo

, do you mean like a background picture? or an image in the text?

forum image by
if you know where i can credit to them now, please let me know

[tot=ibook]

Jan 2, 2017 9 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

you can make a separate div containing the image and then position it, like this:

{ position:absolute; top:XXpx; left:XXpx; height:XXpx; width:XXpx; background:url(IMAGE URL) no-repeat}

if you don't want it to scroll with the page, you could just change 'absolute' to 'fixed'. then you have to put the following outside the style tags:

<div id="pic"></div>

but without the asterisks (angle brackets don't work right here i guess) and replacing 'pic' with whatever you choose to call the div, if you give it a different name.

[flower=Frenchi]

Please log in to reply to this topic.