Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / C#

sharpcms.net - CMS framework based on XSLT and XML

Rate me:
Please Sign up or sign in to vote.
5.00/5 (16 votes)
29 Nov 20053 min read 72.2K   3.3K   90  
CMS for .NET based on XSLT, XML and C#.
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>Insertar tabla</TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>

<BODY>

<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
  <tr> 
    <td><span class="title">Insertar tabla</span></td>
    <td align="right"><a href="index.htm"><acronym title="Table of contents">TOC</acronym></a></td>
  </tr>
</table>
<hr noshade>
<br>
El bot&oacute;n insertar tabla abre la siguiente ventana. Esta acci&ocaute;n te permite crear tablas.<br>
<br>
<img src="images/insert_table_window.gif" width="340" height="209"><br>
<br>
<strong>Descripci&oacute;n de los campos:</strong><br>
<table border="1" cellspacing="0">
  <tr>
    <td width="150"><strong>Columns</strong></td>
    <td>N&uacute;mero de columnas.</td>
  </tr>
  <tr>
    <td width="150"><strong>Rows</strong></td>
    <td>NA&uacute;mero de filas.</td>
  </tr>
  <tr>
    <td><strong>Cellpadding</strong></td>
    <td>Desplazamiento entre celdas . </td>
  </tr>
  <tr>
    <td><strong>Cellspacing</strong></td>
    <td>Espacio entre celdas .</td>
  </tr>
  <tr>
    <td><strong>Alignment</strong></td>
    <td>Alineamiento de la tabla. </td>
  </tr>
  <tr>
    <td><strong>Border</strong></td>
    <td>Anchura del borde de la tabla.</td>
  </tr>
  <tr>
    <td><strong>Width</strong></td>
    <td>Anchura de la tabla en pixels .</td>
  </tr>
  <tr>
    <td><strong>Height</strong></td>
    <td>Altura de la tabla en pixels.</td>
  </tr>
</table>
<br>
<br>
<hr noshade>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
  <tr> 
    <td>Ir a: <a href="index.htm">Tabla de contenidos</a></td>
    <td align="right"><a href="#">Top</a></td>
  </tr>
</table>
<br>
</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions