View Full Version : images in text boxes


catmalakh
06-08-2003, 07:44 PM
does anyone here have the code or knowledge of having images in text boxes? I'm in a situation where I need to have my images in a text box, to save space on the pages.

kittycat
06-08-2003, 08:23 PM
You can't have images in textboxes, but you could use something similar such as an iframe (http://www.lissaexplains.com/frames.shtml#inline) or a div (http://www.``````````````/divtutorial.shtml).

catmalakh
06-08-2003, 09:06 PM
Thanks! I'll probably figure it out on my own.