- This topic has 4 replies, 3 voices, and was last updated 14 years, 9 months ago by imported_Ryan.
-
AuthorPosts
-
February 21, 2010 at 11:54 am #1284AnonymousMember
Hi, I have been using your plugin for a while and it’s great, and I know a little about html and can adjust it where necessary, but not real good at creating it. I want to create some custom menu links but don’t know how to create the code. I’ve added a basic code for the word, which worked, but it’s not dispalying it in the same colour as my menu, it’s almost invisible. Can anyone give me an example of a custom code that I can adjust with my colours and font size etc?
Thanks
VictoriaFebruary 22, 2010 at 9:38 pm #8049theMezzMember"Victoria" wrote:Hi, I have been using your plugin for a while and it’s great, and I know a little about html and can adjust it where necessary, but not real good at creating it. I want to create some custom menu links but don’t know how to create the code. I’ve added a basic code for the word, which worked, but it’s not dispalying it in the same colour as my menu, it’s almost invisible. Can anyone give me an example of a custom code that I can adjust with my colours and font size etc?Thanks
VictoriaCUSTOM CODE like this will give you three buttons
[code:1o5b4o9t]<a href="http://www.health.state.ny.us/nysdoh/ems/emsawards.htm">EMS Council Awards</a>
<a href="http://midstateems.org/clicks/click.php?id=24">REMAC Meeting Video</a>
<a href="http://midstateems.org/clicks/click.php?id=25">REMSCO Meeting Video</a>[/code:1o5b4o9t]Color and Font size you need to set in the CSS file. Tricky unless you understand CSS. I don’t .. I just use trial and error and error and error method – which is not a bad way to learn CSS – BUT time intensive.
Hope that is somewhat helpful.
February 22, 2010 at 10:11 pm #8050imported_RyanMember"Victoria" wrote:CUSTOM CODE like this will give you three buttons[code:294b4ut5]<a href="http://www.health.state.ny.us/nysdoh/ems/emsawards.htm">EMS Council Awards</a>
<a href="http://midstateems.org/clicks/click.php?id=24">REMAC Meeting Video</a>
<a href="http://midstateems.org/clicks/click.php?id=25">REMSCO Meeting Video</a>[/code:294b4ut5]Thanks, but I assume the original poster was wanting to add three new menu items, in which case the following code would be needed.
[code:294b4ut5]<li><a href="http://www.health.state.ny.us/nysdoh/ems/emsawards.htm">EMS Council Awards</a></li>
<li><a href="http://midstateems.org/clicks/click.php?id=24">REMAC Meeting Video</a></li>
<li><a href="http://midstateems.org/clicks/click.php?id=25">REMSCO Meeting Video</a></li>[/code:294b4ut5]"Victoria" wrote:Color and Font size you need to set in the CSS file. Tricky unless you understand CSS. I don’t .. I just use trial and error and error and error method – which is not a bad way to learn CSS – BUT time intensive.Is there something specific you were trying to change that you couldn’t do in the CSS generator? https://geek.hellyer.kiwi/services/suckerfish_css/
February 23, 2010 at 6:11 am #8051theMezzMemberthat’s weird because the 1st instance without the LI tags works for me.
February 23, 2010 at 9:54 am #8052imported_RyanMemberNot using any LI tags would create invalid code since the custom code is wrapped inside UL tags.
-
AuthorPosts
- You must be logged in to reply to this topic.