This topic is locked
[SOLVED]

 how to display image in footer or header

12/22/2012 9:15:27 AM
PHPRunner General questions
J
jura author

hello,
Which is the best way to display uploaded image from \images\ directory in footer or header.
thanks
phprunner 6.2 14199

C
cgphp 12/22/2012

You can add the html tag for the image to the header/footer in the Visual Editor:

<img src="images/your_image_name.jpg" alt="My Uploaded Image" />