• Hello!

    I’m new to www.remarpro.com and coding so please bear with me!

    I would like to use a jpg image as my blog’s title. The image contains the words and logo I wish to use. Is there a way I can do this? Please note that I am totally new to coding!

    Thanks!

    Tim

Viewing 5 replies - 1 through 5 (of 5 total)
  • Site url? Help is free but psychic costs extra.

    Thread Starter jauntberry

    (@jauntberry)

    sure!

    https://www.jauntberry.com

    i was thinking of replacing the existing “jauntberry” title with a jpg image that would have the same copy plus a small logo..

    Upload your image to the theme’s images folder. I’d suggest an image no more than 100px high unless you want to start editing the theme’s CSS.

    Assuming the image file is called logo.jpg, edit header.php and try replacing:

    <h1 id="name"><a title="<?php bloginfo('name');?> » " href="<?php bloginfo('url');?>"><?php bloginfo('name');?></a></h1>

    with:

    <h1 id="name"><a title="<?php bloginfo('name');?> » " href="<?php bloginfo('url');?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo.jpg" alt="<?php bloginfo('name');?>" /></a></h1>

    Thread Starter jauntberry

    (@jauntberry)

    great , thank you!

    Thank You, Vary much

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Inserting A JPG Image Into My Blog Title’ is closed to new replies.