Forum Moderators: open

Message Too Old, No Replies

insert image between text

see article with picture in webpage

         

saru

3:08 pm on Mar 20, 2009 (gmt 0)

10+ Year Member



hey i am dedeloping a blogsite where user shoula have the option of inserting image with text.
it is easy insert text using textarea and there is no problem.

but how could i enter image along with text.
i know how to upload image. problem is it is necessary to insert <img src='somesource'/>.

how could i insert image source between text.
if there is any solution please say it.

or i am going a wrong way then alert me no problem, but i need to solve my problem

Kings on steeds

3:52 pm on Mar 22, 2009 (gmt 0)

10+ Year Member



you best bet i think would be to use a prebuilt editor, something like FCKeditor, this would handle everything from upload to the exact position of the image.

if you wanted to go about it, yourself, the simplest option is just letting them upload an image "with php" and then using your blogscript to display the image at the bottom or top of the script....to build a WYSIWYG in js, would be very long winded for someone with js experiance, and out of the question for newcommers.