Grazie stiffa! Singolarmente funzionano tutti, ma come faccio a combinarli tutti e 4 insieme:
Ecco il codice, ti indico in rosso quello che ho aggiunto e in blu quello che devo modificare
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT">
<html>
<head>
<style type="text/css">
p.leftmargin {margin-left: 2cm}
p.topmargin {margin-top: 5cm}
p.bottommargin {margin-bottom: 2cm}
p.rightmargin {margin-right: 5cm}
</style>
<meta
http-equiv="Content-Type"
content="text/html;
charset=iso-8859-1"
>
<title>HTML.it</title>
</head>
<body
background="000.jpg"
bgcolor="#0000ff" text="#ffffff"
lang="it"
link="red"
vlink="green"
alink="yellow"
>
<p class="topmargin">This is a paragraph with specified margins</p>
</body>
</html>

Rispondi quotando