Tema: Solucionado
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/12/2012, 06:36
XD2XD2
 
Fecha de Ingreso: diciembre-2012
Mensajes: 223
Antigüedad: 11 años, 5 meses
Puntos: 2
Solucionado

Tengo un form que contien estos valores {footer}{noticias} y quiero añadirle este codigo
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
  2. <html xmlns='http://www.w3.org/1999/xhtml' dir='ltr'>
  3.  
  4.     <meta http-equiv='content-type' content='text/html; charset=UTF-8'/>
  5.     <meta name='description' content=''/>
  6.     <meta name='keywords' content='' />
  7.     <meta name='author' content='' />
  8.     <link rel='stylesheet' type='text/css' href='style.css' media='screen' />
  9.     <title>Website Template: Simple Organization (demo)</title>
  10. <style type='text/css'>
  11. /*  
  12. Template name: Simple Organization
  13. Template URI: http://templates.arcsin.se/simple-organization-website-template/
  14. Release date: 2009-09-20
  15. Last updated: 2009-09-24
  16. Description: A simple and elegant template suitable for organizations.
  17. Author: Viktor Persson
  18. Author URI: http://arcsin.se/
  19.  
  20. This template is licensed under a Creative Commons Attribution 2.5 License:
  21. http://templates.arcsin.se/license/
  22. */
  23.  
  24.  
  25. /*
  26.    Reset
  27. ------------------------------------------------------------------- */
  28.  
  29. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
  30. table {border-collapse: collapse; border-spacing: 0;}
  31. caption, th, td {text-align: left; font-weight: normal;}
  32. table, td, th {vertical-align: middle;}
  33. blockquote:before, blockquote:after, q:before, q:after {content: '';}
  34. blockquote, q {quotes: '' '';}
  35. a img {border: none;}
  36. :focus {outline: 0;}
  37.  
  38.  
  39. /*
  40.    General
  41. ------------------------------------------------------------------- */
  42.  
  43. html {
  44.     height: 100%;
  45.     padding-bottom: 1px; /* force scrollbars */
  46. }
  47.  
  48. body {
  49.     background: #FFF;
  50.     color: #444;
  51.     font: normal 75% sans-serif;
  52.     line-height: 1.5;
  53. }
  54.  
  55.  
  56. /*
  57.    Typography
  58. ------------------------------------------------------------------- */
  59.  
  60. /* Headings */
  61.  
  62. h1,h2,h3,h4,h5,h6 {
  63.     color: #444;
  64.     font-weight: normal;
  65.     line-height: 1;
  66.     margin-bottom: 0.3em;
  67. }
  68. h4,h5,h6 {font-weight: bold;}
  69.  
  70. h1 {font-size: 2.6em;}
  71. h2 {font-size: 2em;}
  72. h3 {font-size: 1.5em;}
  73. h4 {font-size: 1.25em;}
  74. h5 {font-size: 1.1em;}
  75. h6 {font-size: 1em;}
  76.  
  77. h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
  78.  
  79.  
  80. /* Links */
  81.  
  82. a:focus,a:hover {color: #039;}
  83. a {
  84.     color: #456;
  85.     text-decoration: none;
  86. }
  87. a:hover {text-decoration: underline;}
  88.  
  89. a.feed {
  90.     background: url('img/icon-feed.gif') no-repeat left center;
  91.     padding-left: 18px;
  92. }
  93. a.more {
  94.     color: #579;
  95.     font-weight: bold;
  96. }
  97. a.more:hover {color: #234;}
  98.  
  99.  
  100. /* Text elements */
  101.  
  102. p {margin-bottom: 1em;}
  103.  
  104. abbr, acronym {border-bottom: 1px dotted #666;}
  105. address {margin-bottom: 1.5em;}
  106. blockquote {margin: 1.5em;}
  107. del, blockquote { color:#666; }
  108. em, dfn, blockquote, address {font-style: italic;}
  109. strong, dfn {font-weight: bold;}
  110. sup, sub {line-height: 0;}
  111.  
  112. pre {
  113.     margin: 1.5em 0;
  114.     white-space: pre;
  115. }
  116. pre,code,tt {
  117.     font: 1em monospace;
  118.     line-height: 1.5;
  119. }
  120.  
  121.  
  122. /* Lists */
  123.  
  124. li ul, li ol {margin-left: 1.5em;}
  125. ul, ol {margin: 0 0 1.5em 1.5em;}
  126.  
  127. ul {list-style-type: disc;}
  128. ol {
  129.     list-style-type: decimal;
  130.     margin-left: 1.9em;
  131. }
  132.  
  133. dl {margin: 0 0 1.5em 0;}
  134. dl dt {font-weight: bold;}
  135. dd {margin-left: 1.5em;}
  136.  
  137.  
  138. /* Special lists */
  139.  
  140. ul.plain-list li, ul.nice-list li, ul.tabbed li {
  141.     list-style: none;
  142.     margin-top: 0;
  143. }
  144.  
  145. ul.tabbed {
  146.     display: inline;
  147.     margin: 0;
  148. }
  149. ul.tabbed li {float: left;}
  150.  
  151. ul.plain-list {margin: 0;}
  152.  
  153. ul.nice-list {margin-left: 0;}
  154. ul.nice-list li {
  155.     border-top: 1px solid #EEE;
  156.     list-style: none;
  157.     padding: 4px 0;
  158. }
  159. ul.nice-list li:first-child {border-top: none;}
  160. ul.nice-list li .right {color: #999;}
  161.  
  162.  
  163. /* Tables */
  164.  
  165. table {margin-bottom: 1.4em; width: 100%;}
  166. th {font-weight: bold;}
  167. thead th {background: #C3D9FF;}
  168. th,td,caption {padding: 4px 10px 4px 5px;}
  169. tr.even td {background: #F2F6FA;}
  170. tfoot {font-style: italic;}
  171. caption {background: #EEE;}
  172.  
  173. table.data-table {
  174.     border: 1px solid #CCB;
  175.     margin-bottom: 2em;
  176.     width: 100%;
  177. }
  178. table.data-table th {
  179.     background: #F0F0F0;
  180.     border: 1px solid #DDD;
  181.     color: #555;
  182.     text-align: left;
  183. }
  184. table.data-table tr {border-bottom: 1px solid #DDD;}
  185. table.data-table td, table th {padding: 10px;}
  186. table.data-table td {
  187.     background: #F6F6F6;
  188.     border: 1px solid #DDD;
  189. }
  190. table.data-table tr.even td {background: #FCFCFC;}
  191.  
  192.  
  193. /* Misc classes */
  194.  
  195. .small {font-size: 0.9em;}
  196. .smaller {font-size: 0.8em;}
  197. .smallest {font-size: 0.7em;}
  198.  
  199. .large {font-size: 1.15em;}
  200. .larger {font-size: 1.25em;}
  201. .largest {font-size: 1.35em;}
  202.  
  203. .hidden {display: none;}
  204.  
  205. .quiet, .quiet a {color: #999;}
  206. .loud, .loud a {color: #000;}
  207. .highlight, .highlight a {background:#ff0;}
  208.  
  209. .text-left {text-align: left;}
  210. .text-right {text-align: right;}
  211. .text-center {text-align: center;}
  212. .text-separator {padding: 0 5px;}
  213.  
  214. .error, .notice, .success {
  215.     border: 1px solid #DDD;
  216.     margin-bottom: 1em;
  217.     padding: 0.6em 0.8em;
  218. }
  219.  
  220. .error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
  221. .error a {color: #8A1F11;}
  222.  
  223. .notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
  224. .notice a {color: #514721;}
  225.  
  226. .success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
  227. .success a {color: #264409;}
  228.  
  229.  
  230. /* Labels */
  231. .label {
  232.     border-left-style: solid;
  233.     border-left-width: 4px;
  234.     margin-bottom: 0.2em;
  235.     padding-left: 10px;
  236. }
  237.  
  238. .label-blue {border-left-color: #55AADA;}
  239. .label-green {border-left-color: #B7D897;}
  240. .label-orange {border-left-color: #FA8F6F;}
  241.  
  242.  
  243. /*
  244.    Forms
  245. ------------------------------------------------------------------- */
  246.  
  247. label {
  248.     cursor: pointer;
  249.     font-weight: bold;
  250. }
  251. label.checkbox, label.radio {font-weight: normal;}
  252. legend {
  253.     font-weight: bold;
  254.     font-size: 1.2em;
  255. }