On Wednesday 02 January 2008 22:21:54 Aaron Gray wrote:

> I have a banner for a web page that I cannot figure out how to get
> the alignment right.
> I want the "new" link to appear directly under the search text field,
> range left.

Would it help if you take that "new" link into the form, and 
say "text-align: left" for the form CSS? I mean:

form {
    float: right;
    margin-bottom: 0px;
   text-align: left;
}

<form method="post" action="test.html">
    <input name="query" size="40" value="" type="text">
    <input name="submit" value="Search" type="submit"><br>
    <a 
href="http://www.cybercomms.org/WysiwygWiki/index.php?action=new";>new</a>
</form>

HTH. By the way.. I am here to pick up some CSS - not an expert! :^)

\rm
_____________________________________________
Dr. Rekhesh Mohan
Indian Institute of Astrophysics
Bangalore 560 034, INDIA
http://www.iiap.res.in/people/personnel/reks/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to