Torna al Thread

<!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" xml:lang="it" lang="it"> <head> <style> .TableBase { background-color: yellow; text-align:left; vertical-align:top; } #secondoElemento { width:1000px; } </style> </head> <body> <p class="TableBase"> CIAO </p> <p class="TableBase" id="secondoElemento"> CIAO </p> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5