Skip to main content
Participating Frequently
July 27, 2010
Question

Add styling to admin area

  • July 27, 2010
  • 1 reply
  • 701 views

Sorry if this is a totally stupid question but I use ColdFusion rarely as I try to stick to fairly simple web sites as I'm not a programmer..

I have a web site that has an admin area where the client can add, edit and delete records, however there is no styling, bold, italic etc [such as the screen I'm entering this information into to].

My client would like to be able to make such changes to existing data, however I have no idea where to start, I would appreciate any information that might point me in the right direction.

Thank you

    This topic has been closed for replies.

    1 reply

    Inspiring
    July 27, 2010

    This sounds like more of web design question than a ColdFusion programming issue.  You might investigate "Cascading Style Sheets" or "Web Design". These design concepts apply to ColdFusion, PHP, ASP.NET, and any other web platform that produces web pages (HTML).

    If you are a Dreamweaver user you might start at the Adobe Devnet site.

    http://www.adobe.com/devnet/dreamweaver/css.html

    Participant
    July 27, 2010

    Bob,

    I read the OP differently - I think the question is more of a how to enter rich text into a form rather than a standard plain text form.

    Like the reply box on this website (see pic)

    Mi-ul

    pwizzardAuthor
    Participating Frequently
    July 27, 2010

    Yes, Mi-ul you are correct, that is exactly what I want to achieve.

    Thanks