How do I enter the address for HTML?

  • Thread starter Thread starter brent7088
  • Start date Start date
B

brent7088

Guest
In my text editor, I am trying to add a street address at the bottom of my webpage, but it keeps showing up in the left hand portion of the page as if I designated the left column for it, but this is not the case. I've added it like this:

<address style="text-align: center">Name •
Address •
City, St. Zip •
</address>
</body>
</html>

Can anyone offer me any suggestions? Thank you.
replacing it with the <div> did not work unfortunately; it still shows up in the left hand column. Maybe I have something in the body that needs changed.

The only other div container I have in the body is <div id="maincol"> Would this intefere with what I'm trying to do?
 
Back
Top