3 icon at footer with equal distance

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Bishu
User
Posts: 429

3 icon at footer with equal distance

Post by Bishu »

I wan to put 3 icon with hyperlink at the footer with the equal distance.

<div class='row'>
<div class="col-sm-4" align="center"><a href="one.php" target="top" ><i class="fa fa-home fa-2x"></i></a></div>
<div class="col-sm-4" align="center"><a href="two.php" target="
top" ><i class="fa fa-info-circle fa-2x"></i></a></div>
<div class="col-sm-4" align="center"><a href="three.php" target="_top" ><i class="fa fa-phone fa-2x"></i></a></div>
</div>

how can i insert this in the footer.


arbei
User
Posts: 9387

Post by arbei »

You may use Startup Script (global) or Page_Foot server event, see the topic Server Events and Client Scripts in the help file.


Post Reply