
Originally Posted by
Shutdown007
<center><body>
Patrick
You're not really supposed to have an element of any kind outside the body and <center> has been deprecated as, its effect upon complex content can be unpredictable.
You listed no link to the script here on DD so I cannot just click to see the code for it but, as I recall, it has someplace where you set the width of the conveyor, either in the configuration, style, or inline style of the outermost division. Don't even worry about that at first. If you must use center, close it for the slide show:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
scripts and style (if any) that belong in the head of the page go here
</head>
<body><center>
some regular stuff here
</center>
<div style="width:300px;margin:0 auto;">
slide show body section code here
</div>
<center>
the rest of the page here
</center>
</body>
</html>
The DOCTYPE is required. You can use any pixel width in place of the 300px - whatever suits, ideally the width of the slide show.
Bookmarks