Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jonathonlee Friend
    #185970

    In the backend under Module Manager. I have made a custom module and added this code to it

    <p><img src="file:///C|/Users/familyof6/Downloads/parking.png" align="left" width="48" height="48" alt="Parking" /><br />
    <a href="http://lahc.edu"> Click here for parking information</a></p>
    <p><img src="file:///C|/Users/familyof6/Downloads/agent.png" align="left" width="48" height="48" alt="SchoolPolice" /><br /><a href="http://lahc.edu"> Click here for school police information</a></p>
    <p><img src="file:///C|/Users/familyof6/Downloads/book.png" align="left" width="48" height="48" alt="Shedule" /><br />
    <a href="http://lahc.edu"> Schedule of Classes & Catalog</a></p>
    <p><img src="file:///C|/Users/familyof6/Downloads/user_group.png" align="left" width="48" height="48" alt="DirectoryInformation" /><br />
    <a href="http://lahc.edu"> Click here for directory information</a></p>

    But in the image attachment you can see that it has way to much gap in space. How can I make it look like image 2.


    1. Untitled
    2. image2
    Ninja Lead Moderator
    #487242

    You can use on this way

    from


    <p><img src="file:///C|/Users/familyof6/Downloads/parking.png" align="left" width="48" height="48" alt="Parking" /><br />
    <a href="http://lahc.edu"> Click here for parking information</a></p>
    <p><img src="file:///C|/Users/familyof6/Downloads/agent.png" align="left" width="48" height="48" alt="SchoolPolice" /><br /><a href="http://lahc.edu"> Click here for school police information</a></p>
    <p><img src="file:///C|/Users/familyof6/Downloads/book.png" align="left" width="48" height="48" alt="Shedule" /><br />
    <a href="http://lahc.edu"> Schedule of Classes & Catalog</a></p>
    <p><img src="file:///C|/Users/familyof6/Downloads/user_group.png" align="left" width="48" height="48" alt="DirectoryInformation" /><br />
    <a href="http://lahc.edu"> Click here for directory information</a></p>

    change to


    <ul id="icons_custom">
    <li><img src="file:///C|/Users/familyof6/Downloads/parking.png" width="48" height="48" alt="Parking" /><a href="http://lahc.edu"> Click here for parking information</a></li>
    <li><img src="file:///C|/Users/familyof6/Downloads/agent.png" width="48" height="48" alt="SchoolPolice" /><a href="http://lahc.edu"> Click here for parking information</a></li>
    <li><img src="file:///C|/Users/familyof6/Downloads/book.png" width="48" height="48" alt="Shedule" /><a href="http://lahc.edu"> Click here for parking information</a></li>
    <li><img src="file:///C|/Users/familyof6/Downloads/user_group.png" width="48" height="48" alt="DirectoryInformation" /><a href="http://lahc.edu"> Click here for parking information</a></li>
    </ul>

    Open templates/ja_university/css/template.css file

    add new script


    #icons_custom img {
    vertical-align: middle;
    }

    Remember to clear cache from Admin area

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum