Replies Back to Article

PD editor insert-image

Thanks
November 27, 2001 by Berry van Elk
Thanks for this tutorial, i try'd a lot of things but nothing worked. This tutorial is just perfect.
Align Image?
January 14, 2002 by David Martin

I've used your method to add images...Thanks for the help. How would I go about enhancing this to be able to insert the align="left" or "right" tag? The same goes for adding a border around the image.

 

RE: Align Image?
February 26, 2002 by heinz leo

thats a big question!
do you have a answer now?

Style sheets?
March 1, 2002 by Damien Aviles
i have a style sheet on my site, i would like to keep the style sheet font and size. pd edit won't let me do that. can i have it so that the default font is the style sheet?
RE: Style sheets?
March 2, 2002 by Marcellino Bommezijn
Try to apply your stylesheet to the page 'pd_edit.htm' and see what happens.
Thanks
April 3, 2002 by pc pete

Uploading Images was the only thing I thought was missing from the HTML Editor...I thought I was going to have to do it myself!

Thanks for your effort in this; its much appreciated.

Pete.

Preview Button
May 24, 2002 by Jazzie Jaz

I was having trouble with the preview button so instead of adding an extra html file I just added this to the preview button:

<input type="button" name="viewimage" value="Pre-view" onClick="MM_openBrWindow('../img/<%=(RsImages.Fields.Item("FileName").Value)%>','Preview','resizable=yes,width=100,height=100')">

The <%=(RsImages.Fields.Item("FileName").Value)%> is the name of my recordset and the field with my file.

RE: Thanks
May 29, 2002 by Ahead4 TODAY

Thanks, great enhancement...but if i close the preview window then i get a error message if i try to make a preview again !?

 

thanks for that notice

volcan

Image Alignment????
September 16, 2002 by vu vt

Does anyone know how to add the image alignment feature to the PD editor? ???

RE: Image Alignment????
September 17, 2002 by Marcellino Bommezijn

Sample code for alignment in the editor can be viewed at:

http://www.mm-ultradev.com/alignimage_pdeditor.txt

RE: Align Image?
October 4, 2002 by f b

I'm just a beginner but hope this helps. Insert another pull-down menu named eg. 'imgalign' (values 'left', 'right', 'default'), then another one called 'border' (values '0', '1', ect). Let's say that 'imagebank' is the name of the images menu.

Then the 'Insert Image' button:

<input type="button" name="insertimage" value="Insert Image" onClick="document.frames('myEditor').document.frames('textEdit').document.write('<img align='+imgalign.value+' border='+border.value+' src='+image.value+'>');" >

Tell me what you think of that!

Fabio

 

Tables
March 11, 2003 by Werner BH

Hey, cool,  now is there a way to add tables with PD Editor?