English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am working on a website in flash and dreamweaver. May seem ridiculous to ask but I would like to pull up the site and have it centered rather than aligned left. Just a bit confused. I attempted to fix it but I can't. Any help would be great.

2007-07-21 01:55:14 · 3 answers · asked by kp 1 in Computers & Internet Programming & Design

3 answers

Are you using CSS.. you can just create a division for the entire page and center that division.

tag if you want.

2007-07-21 04:07:05 · answer #1 · answered by Tracy L 7 · 0 0

Seeing how you got it set up would be helpful, but if you have tables, align the main table center.

If you're using CSS and div's just do this to the main wrapper div

#wrapper {
margin: 0 auto;
width: 500px;
}

etc, etc.

2007-07-21 08:58:33 · answer #2 · answered by Dirty Randy 6 · 0 0

Create a Table with center alignment.
then put your content into the table












Yourlogo Some Ad or link
Left Navigation Content Right Navigation

2007-07-21 02:03:05 · answer #3 · answered by Srinivasan C 2 · 0 0

fedest.com, questions and answers