0
Welcome Guest! Login
0 items Join Now

SOLVED strange link behaviour

  • SOLVED strange link behaviour

    Posted 8 years 1 month ago
    • Gantry 5 Hydrogen - Link embedded in custom HTML particle in sidebar also setting up link on all page content and module instance below. Any idea what could be causing this? homesteader.ca/joomla/index.php
    • Last Edit: 8 years 1 month ago by Rick Roman.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED strange link behaviour

    Posted 8 years 1 month ago
    • Hi
      and welcome to the forums
      This image is hidden for guests.
      Please log in or register to see it.

      Rick Roman wrote:
      Gantry 5 Hydrogen - Link embedded in custom HTML particle in sidebar also setting up link on all page content and module instance below. Any idea what could be causing this? homesteader.ca/joomla/index.php

      Not the greatest welcome Rick :( Fortunately when building sustainable furniture you have some leeway in the dimensioning of the pieces to be fitted.

      Unfortunately, not so in HTML syntax where we live or die by the ALL or NOTHING principle. You have some typos in your HTML coding for the content you've created. Many times the user can get away with this but in your case it's breaking your layout.

      In your content you have some unbalanced tags. All elements require an open and close tag. What this means you have a tag(s) that aren't a matching set, usually missing the "close" part.

      Unmatched tags like <div>, <p>, <span> are rarely introduced by the template. 99.9999% of the time it occurs when a user creates new HTML content using one of those tags and forgets the closing one.

      Check https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2Fhomesteader.ca%2Fjoomla%2Findex.php to help you where to correct the error.

      Please see the guide Validating code with ROKPAD
    • The following users have thanked you: Rick Roman

Time to create page: 0.049 seconds