salve, sto creando un sito con dreamweaver e flash
nella parte superiore ho creato una tabella con tre colonne, quella di destra il logo, quella di sinistra un'altra immagine, al centro un campo di testo
ora... non riesco ad eliminare gli spazi bianchi che mi rimangono sopra e sotto la tabella
sareste così gentili da dirmi come devo fare?
codice:
<!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" xmlns:ice="http://ns.adobe.com/incontextediting">
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TITOLO DEL SITO</title> <style type="text/css"> body { background-image:
url(legno2.jpg); background-repeat: repeat; background-color: #000; } </style> <link
href="layout.css" rel="stylesheet" type="text/css" /> <script
src="Scripts/swfobject_modified.js" type="text/javascript"></script> <script
src="includes/ice/ice.js" type="text/javascript"></script> </head> <body
bgcolor="#000000" text="#999999"> <div id="wrapper"> <div id="logo"> <table width="800"
border="0"> <tr> <th scope="row">[img]IMMAGINI/SIT0s_01.gif[/img]</th><td><form id="form1" name="form1" method="post"
action=""> <h6> <span id="form1">TESTO1</span></h6> <h6> TESTO2
</h6> <h6>TESTO3</h6> <h6>TESTO4</h6> </form></td>
<td>[img]IMMAGINI/SITO_003.gif[/img]</td>
</tr> </table> </div>
per motivi di privacy purtroppo non posso scrivere altro, ma dovrebbe bastare...