Make the html tag pointing to Root directory

  •  02-26-2008, 1:56 PM

    Make the html tag pointing to Root directory

    I have a custom button in the editor that replaces the Insert image button in the Cute Edior.
    my problem is when i insert the picture in the Editor and view the html it comes as
    <img src="Employees/25/Tms_Test/img1.jpg"> which is a folder in my page where i store the uploaded files.
    so when i display the image later the grid it is not displaying  the image.Instead it is diplaying the html image tag.
     
    Becuse my project directory is c:\website\Edit\Employess/25/..
     
    how can i make the html point to like <img src="http://cutesoft.net/Edit/Employess/25/Tms_Test/img1.jpg" instead of <img src="Employees/25.."
     
View Complete Thread