Support Forums : Right side label (for help)

We encourage an open exchange of information. Ask your questions or make suggestions. We are here to help, but we also encourage all of you to help one another.
Click on the Subscribe Flag to be notified by email of replies to your post.
Current User: Guest Login Register
Please consider registering

Right side label (for help)

Add a New Topic Reply to Post
UserPost

1:03
July 28, 2008


dmclark

Member

posts 22

How can add “help” type text to the right of the question

6:47
July 29, 2008


Mario

Moderator

Boulder, CO

posts 544

Do you have an example of what you are trying to do, maybe on another webpage somewhere?

12:03
July 31, 2008


dmclark

Member

posts 22

for example — the math/spam check when posting to this forum.

5:25
August 1, 2008


Mario

Moderator

Boulder, CO

posts 544

I getcha… there isn't a one-click solution. It can be done using custom CSS, but it will need to be adjusted.

In the question title, you can EDIT SOURCE an add:

<div class=”floatright”>Help message goes here</div>

The save the changes to the question and head to LOOK & FEEL > CSS BOX.

Add the following at the bottom:

.floatright{
  position: relative;
  left: 200px;
  top: 20px;
}

That works for a default textbox on the default theme, but it will get you started.

Add a New Topic Reply to Post


Reply to Topic: Right side label (for help)

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 10 + 6        (Required)

Topic Reply:


 
© Simple:Press Forum - Version 3.1.4 (Build 357)