FarFlungFish
04-29-2004, 08:08 AM
Hello all; big hello to everyone before i post as most people i have found never say hello and use forums like these as "one-shot" help. So HI
I am currently creating an article system which just uses a standard connection to an access db (just a little outline, no comments needed on this please :))
The administrator can add an article to the system; thats easy enough. But my idea is that i have found there to be minimal formatting for the text to be submitted:
i.e.
Admin submits:
"Hello
World"
Article Shows:
"Hello
World"
This is fine enough, though i would like to have formatting options; similar to those used in this thread submit; i.e. Bold, Italics... Font etc. The way which i would like it to happen is
The admin would click on a button (say Bold) and the script would insert tags for this (<b>Bold Txt here</b>) in just a normal html format, nothing like vB Code as the only person that can create articles will be the admin (so no secure formatting code this this is needed).
If anyone could just get me started on how to create this, or if there are any free examples of this idea that they could point me toward i would appreciate it!
Thanks
I am currently creating an article system which just uses a standard connection to an access db (just a little outline, no comments needed on this please :))
The administrator can add an article to the system; thats easy enough. But my idea is that i have found there to be minimal formatting for the text to be submitted:
i.e.
Admin submits:
"Hello
World"
Article Shows:
"Hello
World"
This is fine enough, though i would like to have formatting options; similar to those used in this thread submit; i.e. Bold, Italics... Font etc. The way which i would like it to happen is
The admin would click on a button (say Bold) and the script would insert tags for this (<b>Bold Txt here</b>) in just a normal html format, nothing like vB Code as the only person that can create articles will be the admin (so no secure formatting code this this is needed).
If anyone could just get me started on how to create this, or if there are any free examples of this idea that they could point me toward i would appreciate it!
Thanks