PDA

View Full Version : Can't get Left Alignment


Frieda
10-07-2005, 11:17 PM
Greetings -

I am having trouble getting the Search text and box to align to the left side of the page. It looks like it should align there.

http://www.attinc.com/search/search.php?zoom_query=projects

Thank you!
Frieda

wrensoft
10-08-2005, 12:03 AM
This is just basic HTML issue, not really anything to do with Zoom.

But becuase we are nice guys we'll have a look at your HTML :roll:

You have a a CSS file called metrology-style.css

It contains

form {
text-align: right;
}

So this would be the first thing to check.

Also Frieda let me quote from a post you made two months ago, (http://www.wrensoft.com/forum/viewtopic.php?p=1580)
"<face is red> Thank you, once again, David! I was addressing everything else but overlooked that on the style sheet. Can't believe I did that...Thought I had taken that out"

Yes, that's right, the stylesheet. :lol:

----
David

Frieda
10-08-2005, 01:00 AM
Oh you are indeed a nice guy - that pesky style sheet - won't forget it again...promise. That is now imprinted permanently on my forehead! :mrgreen: I have told so many about ZOOM and what a wonderful program it is. It is easy to use and addresses everything we had hoped for. The support is awesome!

Thank you, David!