Dreamweaver MX crap... plez read and help me (=^_^=)

Iono how to make layers align in the center....

i tryed the thang
2,265 views 6 replies
Reply #3 Top
iono how to describe it either
Reply #4 Top

Drop the Design view, go in the Code view. It's something like this:

<head>
  <style>

   div.center {
       width: 400
       border: 1 solid black
       text-align:left
   }


   body {
      text-align:center
   }
</style>
</head>

<body>
   <div class="center">Centered</div>
</body>

 

Reply #5 Top

the site has eaten my semi-colons... after each line in each style's definition, there should be a semi-colon:
width: 400 (semi-colon)
border: 1 solid black (semi-colon)
etc.

Reply #6 Top

bump.

THELast, if you read the reply to your question, please acknowledge.