Topic: Problem to center with html in dreamweaver
Hi
I have an issue.
I created the gallery with svbuilder and copied the code in the html page in dreamweaver.
It works fine but i have an image added as a menu on the left of the gallery and even i put "align="center"" it doesn't work like if the gallery overwrite the code..
I hope i am clear enought
here is the code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>oeuvres</title>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" align="center">
<!-- ImageReady Slices (oeuvres.psd) -->
<table id="Tableau_01" width="817" height="768" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
<img src="images/galerie_01.jpg" alt="" width="186" height="768" border="0" usemap="#Map" /></td>
<td>
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "FFFFFF", true );
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
</td></tr>
</table>
<!-- End ImageReady Slices -->
<map name="Map">
<area shape="rect" coords="24,120,148,143" href="../presentation/presentation.html" />
<area shape="rect" coords="37,158,145,174" href="../bio/bio.html" />
<area shape="rect" coords="74,176,144,202" href="../contact/contact.html" />
</map>
</body>
</html>
Thanks