Afficher un message
Vieux 14/02/2008, 18h21   #4
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Also have div not moving with centered page

Here's the code on the page -

<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 autoosition:relative; }
/* 760px will display on an 800px screen maximized browser window without */
/* horizontal scrollbars. */
-->
</style>
</head>
<body ...>
<div id="wrapper">
<!-- /wrapper -->
</div>
</body>

<div id="site">

See - you really have have some facility with HTML and CSS to even
understand the suggestions you get here, much less follow them correctly.

Change what you have done to this -

<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 autoosition:relative; }
/* 760px will display on an 800px screen maximized browser window without */
/* horizontal scrollbars. */
-->
</style>
</head>
<body>
<div id="wrapper">
<!-- /wrapper -->

and at the bottom of the page, change this -

<td colspan="5"><img src="images/home.body.jpg" width="846" height="485"
/></td>
</tr>
</table>
</div>

to this -

<td colspan="5"><img src="images/home.body.jpg" width="846" height="485"
/></td>
</tr>
</table>
</div>
</body>
</html>

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"phrarod" <webforumsuser@macromedia.com> wrote in message
news:fp1rkr$9kt$1@forums.macromedia.com...
> I'll read the article you provided. I made the changes but I don't know if
> I did them correctly because nothing changed. I uploaded it again
> w/changes


  Réponse avec citation
 
Page generated in 0,05068 seconds with 9 queries