Foros del Web » Programando para Internet » PHP »

Solucionado

Estas en el tema de Solucionado en el foro de PHP en Foros del Web. Tengo un form que contien estos valores {footer}{noticias} y quiero añadirle este codigo @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código HTML: Ver original <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 ...
  #1 (permalink)  
Antiguo 28/12/2012, 06:36
 
Fecha de Ingreso: diciembre-2012
Mensajes: 223
Antigüedad: 11 años, 4 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. }
  #2 (permalink)  
Antiguo 28/12/2012, 06:37
 
Fecha de Ingreso: diciembre-2012
Mensajes: 223
Antigüedad: 11 años, 4 meses
Puntos: 2
Respuesta: No guarda el update

Código HTML:
Ver original
  1. textarea {overflow: auto;}
  2. input.text, textarea, select {
  3.     background: #FCFCFC;
  4.     border: 1px inset #AAA;
  5.     margin: 0.5em 0;
  6.     padding: 4px 5px;
  7. }
  8. input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
  9.  
  10. input.button {
  11.     background: #DDD;
  12.     border: 1px outset #AAA;
  13.     padding: 4px 5px;
  14. }
  15. input.button:active {border-style: inset;}
  16.  
  17.  
  18. /* Specific */
  19.  
  20. form .required {font-weight: bold;}
  21.  
  22. .form-error {border-color: #F00;}
  23. .form-row {padding: 5px 0;}
  24. .form-row-submit {
  25.     border-top: 1px solid #DDD;
  26.     padding: 8px 0 10px 76px;
  27.     margin-top: 10px;
  28. }
  29. .legend {
  30.     background: #F0FAF0;
  31.     border: 1px solid #D6DFD6;
  32.     font-size: 1.5em;
  33.     margin: 0;
  34.     padding: 8px 14px;
  35. }
  36. .form-property, .form-value {float: left;}
  37. .form-property {
  38.     padding-top: 8px;
  39.     text-align: right;
  40.     width: 60px;
  41. }
  42. .form-value {padding-left: 16px;}
  43. .form-error {border-color: #F00;}
  44.  
  45.  
  46.  
  47. /*
  48.    Alignment
  49. ------------------------------------------------------------------- */
  50.  
  51. /* General */
  52.  
  53. .center,.aligncenter {
  54.     display: block;
  55.     margin-left: auto;
  56.     margin-right: auto;
  57. }
  58.  
  59.  
  60. /* Images */
  61.  
  62. img.bordered,img.alignleft,img.alignright,img.aligncenter {
  63.     background-color: #FFF;
  64.     border: 1px solid #DDD;
  65.     padding: 3px;
  66. }
  67. img.alignleft, img.left {margin: 0 1.5em 1em 0;}
  68. img.alignright, img.right {margin: 0 0 1em 1.5em;}
  69.  
  70.  
  71. /* Floats */  
  72.  
  73. .left,.alignleft {float: left;}
  74. .right,.alignright {float: right;}
  75.  
  76. .clear,.clearer {clear: both;}
  77. .clearer {
  78.     display: block;
  79.     font-size: 0;
  80.     line-height: 0;
  81.     height: 0;
  82. }
  83.  
  84.  
  85. /*
  86.    Separators
  87. ------------------------------------------------------------------- */
  88.  
  89. .content-separator, .archive-separator {
  90.     background: #E5E5E5;
  91.     clear: both;
  92.     color: #FFE;
  93.     display: block;
  94.     font-size: 0;
  95.     line-height: 0;
  96.     height: 1px;   
  97. }
  98. .content-separator {margin: 32px 0;}
  99. .archive-separator {margin-bottom: 20px;}
  100.  
  101.  
  102. /*
  103.    Posts
  104. ------------------------------------------------------------------- */
  105.  
  106. .post {margin-bottom: 20px;}
  107.  
  108. .post img.left, .post img.right {margin-bottom: 0;}
  109.  
  110. .post-date {
  111.     color: #777;
  112.     margin: 2px 0 10px;
  113. }
  114. .post-date a {color: #444;}
  115.  
  116. .post-meta a {color: #345; }
  117. .post-meta a:hover {color: #001;}
  118.  
  119. .post-body {font-size: 1.1em;}
  120. .post-body a {color: #039;}
  121. .post-body a:hover {color: #039;}
  122.  
  123. .post-body img.left, .post-body img.right {margin-bottom: 1em;}
  124.  
  125.  
  126. /* Archives */
  127. .archive-pagination {
  128.     color: #777;
  129.     padding: 10px 0;
  130. }
  131. .archive-pagination-top {
  132.     border-bottom: 2px solid #DDD;
  133.     margin-bottom: 24px;
  134. }
  135. .archive-pagination-bottom {
  136.     border-top: 2px solid #DDD;
  137.     margin-top: 24px;
  138. }
  139.  
  140. .archive-post-date {
  141.     background: #F5F5F5;
  142.     border-bottom: 1px solid #C5C5C5;
  143.     border-right: 1px solid #CFCFCF;
  144.     float: left;
  145.     margin-right: 12px;
  146.     padding: 2px 0 5px;
  147.     text-align: center;
  148.     width: 46px;
  149. }
  150. .archive-post-title .post-date {margin: 0;}
  151. .archive-post-title {padding-top: 4px;}
  152. .archive-post-day {font: normal 1.6em Georgia,serif;}
  153.  
  154.  
  155. /*
  156.    Comments
  157. ------------------------------------------------------------------- */
  158.  
  159. .comment-input-text textarea {width: 80%;}
  160.  
  161. /* Comment list */
  162.  
  163. .comment-list-wrapper {
  164.     background: #F6F6F6;
  165.     margin: 10px 0 0;
  166.     padding: 5px 12px 10px 7px;
  167. }
  168. .comment-list {
  169.     margin: 0;
  170.     padding: 0;
  171. }
  172. .comment-list li {list-style: none;}
  173. .comment-list ul {margin-bottom: 0;}
  174.  
  175. .comment-profile-wrapper {
  176.     text-align: center;
  177.     width: 105px;
  178. }
  179.  
  180. .comment-gravatar {margin-bottom: 3px;}
  181.  
  182. .comment-content-wrapper {
  183.     float: right;
  184.     width: 481px;
  185. }
  186.  
  187. .comment-parent, .comment-single {margin-top: 15px;}
  188.  
  189. .comment-list ul.children, #comments #respond ul {
  190.     border-left: 1px solid #CCC;
  191.     margin: 0 0 0 130px;
  192. }
  193. .comment-list ul.children ul.children {margin-left: 15px;}
  194.  
  195. .comment-list ul.children li {
  196.     background: url('img/comment-reply.gif') no-repeat left top;
  197.     margin: 0;
  198.     padding: 10px 0 0 15px;
  199. }
  200.  
  201. .comment-body {
  202.     background: #FFF;
  203.     border: 1px solid #DDD;
  204.     padding: 10px 12px 0;
  205. }
  206. .comment-list ul.children .comment-body {background: #FCFCFC;}
  207.  
  208. .comment-author {padding-top: 2px;}
  209.  
  210. .comment-text p {margin-bottom: 0.8em;}
  211.  
  212. .comment .post-date, .comment-author {font-size: 0.9em;}
  213. .comment .post-date .right a {color: #BBB;}
  214. .comment .post-date .right a:hover {color: #234;}
  215.  
  216. .comment-arrow {
  217.     background: url('img/comment-arrow.gif') no-repeat left top;
  218.     display: block;
  219.     float: left;
  220.     height: 45px;
  221.     margin: 3px 0 -45px -41px;
  222.     position: absolute;
  223.     width: 29px;
  224. }
  225.  
  226. /* Respond */
  227.  
  228. #respond li {list-style: none;}
  229. #respond {
  230.     background: #F6F6F6;
  231.     padding: 10px 12px;
  232. }
  233. #respond ul {margin: 0;}
  234. #respond .legend {margin-bottom: 10px;}
  235.  
  236. #comments #respond {padding: 0;}
  237. #comments #respond .legend {
  238.     border-bottom: 0;
  239.     margin-bottom: 0;
  240. }
  241. #comments #respond ul {
  242.     background: url('img/comment-reply.gif') no-repeat left top;
  243.     padding: 10px 0 0 15px;
  244. }
  245. #comments ul.children #respond ul {
  246.     margin-left: 30px;
  247.     padding: 0;
  248. }
  249.  
  250. #comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow {display: none;}
  251. #comments #respond .comment-body {background: #FFF;}
  252. #comments #respond .comment-content-wrapper {
  253.     float: none;
  254.     width: 100%;
  255. }
  256.  
  257.  
  258. /*
  259.    Layout
  260. ------------------------------------------------------------------- */
  261.  
  262. /* Common */
  263. #top, #sub-nav {border-bottom: 1px solid #DDD;}
  264.  
  265.  
  266. /* Wrapper */
  267. #site-wrapper {
  268.     margin: 0 auto;
  269.     width: 920px;
  270. }
  271.  
  272.  
  273. /* Header */
  274. #header {padding-top: 24px;}
  275.  
  276. /* Top */
  277. #top {padding-bottom: 32px;}
  278.  
  279.  
  280. /* Logo */
  281. #logo { border-right: 1px solid #DDD;
  282.     padding: 10px 40px 10px 0;
  283.     margin-right: 40px;
  284. }
  285. #logo img {}
  286.  
  287. /* Splash */
  288. #splash {padding-top: 32px;}
  289.  
  290.  
  291. /* Navigation */
  292. .navigation a {
  293.     color: #888;
  294.     text-decoration: none;
  295. }
  296. .navigation a:hover {color: #002;}
  297. .navigation li.current-tab a {color: #222;}
  298.  
  299. #main-nav li:first-child, #sub-nav li:first-child {margin-left: 0;}
  300.  
  301. /* Main navigation */
  302. #main-nav {padding-top: 72px;}
  303. #main-nav li {margin: 0 1.5em;}
  304. #main-nav a {
  305.     font-size: 1.8em;
  306.     line-height: 2em;
  307.     padding-bottom: 2px;
  308. }
  309. #main-nav li.current-tab a {color: #333;}
  310. #main-nav a:hover {color: #002;}
  311. #main-nav li.current-tab a {border-bottom: 2px solid #94CC5F;}
  312.  
  313.  
  314. /* Subnav */
  315. #sub-nav {
  316.     border-bottom: 1px solid #DDD;
  317.     padding: 12px 0;
  318. }
  319. #sub-nav a {
  320.     font-size: 1.2em;
  321.     text-decoration: none;
  322. }
  323. #sub-nav li {margin: 0 1em;}
  324. #sub-nav li.current-tab a {font-weight: bold;}
  325.  
  326.  
  327. /* Main */
  328. .main {margin: 24px 0;}
  329.  
  330. .main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
  331. .main#main-two-columns-left {background: url('img/main-two-columns-left.gif') repeat-y left top;}
  332. .main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 620px;}
  333.  
  334. /* Sidebar */
  335. #sidebar {width: 255px;}
  336.  
  337. /* Columns */
  338. .col3, .col3-mid {width: 31%;}
  339. .col3-mid {margin-left: 3%;}
  340.  
  341. /* Sections */
  342. .section {margin-bottom: 24px;}
  343. .section-title {
  344.     background-color: #F9F9F9;
  345.     border-top: 2px solid #DDD;
  346.     color: #7A7A7A;
  347.     font: bold 1.2em sans-serif;
  348.     margin-bottom: 16px;
  349.     padding: 7px 10px 6px;
  350. }
  351. #sidebar .section-title {margin-bottom: 8px;}
  352.  
  353.  
  354. /* Footer */
  355.  
  356. #footer {
  357.     border-top: 1px solid #DDD;
  358.     color: #777;
  359.     padding: 16px 0 4px;
  360. }
  361. #footer-left {width: 459px;}
  362. #footer-right {
  363.     width: 459px;
  364.     text-align: right;
  365. }
  366. #footer p {margin-bottom: 0.4em;}
  367. #footer .text-separator {
  368.     padding: 0 3px;
  369.     color: #BBB;
  370. }
  371. #footer a:hover {color: #000;}
  372.  
  373.  
  374.  
  375. /*
  376.    Misc overriding classes
  377. ------------------------------------------------------------------- */
  378.  
  379. /* Border */
  380.  
  381. .noborder {border: 0;}
  382. .notborder {border-top: 0;}
  383. .norborder {border-right: 0;}
  384. .nobborder {border-bottom: 0;}
  385. .nolborder {border-left: 0;}
  386.  
  387. /* Margin */
  388.  
  389. .nomargin {margin: 0;}
  390. .notmargin {margin-top: 0;}
  391. .normargin {margin-right: 0;}
  392. .nobmargin {margin-bottom: 0;}
  393. .nolmargin {margin-left: 0;}
  394.  
  395. /* Padding */
  396.  
  397. .nopadding {padding: 0;}
  398. .notpadding {padding-top: 0;}
  399. .norpadding {padding-right: 0;}
  400. .nobpadding {padding-bottom: 0;}
  401. .nolpadding {padding-left: 0;}
  402.  
  403.  
  404. /*
  405.    IE Fixes (zzz)
  406. ------------------------------------------------------------------- */
  407.  
  408. * html .navigation, * html #footer, * html #splash, * html .comment ul {height: 0.01%;}
  409. * html #footer-left {width: 500px;}
  410. .navigation, #splash, .comment ul {min-height: 0.01%;}
  #3 (permalink)  
Antiguo 28/12/2012, 06:38
 
Fecha de Ingreso: diciembre-2012
Mensajes: 223
Antigüedad: 11 años, 4 meses
Puntos: 2
Respuesta: No guarda el update

Solucionado

Última edición por XD2XD2; 28/12/2012 a las 09:01

Etiquetas: html, update, guardar
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:05.