Forums

[resolved] How do I add a simple textfield in a page? (5 posts)

  1. kjagen
    Member
    Posted 3 years ago #

    For example a a few lines with a grey background. I can`t see in anywhere in the text editor in the dashboard?

  2. kjagen
    Member
    Posted 3 years ago #

    Anyone?
    A simple textbox on pages.

  3. Mark / t31os
    Moderator
    Posted 3 years ago #

    <div style="padding:5px;background:#ccc;">
    Some text in said box...<br />
    Some text on the next line...
    </div>

    Unless you can explain better what it is you require, i'm not sure i can help...

    If you're working in visual mode, then there isn't a BOX button that i'm aware of...

  4. kjagen
    Member
    Posted 3 years ago #

    Thanks a lot. That was what I had in mind

    Do you know the style of the box you put your example in?

  5. Mark / t31os
    Moderator
    Posted 3 years ago #

    It's a DIV element with 5 pixels of padding and a background of light grey...

    Again not sure quite what you're asking...

    style="somethinghere"

    Refers to what's called inline CSS... where somethinghere is replaced with the relevant supported CSS...

    Info: http://www.w3schools.com/CSS/css_howto.asp
    More on CSS: http://www.w3schools.com/CSS/default.asp

Topic Closed

This topic has been closed to new replies.

About this Topic