¿Cómo puedo editar esta CSS?

  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 2:25 pm

Este es mi HTML.

Código: [ Select ]
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Invention Template</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="content">
    <div id="header">
     <div id="logo">
    CHURCH IMG HERE
     </div>
     <div id="links">
        <ul>
         <li><a href="#">Home</a></li>
         <li><a href="#">Youth Group</a></li>
         <li><a href="#">Sermans</a></li>
         <li><a href="#">Contact Us</a></li>
        </ul>
     </div>
    </div>
    <div id="mainimg">
     <h3>Kipling Baptist Church</h3>
     <h4></h4>
    </div>
    <div id="contentarea">
     <div id="leftbar">
        <h2>Welcome</h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut id nisl nec leo congue fringilla. Suspendisse potenti. Phasellus sed velit eget sapien interdum ultrices. Nullam nec magna. Maecenas cursus. Etiam sapien neque, auctor eu, volutpat at, condimentum et, odio. Morbi id lorem. Nam urna ante, venenatis sed, molestie eu, dictum sit amet, tellus. Phasellus pellentesque magna vitae elit. In dignissim eleifend odio. Curabitur at libero. Donec est justo, pellentesque eu, vulputate feugiat, ultrices quis, nunc. Sed neque. Nulla egestas, risus id consectetuer ultrices, ante turpis posuere ligula, ac pulvinar tortor dui ac odio. Curabitur auctor urna sed purus. In varius.</p>
        <br />
        <p>Nulla sit amet magna non enim posuere porttitor. Vestibulum ante. Nam et nulla vestibulum libero facilisis aliquet. Vivamus ante velit, facilisis eu, pulvinar nec, ultricies vel, sem. Morbi ac velit. Sed est. Proin vehicula. Maecenas ac pede. Fusce rhoncus. Maecenas at quam. Aenean nunc felis, elementum vel, faucibus vitae, nonummy et, tellus. Nulla auctor venenatis urna. Donec accumsan urna sed libero. Fusce at mi eu leo sollicitudin adipiscing. Ut metus purus, gravida nec, scelerisque quis, venenatis non, ante. Aliquam a leo vel libero tempus scelerisque. Morbi iaculis. Ut libero. </p>
        <br />
        <a href="#">more ></a><br />
        <br />
     </div>
     <div id="rightbar">
        <h2>latest news</h2>
        <p><span class="orangetext">February 6th 09</span><br />
         Meet at the ******* house 7:30 til 10:00 and get ROOTED.
     A time to look at Blizzard, God’s word, talk about Daniel/Danielle, and spend time together.
     *If anyone bought the new Life Support CD, would you please bring it!!! Thanks.
         <br />
         <br />
         <span class="orangetext">February 13th 09</span><br />
         Meet at the ******* house 7:30 til 10:00 and get ROOTED.
     OK, so let’s make it a RED night. Let’s see what you’ve got!
     Subject: MY BODY, YOUR HOME
     Get ready to dive into God’s word.

         <br />
         <br />
         <span class="orangetext">February 20th 09</span><br />
         Meet in Kipling from 7:30 til 10:00.
     February 22nd is YOUTH SUNDAY …
     So we’ll … sing a few songs, do a little prep, act a little skit, and so on …
         </p>
     </div>
    </div>
    <div id="bottom">
     <div id="email"><a href="mailto:************">Contact *******</a></div>
     <div id="validtext">
     </div>
    </div>
</div>
</div>
</body>
</html>
  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">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Invention Template</title>
  6. <link href="css/style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10. <div id="content">
  11.     <div id="header">
  12.      <div id="logo">
  13.     CHURCH IMG HERE
  14.      </div>
  15.      <div id="links">
  16.         <ul>
  17.          <li><a href="#">Home</a></li>
  18.          <li><a href="#">Youth Group</a></li>
  19.          <li><a href="#">Sermans</a></li>
  20.          <li><a href="#">Contact Us</a></li>
  21.         </ul>
  22.      </div>
  23.     </div>
  24.     <div id="mainimg">
  25.      <h3>Kipling Baptist Church</h3>
  26.      <h4></h4>
  27.     </div>
  28.     <div id="contentarea">
  29.      <div id="leftbar">
  30.         <h2>Welcome</h2>
  31.         <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut id nisl nec leo congue fringilla. Suspendisse potenti. Phasellus sed velit eget sapien interdum ultrices. Nullam nec magna. Maecenas cursus. Etiam sapien neque, auctor eu, volutpat at, condimentum et, odio. Morbi id lorem. Nam urna ante, venenatis sed, molestie eu, dictum sit amet, tellus. Phasellus pellentesque magna vitae elit. In dignissim eleifend odio. Curabitur at libero. Donec est justo, pellentesque eu, vulputate feugiat, ultrices quis, nunc. Sed neque. Nulla egestas, risus id consectetuer ultrices, ante turpis posuere ligula, ac pulvinar tortor dui ac odio. Curabitur auctor urna sed purus. In varius.</p>
  32.         <br />
  33.         <p>Nulla sit amet magna non enim posuere porttitor. Vestibulum ante. Nam et nulla vestibulum libero facilisis aliquet. Vivamus ante velit, facilisis eu, pulvinar nec, ultricies vel, sem. Morbi ac velit. Sed est. Proin vehicula. Maecenas ac pede. Fusce rhoncus. Maecenas at quam. Aenean nunc felis, elementum vel, faucibus vitae, nonummy et, tellus. Nulla auctor venenatis urna. Donec accumsan urna sed libero. Fusce at mi eu leo sollicitudin adipiscing. Ut metus purus, gravida nec, scelerisque quis, venenatis non, ante. Aliquam a leo vel libero tempus scelerisque. Morbi iaculis. Ut libero. </p>
  34.         <br />
  35.         <a href="#">more ></a><br />
  36.         <br />
  37.      </div>
  38.      <div id="rightbar">
  39.         <h2>latest news</h2>
  40.         <p><span class="orangetext">February 6th 09</span><br />
  41.          Meet at the ******* house 7:30 til 10:00 and get ROOTED.
  42.      A time to look at Blizzard, God’s word, talk about Daniel/Danielle, and spend time together.
  43.      *If anyone bought the new Life Support CD, would you please bring it!!! Thanks.
  44.          <br />
  45.          <br />
  46.          <span class="orangetext">February 13th 09</span><br />
  47.          Meet at the ******* house 7:30 til 10:00 and get ROOTED.
  48.      OK, so let’s make it a RED night. Let’s see what you’ve got!
  49.      Subject: MY BODY, YOUR HOME
  50.      Get ready to dive into God’s word.
  51.          <br />
  52.          <br />
  53.          <span class="orangetext">February 20th 09</span><br />
  54.          Meet in Kipling from 7:30 til 10:00.
  55.      February 22nd is YOUTH SUNDAY …
  56.      So we’ll … sing a few songs, do a little prep, act a little skit, and so on …
  57.          </p>
  58.      </div>
  59.     </div>
  60.     <div id="bottom">
  61.      <div id="email"><a href="mailto:************">Contact *******</a></div>
  62.      <div id="validtext">
  63.      </div>
  64.     </div>
  65. </div>
  66. </div>
  67. </body>
  68. </html>



Esta es mi CSS

Código: [ Select ]
html, body {
    margin: 0px;
    padding:0px;
    background-image:url(../images/bg.gif);
}

h1, h2, h3, h4, h5, h6, p, form {
    margin: 0px;
    padding:0px;
}

#wrapper {
    width:800px;
    margin:0px auto;
    background-color:#FFF;
}

#content {
    width:778px;
    margin:0px auto;
    background-image:url(../images/bg_header_top.gif);
    background-repeat:repeat-x;
    background-position:top;
}

#header {
    height:96px;
}

#logo {
    width:258px;
    float:left;
}

#logo h1{
    font-family:"Trebuchet MS";
    font-size:26px;
    color:#F76B0C;
    font-weight:normal;
    text-decoration:none;
    padding-left:40px;
    padding-top:30px;
}

#logo h4 {
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#808080;
    font-weight:normal;
    text-decoration:none;
    padding-left:75px;
}

#links ul {
    margin:0px;
    padding-top:67px;
}

#links li{
    float:left;
    list-style-type:none;
    width:129px;
    height:25px;
    text-align:center;
    background-color:#F4A80A;
    border-left:1px solid #FFF;
    padding-top:4px;
}

#links a{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
}

#links a:hover{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:underline;
}

#mainimg {
    background-image:url(../images/main_img.jpg);
    background-repeat:no-repeat;
    height:132px;
    text-align:right;
}

#mainimg h3 {
    font-family:"Trebuchet MS";
    font-size:48px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    padding:20px 40px 0px 0px;
}

#mainimg h4 {
    font-family:"Trebuchet MS";
    font-size:18px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    padding:0px 40px 0px 0px;
}

#contentarea {
    clear:both;
    padding:25px 0px;
}

#leftbar {
    float:left;
    width:539px;
    border-right:1px solid #BCBDBC;
}

#leftbar h2{
    font-family:"Trebuchet MS";
    font-size:26px;
    color:#EE8907;
    font-weight:normal;
    text-decoration:none;
    padding-left:40px;
    padding-bottom:5px;
}

#leftbar p{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#797B7A;
    font-weight:normal;
    text-decoration:none;
    padding:0px 40px;
}

#leftbar a {
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#EE8907;
    font-weight:bold;
    text-decoration:none;
    padding:0px 40px;
}

#leftbar a:hover {
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#000;
    font-weight:bold;
    text-decoration:none;
    padding:0px 40px;
}

#rightbar {
    float:left;
    width:237px;
}

#rightbar h2{
    font-family:"Trebuchet MS";
    font-size:26px;
    color:#797B7A;
    font-weight:normal;
    text-decoration:none;
    padding-left:25px;
    padding-bottom:5px;
}

#rightbar p{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#797B7A;
    font-weight:normal;
    text-decoration:none;
    padding:0px 25px;
}

.orangetext {
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#EE8907;
    font-weight:bold;
    text-decoration:none;
}

#bottom {
    clear:both;
    height:32px;
    padding-top:25px;
}

#email {
    float:left;
    width:500px;
    background-color:#9BBE00;
    height:27px;
    padding-top:5px;
}

#email a{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:underline;
    padding:0px 40px;
}

#email a:hover{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    padding:0px 40px;
    
}

#validtext {
    float:left;
    width:278px;
    background-color:#9BBE00;
    height:27px;
    padding-top:5px;
}

#validtext p{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    text-align:right;
    padding-right:35px;
}

#validtext a{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:underline;
}

#validtext a:hover{
    font-family:"Trebuchet MS";
    font-size:11px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
}
  1. html, body {
  2.     margin: 0px;
  3.     padding:0px;
  4.     background-image:url(../images/bg.gif);
  5. }
  6. h1, h2, h3, h4, h5, h6, p, form {
  7.     margin: 0px;
  8.     padding:0px;
  9. }
  10. #wrapper {
  11.     width:800px;
  12.     margin:0px auto;
  13.     background-color:#FFF;
  14. }
  15. #content {
  16.     width:778px;
  17.     margin:0px auto;
  18.     background-image:url(../images/bg_header_top.gif);
  19.     background-repeat:repeat-x;
  20.     background-position:top;
  21. }
  22. #header {
  23.     height:96px;
  24. }
  25. #logo {
  26.     width:258px;
  27.     float:left;
  28. }
  29. #logo h1{
  30.     font-family:"Trebuchet MS";
  31.     font-size:26px;
  32.     color:#F76B0C;
  33.     font-weight:normal;
  34.     text-decoration:none;
  35.     padding-left:40px;
  36.     padding-top:30px;
  37. }
  38. #logo h4 {
  39.     font-family:"Trebuchet MS";
  40.     font-size:11px;
  41.     color:#808080;
  42.     font-weight:normal;
  43.     text-decoration:none;
  44.     padding-left:75px;
  45. }
  46. #links ul {
  47.     margin:0px;
  48.     padding-top:67px;
  49. }
  50. #links li{
  51.     float:left;
  52.     list-style-type:none;
  53.     width:129px;
  54.     height:25px;
  55.     text-align:center;
  56.     background-color:#F4A80A;
  57.     border-left:1px solid #FFF;
  58.     padding-top:4px;
  59. }
  60. #links a{
  61.     font-family:"Trebuchet MS";
  62.     font-size:11px;
  63.     color:#fff;
  64.     font-weight:normal;
  65.     text-decoration:none;
  66. }
  67. #links a:hover{
  68.     font-family:"Trebuchet MS";
  69.     font-size:11px;
  70.     color:#fff;
  71.     font-weight:normal;
  72.     text-decoration:underline;
  73. }
  74. #mainimg {
  75.     background-image:url(../images/main_img.jpg);
  76.     background-repeat:no-repeat;
  77.     height:132px;
  78.     text-align:right;
  79. }
  80. #mainimg h3 {
  81.     font-family:"Trebuchet MS";
  82.     font-size:48px;
  83.     color:#fff;
  84.     font-weight:normal;
  85.     text-decoration:none;
  86.     padding:20px 40px 0px 0px;
  87. }
  88. #mainimg h4 {
  89.     font-family:"Trebuchet MS";
  90.     font-size:18px;
  91.     color:#fff;
  92.     font-weight:normal;
  93.     text-decoration:none;
  94.     padding:0px 40px 0px 0px;
  95. }
  96. #contentarea {
  97.     clear:both;
  98.     padding:25px 0px;
  99. }
  100. #leftbar {
  101.     float:left;
  102.     width:539px;
  103.     border-right:1px solid #BCBDBC;
  104. }
  105. #leftbar h2{
  106.     font-family:"Trebuchet MS";
  107.     font-size:26px;
  108.     color:#EE8907;
  109.     font-weight:normal;
  110.     text-decoration:none;
  111.     padding-left:40px;
  112.     padding-bottom:5px;
  113. }
  114. #leftbar p{
  115.     font-family:"Trebuchet MS";
  116.     font-size:11px;
  117.     color:#797B7A;
  118.     font-weight:normal;
  119.     text-decoration:none;
  120.     padding:0px 40px;
  121. }
  122. #leftbar a {
  123.     font-family:"Trebuchet MS";
  124.     font-size:11px;
  125.     color:#EE8907;
  126.     font-weight:bold;
  127.     text-decoration:none;
  128.     padding:0px 40px;
  129. }
  130. #leftbar a:hover {
  131.     font-family:"Trebuchet MS";
  132.     font-size:11px;
  133.     color:#000;
  134.     font-weight:bold;
  135.     text-decoration:none;
  136.     padding:0px 40px;
  137. }
  138. #rightbar {
  139.     float:left;
  140.     width:237px;
  141. }
  142. #rightbar h2{
  143.     font-family:"Trebuchet MS";
  144.     font-size:26px;
  145.     color:#797B7A;
  146.     font-weight:normal;
  147.     text-decoration:none;
  148.     padding-left:25px;
  149.     padding-bottom:5px;
  150. }
  151. #rightbar p{
  152.     font-family:"Trebuchet MS";
  153.     font-size:11px;
  154.     color:#797B7A;
  155.     font-weight:normal;
  156.     text-decoration:none;
  157.     padding:0px 25px;
  158. }
  159. .orangetext {
  160.     font-family:"Trebuchet MS";
  161.     font-size:11px;
  162.     color:#EE8907;
  163.     font-weight:bold;
  164.     text-decoration:none;
  165. }
  166. #bottom {
  167.     clear:both;
  168.     height:32px;
  169.     padding-top:25px;
  170. }
  171. #email {
  172.     float:left;
  173.     width:500px;
  174.     background-color:#9BBE00;
  175.     height:27px;
  176.     padding-top:5px;
  177. }
  178. #email a{
  179.     font-family:"Trebuchet MS";
  180.     font-size:11px;
  181.     color:#fff;
  182.     font-weight:normal;
  183.     text-decoration:underline;
  184.     padding:0px 40px;
  185. }
  186. #email a:hover{
  187.     font-family:"Trebuchet MS";
  188.     font-size:11px;
  189.     color:#fff;
  190.     font-weight:normal;
  191.     text-decoration:none;
  192.     padding:0px 40px;
  193.     
  194. }
  195. #validtext {
  196.     float:left;
  197.     width:278px;
  198.     background-color:#9BBE00;
  199.     height:27px;
  200.     padding-top:5px;
  201. }
  202. #validtext p{
  203.     font-family:"Trebuchet MS";
  204.     font-size:11px;
  205.     color:#fff;
  206.     font-weight:normal;
  207.     text-decoration:none;
  208.     text-align:right;
  209.     padding-right:35px;
  210. }
  211. #validtext a{
  212.     font-family:"Trebuchet MS";
  213.     font-size:11px;
  214.     color:#fff;
  215.     font-weight:normal;
  216.     text-decoration:underline;
  217. }
  218. #validtext a:hover{
  219.     font-family:"Trebuchet MS";
  220.     font-size:11px;
  221.     color:#fff;
  222.     font-weight:normal;
  223.     text-decoration:none;
  224. }


Ahora lo que estoy tratando de hacer es poner mi foto de la iglesia donde se dice IGLESIA IMG aquí, ¿cómo lo haría?
Moderator Remark: ; Added [code] tags
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Febrero 25th, 2009, 2:25 pm

  • Hob Bramble
  • Proficient
  • Proficient
  • Avatar de Usuario
  • Registrado: Ene 21, 2004
  • Mensajes: 351
  • Loc: Indiana, USA
  • Status: Offline

Nota Febrero 25th, 2009, 2:40 pm

Im no el 100% entiendo la cuestión - no puede simplemente hay que poner:
Código: [ Select ]
<img src="church_picture_folder/and_image.jpg" alt="Church Picture" />

...en ese lugar?

¿O estás tratando de insertar la imagen dentro de la CSS?
-Patrick J. B. Simmons | @hobbramble
"If I could give you one piece of advice to remember for the rest of your life, it would be this: when Patrick tells you to do something, do the opposite." - Nolan Ladewski
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 2:43 pm

Voy a copiar, pegar a continuación, toda la cosa y sólo cambiar el texto por debajo de la "Bienvenida" zona. El resto del sitio seguirá siendo identacle.

Quiero añadir la imagen en la esquina superior izquierda. Sin embargo, siempre muestra un enlace roto.

El nombre de la imagen es kiplingbaptistchurch2.jpg y es en un archivo de imágenes dentro de la carpeta que tengo en la mano a todos mis html pulg
  • Hob Bramble
  • Proficient
  • Proficient
  • Avatar de Usuario
  • Registrado: Ene 21, 2004
  • Mensajes: 351
  • Loc: Indiana, USA
  • Status: Offline

Nota Febrero 25th, 2009, 2:48 pm

¿Hay algún sitio de la línea, o están todavía fuera de línea de prueba?
Si es en línea, ¿podría proporcionar un vínculo?
-Patrick J. B. Simmons | @hobbramble
"If I could give you one piece of advice to remember for the rest of your life, it would be this: when Patrick tells you to do something, do the opposite." - Nolan Ladewski
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 2:49 pm

Su todavía sentimos fuera de línea...¿Por qué necesita una imagen o algo? Quizás pueda proporcionar una screenie.
  • Hob Bramble
  • Proficient
  • Proficient
  • Avatar de Usuario
  • Registrado: Ene 21, 2004
  • Mensajes: 351
  • Loc: Indiana, USA
  • Status: Offline

Nota Febrero 25th, 2009, 2:58 pm

Nah - no fue una captura de pantalla que estaba buscando. Tenía la esperanza de obtener un vistazo a la estructura del archivo exacto que estaba usando, así como, si era en línea, el sistema operativo.

Sólo para corroborar lo básico, sin embargo:
1. Todos los archivos de su sitio web son almacenados en una carpeta principal.
2. El archivo HTML que se trata en dentro de esta carpeta principal - no una subcarpeta.
3. La imagen que usted necesita está en una subcarpeta de la carpeta principal llamada "imágenes".
4. El archivo de imagen se llama: kiplingbaptistchurch2.jpg
5. En el código HTML, en la que desea que aparezca la imagen, usted tiene:
Código: [ Select ]
<div id="logo">
<img src="images/kiplingbaptistchurch2.jpg" alt="Church Picture" />
</div>
  1. <div id="logo">
  2. <img src="images/kiplingbaptistchurch2.jpg" alt="Church Picture" />
  3. </div>

6. Si usted está usando Linux (y esto puede contar para Mac también, Im no 100% seguro), tiene la carpeta y los nombres de la imagen escrita en el mismo caso (como en MAYÚSCULAS y minúsculas) que aparecen.
-Patrick J. B. Simmons | @hobbramble
"If I could give you one piece of advice to remember for the rest of your life, it would be this: when Patrick tells you to do something, do the opposite." - Nolan Ladewski
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 3:01 pm

¿No está seguro que Linux y todo lo que es. Si esto tiene sentido no estoy en un mac tampoco.


Estoy usando llanura viejo cuaderno.
  • Hob Bramble
  • Proficient
  • Proficient
  • Avatar de Usuario
  • Registrado: Ene 21, 2004
  • Mensajes: 351
  • Loc: Indiana, USA
  • Status: Offline

Nota Febrero 25th, 2009, 3:03 pm

Linux es, como Windows, y sistema operativo. Si no está usando Linux, ignorar el paso 6 hasta allí. Comprobar que el otro 5 pasos, sin embargo?
-Patrick J. B. Simmons | @hobbramble
"If I could give you one piece of advice to remember for the rest of your life, it would be this: when Patrick tells you to do something, do the opposite." - Nolan Ladewski
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 3:06 pm

Un segundo estoy acogida real en freewebs rápido.
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 3:14 pm

Imagen
[url=http://g.imageshack.us/img261/example4ozzu.jpg/1/][img]

Te tengo una foto de la carpeta parece. Yo no era capaz de acoger todo. Requiere de un 7 días de espera.
  • Hob Bramble
  • Proficient
  • Proficient
  • Avatar de Usuario
  • Registrado: Ene 21, 2004
  • Mensajes: 351
  • Loc: Indiana, USA
  • Status: Offline

Nota Febrero 25th, 2009, 3:56 pm

Ok, quiero probar algo realmente rápido: cargar la imagen de la iglesia que desea que aparezca en su sitio a ImageShack. Luego, usando la etiqueta de imagen al igual que anteriormente, insertar la imagen en tu página. Así que el código sería algo así:
Código: [ Select ]
<div id="logo">
<img src="http://g.imageshack.us/imgwhatev/YOURIMAGE.jpg" alt="Church Picture" />
</div>
  1. <div id="logo">
  2. <img src="http://g.imageshack.us/imgwhatev/YOURIMAGE.jpg" alt="Church Picture" />
  3. </div>
Simplemente, con la URL de su imagen en la que, en lugar de el ejemplo que yo ponga pulg
-Patrick J. B. Simmons | @hobbramble
"If I could give you one piece of advice to remember for the rest of your life, it would be this: when Patrick tells you to do something, do the opposite." - Nolan Ladewski
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 4:00 pm

Bien, déme un segundo.
  • Bogey
  • Bogey
  • Genius
  • Avatar de Usuario
  • Registrado: Jul 14, 2005
  • Mensajes: 8211
  • Loc: USA
  • Status: Offline

Nota Febrero 25th, 2009, 4:08 pm

Si desea que en CSS se puede tener la CSS como
CSS Código: [ Select ]
#logo {
   background-image: url('path/to/image.png');
   width: 300px;
   height: 120px;
}
  1. #logo {
  2.    background-image: url('path/to/image.png');
  3.    width: 300px;
  4.    height: 120px;
  5. }

...y el HTML se vería como...
HTML Código: [ Select ]
<span id="logo"></span>
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • WTF-AComputer
  • Student
  • Student
  • No Avatar
  • Registrado: Feb 12, 2008
  • Mensajes: 97
  • Loc: Canada
  • Status: Offline

Nota Febrero 25th, 2009, 4:11 pm

Bien, que funcionó pero muestra los parámetros de la imagen por debajo de ella por alguna razón.

Al igual que en negro con blanco que dice imprimir. 371x184 15kb
  • Bogey
  • Bogey
  • Genius
  • Avatar de Usuario
  • Registrado: Jul 14, 2005
  • Mensajes: 8211
  • Loc: USA
  • Status: Offline

Nota Febrero 25th, 2009, 4:14 pm

Esto se debe a que se encuentra alojado en ImageShack.

No en cualquier lugar de acogida, sino que esa imagen en su FreeWebs servicio de alojamiento. Simplemente subir la imagen a su anfitrión.
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Febrero 25th, 2009, 4:14 pm

Publicar Información

  • Total de mensajes en este tema: 30 mensajes
  • Usuarios navegando por este Foro: ScottG y 143 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC