-
AuthorPosts
-
jonathonlee Friend
jonathonlee
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
March 19, 2013 at 2:56 am #185970In 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.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 20, 2013 at 4:01 pm #487242You 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
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
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
Jump to forum