How to add my own logo and center it How to add my own logo and center it
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to add my own logo and center it

Started by monctononline, July 01, 2014, 03:53:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

monctononline

Hi

I am setting up my site at: http://www.monctononline.ca/photos

I am looking to use my own logo ( www.monctononline.ca) top of page. I would also like to center it at top of page.

Any assistance is greatly appreciated

Joe
Administrator
MonctonOnline

ΑndrĂ©

You need to edit your theme's template.html file. It's just plain HTML, so something like
<img src="/uploads/3/4/8/9/3489847/1403802043.png" />
should work.