• Resolved death-dream

    (@death-dream)


    I am creating a theme for wordpress (my first one) to match with what I currently have built: http://dd.adesadesmoines.com/

    As far as I can tell, images that are set as a background image work just fine, but if I put a <img src=”location”> in, the image does not show.

    The problem I have is getting my banner that is below the username and login info to show up at all.

    Is there something else I should be doing to get this to show up?

    Any help would be appreciated! Thank you!

    ~Death Dream~

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter death-dream

    (@death-dream)

    Does anyone know a work around?

    ~Death Dream~

    I have this in my header.php. Maybe it’ll give you some inspiration.

    <div id="page">
    <div id="header">
    	<div id="headertitle">
    <img src="http://www.mysite.nl/image.jpg" alt="imagename" align="right"/>
    		<h1><a href="<?php bloginfo('url') ?>" title="<?php bloginfo('name') ?>: <?php bloginfo('description') ?>"><?php bloginfo('name') ?></a></h1>
    		<p><?php bloginfo('description') ?></p>
    	</div>
    </div>

    Thread Starter death-dream

    (@death-dream)

    This is my code:

    <img class=”design” src=”Images/design.gif” alt=”” width=”81″ height=”14″>

    The image folder is located in the theme folder with the index.php, is that wrong you think?

    I see you kind of got a direct link to your image.

    ~Death Dream~

    Thread Starter death-dream

    (@death-dream)

    Ah ha! Thank you! It needs to be a direct link with the full domain name attached. Thank you =D

    ~Death Dream~

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image tags’ is closed to new replies.