Inserting an image in PHP coding
-
Hello,
I downloaded the Blue Lucas theme, but it does not offer me the option to easily include a logo.
I found in the coding the following PHP lines, which define the title of the blog:
<div class=”headerleft”><h1>/”><?php bloginfo(‘name’); ?></h1>
<?php bloginfo(‘description’); ?></div>
On the website, the bloginfo(‘description’) and the bloginfo (‘name’)are vertically aligned. I want to place my logo to the left of both the ‘name’ and the ‘description’. How can I do this with PHP? What is the code to use, and where do I place it? I read some articles already on this, but whatever I tried had returned an error so far.
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Inserting an image in PHP coding’ is closed to new replies.