• I’m trying to add a logo instead of having the page title and I realy don’t know how to do this. Please can someone advise?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello try to put this in your header code

    <div id="header">
    <a href="http://here put your web/" rel="home"><img src="http://here put your path to image" border="10" alt="logo"></a>
    		<div id="blog-description"></div>
    	</div><!--  #header -->

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    I hope will be ok!!

    sorry I had a mistake:

    <div id="header">
    <a href="http://here put your web/" rel="home"><img src="http://here you have to put the path to image.jpg" border="10" alt="logo"></a>
    		<div id="blog-description"></div>
    	</div><!--  #header -->

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding logo’ is closed to new replies.