| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 59
![]() | Div Tags Hey guys, so in dreamweaver 2004 mx when we chose to use layers, it will be coded as a div tag. Now if our template that is inside the table i have hade, is set to be aligned as center, how will i align the div tag to go center as well? cause when u maximize the internet window, the template moves to center it self, but the text and images i placed into the div tag doesnt. Can someone suggest any ideas on how to fix this issue? Thanks !
__________________ http://www.imagehosting.us/himages/ihnp-87112.gif |
| |
| | THREAD STARTER #3 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 59
![]() | hey thanks for the help, however that is not my problem mate... my problem is that the original div tag like the tag doesnt centerize it self when i set the template in the table to centerize it self when for example u maxmize your internet window
__________________ http://www.imagehosting.us/himages/ihnp-87112.gif |
| |
| | #6 (permalink) | ||||
| NamePros Regular Join Date: Dec 2004 Location: QLD, Australia
Posts: 713
![]() |
????: NamePros.com http://www.namepros.com/web-design-discussion/136485-div-tags.html Code: <div style="margin:0 auto"></div> | ||||
| |
| | THREAD STARTER #7 (permalink) | ||||
| NamePros Member Join Date: Nov 2004
Posts: 59
![]() |
__________________ http://www.imagehosting.us/himages/ihnp-87112.gif | ||||
| |
| | #8 (permalink) |
| NamePros Regular Join Date: Dec 2004 Location: QLD, Australia
Posts: 713
![]() | Just copy the style in that div into your main div. You would probably want this doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Stick it at the VERY TOP of the html. |
| |