I have a squeeze page in a Word document and I need to get it up on the web. I tried to use the save as webpage features in Word but it got all F-ed up so I need another way. Im using Dreamweaver CS5 also, and it says that the file is too big to import, that I need to break it up and copy and paste into seperate pages….I dont really understand what that means. Can anyone help here?

Wow…
The suck thing here is that minus having written the text, you are essentially starting over, if what you need to do is have it look exactly the same as it does on Word.
There IS one more trick you can try though before you start making tags and copying and pasting.
Try formatting your whole page in to a some CSS that looks like this:
#FULLSCREEN {
width:100%;
}
#PAPER {
width:900px; /*adjust this number to fit */
margin-left:auto;
margin-right:auto;
padding:30px; /*adjust for margin */
background-color:#FFFFFF;
}
then:
<div id = ‘FULLSCREEN’>
<div id = ‘PAPER’>
**** copy and paste your word generated html in to here ***
</div>
</div>
That MIGHT make things line up a little neater. It’s worth a go, but it will probably still look like crap.
Sorry. Word is not very web friendly.
I think this link will help…
http://tinyurl.com/yzxt-wordkkhtmlx873
Copy all content in word doc, paste them to webpage in dreamweaver. Use split view to make easier where all content to be pasted