Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    thanks for the answer, but i was not making anything in the stylesheet i was just adding the html in the header like this

    <body>
    <div align="center">
    <img src="https://greenroof.es/wp-content/uploads/greenroof/imagenes/ads_i.png" border="0" alt="Anunciate Aqui">
    <a href="https://greenroof.es/contacto"><img src="https://greenroof.es/wp-content/uploads/greenroof/imagenes/ads_c.gif" border="0" alt="Contacto"></a>
    <a href="https://greenroof.es/contacto/promocion"><img src="https://greenroof.es/wp-content/uploads/greenroof/imagenes/ads_d.png" border="0" alt="Promoción"></a>
    </div>
    <div class="Main">
    <div class="Sheet">
        <div class="Sheet-tl"></div>
        <div class="Sheet-tr"><div></div></div>
        <div class="Sheet-bl"><div></div></div>
        <div class="Sheet-br"><div></div></div>
        <div class="Sheet-tc"><div></div></div>
        <div class="Sheet-bc"><div></div></div>
        <div class="Sheet-cl"><div></div></div>
        <div class="Sheet-cr"><div></div></div>
        <div class="Sheet-cc"></div>

    right after body you see the 3 images, the other div’s i just put them to show what is under the code, and as strange thing if i move in this part of the CSS:

    .Main
    {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
    }

    top to 1 then the images work, but all the sheet is going down a lot! is moving the height of the images i put and of the darker part of the background, if somebosy use FIREBUG plugin of FIREFOX will see this

    Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    i realize other thing, the complete background is moving down but as i said the header is staying…

    some ideas?

    Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    I edit the header.php as you said, and appears the banner, but “behind” the header, the header is still on the top of the site , maybe the question now is how i made the header down?

    </head>
    <body>
    <img src="DIRECTION OF THE IMAGE" border="0" alt="">
        <div class="PageBackgroundGradient"></div>
    <div class="Main">
    <div class="Sheet">
    Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    5.

    Moving you description will not affect google ranking.

    And if you hide text, it might actually have negative affect on google ranking.

    I was reading that guys from Google were telling that is ok use this trick when you are hidding “X” for “X” and not “X” for “X for sale disscount offer, etc”. sounds logical.

    And i just got it! i was a little bit confused of the first answer but suddenly all made sense and i have it now as i wanted, thanks very much, the only last question but maybe not important is if is possible add “ALT” to the image that now i have.. and again thanks!

    Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    ohhh forget the last, thing i wrote, i’m reading and i realize that i have to create a class for the logo, and then call it, but i don’t understand exactly what i have to do ??

    Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    Thanks for the info, i have the idea how does it work, but i don’t know exactly what i have to modify in the CSS, sound logical for me that should be header stuff, am i right?

    PD. Sorry for my english

    #header
    {
    /*	background:url('images/top.jpg') no-repeat bottom; */
    	width:800px;
    	height:272px;
    	margin-bottom:10px;	
    
    }
    
    #header a, #header a:hover
    {
    	color:#fff;
    	text-decoration:none;
    }
    
    #headerTitle
    {
    
    }
    
    #headerTitle h1
    {
    	float:left;
    	clear:both;
    	position:relative;
    	top:33px;
    	left:20px;
    
     font-size:25px;
    }
    
    #headerTitle h1 a
    {
    	color:#1C320D !important;
    	font-weight:normal !important;
    }
    
    .description
    {
    	float:left;
    	clear:both;
    	position:relative;
    	top:35px;
    	left:20px;
    	color:#000000;
    
    }
Viewing 6 replies - 1 through 6 (of 6 total)