website themes for dreamweaver

Dream Weaver and HTML PROBLEMSSSS!?
So I finally have a project for school. her to create a website, and you could choose one Subject. our teacher asked if we would like a website for "The Point", a teacher in the school is like the center to make. anyway, if I have a div in Dream Weaver and name it ill centered container manually via CSS and using the left and then specifying pixels. then ill put in a table and design, as I like it. and if I then open it in firefox it looks the same, but when I open it on IE it looks very different. so i dk what you do in the. because of their in a week that enough time if I get an answer so please someone help with this matter please expertiece us
It really would not be the Dream Weaver introduction centering problem but the HTML / CSS (if you use the Dreamweaver design view to generate the code for you). Use the code view, and like the previous poster said, better not to use tables for layout (unless your display tabular data). It is better to use, divs. To center a div in IE and FF, using relative positioning coded in CSS (not the pixels with an absolute position with left). Use the margin: 0 auto; (text for FF) and-align: center; (for IE) CSS attributes. So Your CSS would be: something like. Center (position: relative; margin: 0 auto; text-align: center;) and then have your HTML:
Good luck on the project!
Dreamweaver: Create Professional Spry Tool Tips (Part 3) – Tutorial


