Este es el código de mi página master:
Código vb:
Ver original
<%@ Master Language="VB" CodeFile="Principal.master.vb" Inherits="MasterPage" %> <!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"> <head runat="Server"> <title> Alimentación Charo - "El Portal de Topero" </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <link href="style.css" rel="Stylesheet" type="text/css"/> </head> <body style="margin: auto; background-color: #6b6262; text-align: center;"> <form id="Form1" runat="server"> <table width="778" border="0" cellpadding="0" cellspacing="0" style="text-align: center;"> <tr> <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="left" valign="top" style="background-image: url(images/ColorMenuGris.jpg);"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ............ ........... ...........
Algúna solución? Gracias ^^