Example Custom html Code

Forums Forums Menus Example Custom html Code

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1284
    Anonymous
    Member

    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
    Victoria

    #8049
    theMezz
    Member
    "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
    Victoria

    CUSTOM 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.

    #8050
    &quot;Victoria&quot; 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]

    &quot;Victoria&quot; 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/

    #8051
    theMezz
    Member

    that’s weird because the 1st instance without the LI tags works for me.

    #8052

    Not using any LI tags would create invalid code since the custom code is wrapped inside UL tags.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.