Jump to content

Dreamweaver cs4, Images and Text aligning


bx3me

Recommended Posts

I got it but still when shrinking the window from right to the left everything is reshaping, how to make it rigid . . .

 

no matter how big is the window, the content stay the same, and just partially visible

 

and when talking about exact size you mean to use Px. or what ?

Link to comment
Share on other sites

You'll need a line like this in your CSS:

 

#container {
   margin: o, auto;
   width: 1013px;
   height:auto;
}

 

You have absolute positioning all over the place. But I couldn't find any rules for the #container div.

Edited by JBall
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...