[solved] logo insertion / changing image size
Page: 1
I have not worked in PHP much.
Will anything which will be adversly affected by me changing the logo image size in the MySQL tables? It looks fine in the company administration tab.
It seemed like the css didn't have to be changed.
I would like to add the logo to the header if possible.
I see the relevant page seems to be /layouts/dashboard.php
I thought I would insert the company card line:
<div class="cardIcon"><img src="<?= $company->getLogoUrl() ?>" alt="<?= clean($company->getName()) ?> logo" /></div>
But I obviously don't quite understand how, because I get errors.
Any quick way to change this line?
Amazingly good software. Digg got me here as well.
Thanks.
Will anything which will be adversly affected by me changing the logo image size in the MySQL tables? It looks fine in the company administration tab.
It seemed like the css didn't have to be changed.
I would like to add the logo to the header if possible.
I see the relevant page seems to be /layouts/dashboard.php
I thought I would insert the company card line:
<div class="cardIcon"><img src="<?= $company->getLogoUrl() ?>" alt="<?= clean($company->getName()) ?> logo" /></div>
But I obviously don't quite understand how, because I get errors.
Any quick way to change this line?
Amazingly good software. Digg got me here as well.
Thanks.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



