/    Sign up×
Community /Pin to ProfileBookmark

Need help to align menu and text in footer of page

I have a footer section with a menu on the left and some copyright text on the right. I am not sure how I can get them to align right. I did some research and found ALIGN for HTML but I keep getting an error in Visual Studio when I use that.
I have a pic of what it looks like and I will also post the code. Any help is appreciated. The copyright text is lower than the menu and I would like for it to be at the same height.

[IMG]http://i224.photobucket.com/albums/dd78/snssewell/ScreenshotStudiocapture4.png[/IMG]

Here is the HTML:

[CODE]<div id=”footer”>
<p> <asp:Menu ID=”Menu1″ runat=”server”
Orientation=”Horizontal” StaticMenuItemStyle-HorizontalPadding=”8px”
ForeColor=”Black” >

<StaticMenuItemStyle HorizontalPadding=”8px”></StaticMenuItemStyle>

<StaticHoverStyle Width=”20px” />
<Items>
<asp:MenuItem Text=”About us” Value=”About us”></asp:MenuItem>
<asp:MenuItem Text=”Products” Value=”Products”></asp:MenuItem>
<asp:MenuItem Text=”Support” Value=”Support”></asp:MenuItem>
<asp:MenuItem Text=”Downloads” Value=”Downloads”></asp:MenuItem>
<asp:MenuItem Text=”Contact” Value=”Contact”></asp:MenuItem>
</Items>
</asp:Menu>
This page Copyright &copy; 2009 by me!

</p>
</div>[/CODE]

And the CSS:

[CODE]#footer
{
height: 50px;
padding: 10px;
text-align: right;
background-color: White;
font-family:Arial;
font-size:x-small;
color:Black;

}[/CODE]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@SilkeSauthorSep 07.2009 — Never mind I got it! I put the menu in a <div> and the text in a <div> and was able to align it that way.
×

Success!

Help @SilkeS spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...