Reply
Textbox not aligning to the right.
Old 11-07-2009, 01:29 PM Textbox not aligning to the right.
Super Talker

Posts: 109
Name: Not Telling
Trades: 0
I have tried everything tp align a textbox.

Here is what I am having trouble with.


This is a picture of what I need


---

Code:
<span style="float: left;">
Main News Message:
</span>
<textarea class="theform" name="mainnewsmessage" cols="40" rows="5">You may recognize the Poison Arrow pub and the aquanite from our Guaranteed Content polls. Everything in the Poison Arrow came from in-game suggestions and the forums. And thats not all: beware of aquanites...</textarea>

<hr>
and the css:
Code:
<style type="text/css">
input.theform {
border:solid 1px #675f39;
padding:4px 2px;
}
textarea.theform {
border:solid 1px #675f39;
padding:4px 2px;
align: right;
}
</style>
__________________
MY MSN: Sith717@Hotmail.com
PHP, HTML, and CSS Coding, Logo and Web Design - Professionally done.
PM me anytime for HTML, PHP or web design help. I will be glad to help you out.
sith717 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 11-08-2009, 03:30 AM Re: Textbox not aligning to the right.
Mad182's Avatar
Experienced Talker

Posts: 41
Name: Madars
Location: Latvia
Trades: 0
There is no such CSS property "align".

You can either use "text-align" to parent element, set margins to textarea or float textarea to the right.
__________________
There's no place like 127.0.0.1
latvian guitar chords | runescape community
Mad182 is offline
Reply With Quote
View Public Profile Visit Mad182's homepage!
 
Old 11-08-2009, 05:58 AM Re: Textbox not aligning to the right.
chrishirst's Avatar
Super Moderator

Posts: 22,214
Location: Blackpool. UK
Trades: 0
See http://www.webmaster-talk.com/css-fo...ton-style.html also
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-08-2009, 11:05 AM Re: Textbox not aligning to the right.
Experienced Talker

Posts: 49
Trades: 0
textarea.theform {
border:solid 1px #675f39;
padding:4px 2px;
float: right;
}
__________________
www.mexzhouse.com
zelllibin.deviantart.com
zelllibin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Textbox not aligning to the right.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.12111 seconds with 13 queries