need quick-and-dirty html help :o)
March 26, 2009 3:32 AM Subscribe
I have only the most basic HTML skills and I am posting a form on my Typepad blog, with some HTML provided by Yahoo groups. It all works great, except I would like to center the form on the page. I am hoping that someone here in the "hive mind" would be kind enough to tell me what code to put where in the following html so that the form will center? Many thanks!!! (code below)
Here is the code (with all identifying information removed and every <>-style bracket replaced with square brackets so it would display here).
[form method="get"
action="http://groups.yahoo.com/subscribe/xyxyxyx"
style="background-color: #ffc; width: 254px; padding: 2px 4px"]
[h6 style="font-weight: bold; margin-bottom: 5px; text-align: center"]
Subscribe to xyxyxyx/h6]
[input style="vertical-align: top"
type="text"
name="user"
value="enter email address"
size="20" /]
[input type="image" alt="Click to join xyxyxyx"
name="Click to join xyxyxyx"
src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/i/us/ui/join.gif" /]
<p style="text-align: center;"]
Powered by [a href="http://us.groups.yahoo.com/"]us.groups.yahoo.com[/a]</p]
[/form]
A million thanks!!>
posted by leticia to computers & internet (4 answers total) 2 users marked this as a favorite
just
[table align="center"]
[tr]
[td]
[your form]
[/your form]
[/td]
[/tr]
[/table]
posted by mattoxic at 3:42 AM on March 26, 2009