Código:
Como lo quiero meter en un articulo en joomla, alli no tengo acceso en head, sino solo en body, por eso quiero poner el css en cada div.<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- #Layer1 { position:relative; width:auto; height:auto; float:left; top:10px; padding:5px; } #Layer2 { position:relative; width:auto; height:auto; float:left; top:10px; padding:5px; } --> </style> </head> <body> <div id="Layer1"> <p>ggggggggggg gggggg</p> <p>45t4</p> <p>45h54h</p> <p>h54h4h</p> </div> <div id="Layer2"> <p>87tg87fr87 gtf87g87 g78gt 87t87f 8u7giug 87t87tg 87g8ug 8u</p> <p>h45h</p> <p>h45h54hg5</p> </div>
Se que se hace con style, pero he probado varias formas y no me sale como:
Código:
Como veis quiero mencionar 2,3 style en un div. Como se hace? <div style="position:relative";width:auto;>