Refine your search:

Hey, I'm hoping this will be straight forward :)

In the following code:

<fieldset> <input type="text" token="name">

What attribute would I need to add to this input type to increase the size/length of the text box?

The current length is not adequate to display all of the data I wish to enter for a form search.

Thanks in advance for your help.

asked 10 Sep '10, 11:56

Ant1D's gravatar image

Ant1D
8364441
accept rate: 37%

I can type all the data I wish to type into this textbox however the textbox is too small to display all of this data at the same time

(10 Sep '10, 13:04) Ant1D

One Answer:

I managed to solve my own problem lol.

I inserted the following code into a custom application.css file:

input

{ width:500px;}

This CSS code enables me to change the properties of any tag named input. In this case, I just specified a larger width than the default for the text boxes in my form.

link

answered 10 Sep '10, 14:27

Ant1D's gravatar image

Ant1D
8364441
accept rate: 37%

edited 10 Sep '10, 16:03

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×249
×112
×14

Asked: 10 Sep '10, 11:56

Seen: 1,170 times

Last updated: 10 Sep '10, 16:03

Copyright © 2005-2012 Splunk Inc. All rights reserved.