Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ header Logo

Posted by: Dimitri Sep 23 2020, 05:23 AM

My coding is for a logo on a header but i need serious help its probably easy for you guys.
The logo is on every page but i only want it displayed on page 1 how do i fix this?
It is a form on a webpage with software called current
This is the coding i am currently using:
Please help me i am hopeless haha

<!-- Company/Store logo section -->
<div class="section clearfix">
<div class="client_icon">
<img src="{{ company.icon_url }}" style="max-height: 80px;">
</div>
</div>

Posted by: Christian J Sep 23 2020, 06:15 AM

QUOTE(Dimitri @ Sep 23 2020, 12:23 PM) *

The logo is on every page but i only want it displayed on page 1 how do i fix this?

Remove the logo code from the pages (HTML files) that you don't want it on.

QUOTE
with software called current

Didn't understand that part.

QUOTE
<img src="{{ company.icon_url }}"

The curly brackets and their content are not HTML, maybe they are used by that other software you mentioned?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)