Add company logo in upper left corner

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
epicflupe

Add company logo in upper left corner

Post by epicflupe »

How do i accomplish this?

If you can paste an example code here from the correct file to edit then i´m thankful! :)
epicflupe

Found it

Post by epicflupe »

Found it...

<!-- start headers -->
<div class="header" id="header">
<h1><a title="{header}" href="http://www.mylink.com"> <img src="./images/mypicture.jpg"</a></h1>
<ul>
<li>{msgContact}</li>
<li>{msgHelp}</li>
<li>{msgOpenQuestions}</li>
<li>{msgQuestion}</li>
<li>{msgAddContent}</li>
<li>{msgSearch}</li>
</ul>
</div>
<!-- end headers -->
Schaffer
Posts: 1
Joined: Mon Dec 10, 2007 2:00 am
Contact:

Post by Schaffer »

One problem that I found with PHPMYFAQ is that, once someone gets there, there is not an easy way to get back to the main site. I think that this thread potentially could resolve my problem by putting my logo with a hyperlink back to the main site in the upper left corner... However, not having a great understanding of code and such, I don't understand what I should do with this.... Can you possibly be a little more specific with what I need to do to accomplish this?

I am extremely pleased with the tool that you provide... Thank you.
Post Reply