Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please Help

I want to create a web application which allow the administrator to create an html template in the system on runtime so that user can simply select a template he/she is willing to use and edit it to create a card.

User can only select a template
admin create a template,he can change the font size,color and also the picture location ie.topleft or topright

idont know if it is clear?

thanks for your help

regards
Posted

First of all, please don't ask the same question more than once. Second, no, you're NOT going to get a web app that behaves like publisher using ASP.NET. you'd need to write something in, say, silverlight for that to happen.

What you want sounds simple enough, you want the admin to create the HTML, which would include some tagged areas which could then insert text or images that the user selects. Stop and think about it for a bit. You're not going to get drag and drop, but with defined areas, it's really easy, if you just try to do it.
 
Share this answer
 
I would recommend you to just place one HTML editor to your website, which actually create your html template.

Add all the facilities you want to that editor.

See, in Codeproject, when you are writing your question, this is nothing but an html editor. You can create your custom Html in this editor(though this is the most simple one).

I hope you can create one yourself according to your needs. Otherwise you can go for any javascript html editors. There are lots of them available which are free.

Cheers
:rose:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900