Quoting Daniel Foreman <[EMAIL PROTECTED]>: > I just sent a message earlier and here is the link to the page so hopefully > one of you can shed some insight. > http://www.aea.ab.ca/index.php > > When I try and move the bottom form field it stretches everything. I am > trying to line up the left and right blocks with the featured story text so I > can mainpulate the header. > > Thanks, > Dan > >
Looking at the page source you have a </form> that doesn't correlete to a <form> element. This is at line 87. Not sure what you are trying for at line 120 with the following. <div align="center"> <input class="disabled" type="text" name="query2" size="25"> <br> </div> </div> Dwight N