Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  C C 3 Tiberium Wars New Screenshots  Xbox 360Next Question:  What am doing wrong  Just Starting Your Design
Question Dreamweaver 4 ( SitePoint Forums Just Starting Your Design )
Updated: 2008-08-12 05:49:35 (1)
Dreamweaver 4

How do I creat a page to expand and contract ie so my main page always stays in the middle of the monitor or moves about on my background page.
Do not know if I have explained this right.

Answers: Dreamweaver 4 ( SitePoint Forums Just Starting Your Design )
Dreamweaver 4

best way is to use CSS but if you don't want to use CSS you could put the page into a table and centre the table.

CSS could look like the example below:

body {
margin:50px 0px; padding:0px;
text-align:center;
}

#Content {
width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}

Blue Sky

Previous Question:  C C 3 Tiberium Wars New Screenshots  PS3Forums  Xbox 360Next Question:  What am doing wrong  SitePoint Forums  Just Starting Your Design

- Source: Dreamweaver 4 SitePoint Forums Just Starting Your Design
- Previous Question: C C 3 Tiberium Wars New Screenshots PS3Forums Xbox 360
- Next Question: What am doing wrong SitePoint Forums Just Starting Your Design