![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
if i am using a table in dreamweaver 800 x 600 pixels how do i center it so when a 1024 reolsution views the site it would be centred |
#3
| |||
| |||
|
|
if i am using a table in dreamweaver 800 x 600 pixels how do i center it so when a 1024 reolsution views the site it would be centred |
#4
| |||
| |||
|
|
if i am using a table in dreamweaver 800 x 600 pixels how do i center it so when a 1024 reolsution views the site it would be centred |
#5
| |||
| |||
|
|
Depends on your Doctype, this should work on most. table.center { margin-left: auto; margin-right: auto; /*this centers table in Mozilla and Opera*/ text-align: center; /*this centers table in IE*/ width:500px; border: 1px; } "macca242424" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cdgha3$dc0$1 (AT) forums (DOT) macromedia.com... if i am using a table in dreamweaver 800 x 600 pixels how do i center it so when a 1024 reolsution views the site it would be centred |
#6
| |||
| |||
|
|
Depends on your Doctype, this should work on most. table.center { margin-left: auto; margin-right: auto; /*this centers table in Mozilla and Opera*/ text-align: center; /*this centers table in IE*/ width:500px; border: 1px; } "macca242424" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cdgha3$dc0$1 (AT) forums (DOT) macromedia.com... if i am using a table in dreamweaver 800 x 600 pixels how do i center it so when a 1024 reolsution views the site it would be centred |
#7
| |||
| |||
|
|
easy, make a <DIV> around ur table. div align=center !-- place table here -- /div "Herb" <herbh30 (AT) swbell (DOT) net> schreef in bericht news:ceh5nr$kle$1 (AT) forums (DOT) macromedia.com... Depends on your Doctype, this should work on most. table.center { margin-left: auto; margin-right: auto; /*this centers table in Mozilla and Opera*/ text-align: center; /*this centers table in IE*/ width:500px; border: 1px; } "macca242424" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cdgha3$dc0$1 (AT) forums (DOT) macromedia.com... if i am using a table in dreamweaver 800 x 600 pixels how do i center it so when a 1024 reolsution views the site it would be centred |
![]() |
| Thread Tools | |
| Display Modes | |
| |