| Author |
Message |
djbigko New Member


Joined: Oct 22, 2009 Posts: 10
|
Posted:
Thu Feb 11, 2010 4:44 pm |
|
Instead of text I would like to use Images, please help |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2404 Location: Pennsylvania
|
Posted:
Thu Feb 11, 2010 5:36 pm |
|
You would have to just make your own menu block and not modify the actual Modules Block. Just look at blocks-Sample_Block.php to get started. Just put all your html within the $content = '.................'; |
|
|
|
 |
djbigko New Member


Joined: Oct 22, 2009 Posts: 10
|
Posted:
Thu Feb 11, 2010 5:41 pm |
|
I got this to work <img src="images/nav/'.$m_title.'.gif"> but how i get rid of these bullets |
|
|
|
 |
montego Former Admin in Good Standing

Joined: Aug 29, 2004 Posts: 9071 Location: Arizona
|
Posted:
Fri Feb 12, 2010 7:39 am |
|
If you did what Palbin suggested, then YOU are in complete control of the HTML. Maybe post the code here so we can see what you actually did. Be sure to enclose it with the proper bbcode code tags. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6300 Location: Vsetin, Czech Republic
|
Posted:
Fri Feb 12, 2010 8:40 am |
|
Bullets?
Sounds like you have put the image in LI or UL tags or something else that your CSS is tampering with. |
|
|
|
 |
|
|
|
|