|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
aligning elements using CSS
how can you align elements in CSS
because ALIGN="CENTER" seems to be depreceated |
|
#2
|
|||
|
|||
|
http://www.w3schools.com/css/tryit....ycss_text-align
http://www.w3schools.com/css/pr_pos_vertical-align.asp http://www.w3schools.com/css/tryit....me=trycss_float ...fish around this site for more info.. |
|
#3
|
|||
|
|||
|
There are two properties:
Code:
text-align: [left, right, center, justify] vertical-align: [auto, baseline, sub, super, top, middle, bottom, text-top, text-bottom] |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > aligning elements using CSS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|