ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Last link in entry not appearing as a link?

October 14, 2011 10:21am

Subscribe [2]
  • #1 / Oct 14, 2011 10:21am

    Evolve Websites

    110 posts

    Hi there,

    I’ve got a textarea that is set to XHTML formatting.

    When I’m entering content, links area all appearing correctly apart from the last one.

    Here’s a link to the example (scroll right to the bottom):

    http://cibas-dev.customstudio.co.uk/get-connected/article/stepping_into_the_light

    Any ideas will be gratefully received.

    Regards,

    Tom

  • #2 / Oct 15, 2011 12:12am

    ralph.m

    225 posts

    What does your EE code look like for that section? The HTML for that last link is a bit scrambled.

  • #3 / Oct 17, 2011 4:21am

    Evolve Websites

    110 posts

    Hi there,

    My EE code is as follows:

    <div class="full-column knowledge">
        
         {exp:channel:entries channel="get_connected" dynamic="yes"}
         
         <div class="breadcrumb">
                     <a href="http://{path=" title="Link">Home</a>
                        <span>></span>
                        <a href="http://{path=" title="Link">Get connected</a>
                        <span>></span>
                        <span class="current_crumb">{title}</span>
                    </div><!-- /end "breadcrumb" -->
         
         <div class="intro">
          <h1 class="magenta">{exp:low_widont}{title}{/exp:low_widont}</h1>
          Date: {entry_date format="%d/%m/%y"}  |  Author: <span class="magenta">{author}</span>  |  Tags: <span class="magenta">
           {exp:tag:tags
              entry_id="{entry_id}"
              backspace="2"
              orderby="tag_name"
              sort="desc"}
            <a href="http://{path=}tag/{websafe_tag}">{tag}</a>,{/exp:tag:tags}</span>
         </div><!-- End of "intro" -->
     
         <div class="detail-story">
          <div class="detail-info">
           <h4>{exp:low_widont}{introduction}{/exp:low_widont}</h4>
    <p>      </div><!-- End of "detail-info" --><br />
          <div class="detail-thumbnail"><br />
           {exp:ce_img:single src="{image_large_image}" width="721" height="250" crop="yes"}<br />
          </div><!-- End of "detail-thumbnail" --><br />
          <br />
          <div class="detail-body"><br />
           {exp:low_widont}<br />
             {main_content}<br />
           {/exp:low_widont}<br />
          </div><!-- End of "detail-body" --><br />
          <br />
         </div><!-- End of "detail-story" --><br />
         {/exp:channel:entries}<br />
         <br />
        </div><!-- End of "full-column" -->

    Hope that helps.

  • #4 / Oct 17, 2011 5:00am

    ralph.m

    225 posts

    The page has a lot of validation errors, so that might be confusing the browser. One thing to look out for is the extra closing brackets on a few of your spans:

    <span>>

    Fix those first, and then see how things look, and run your HTML through the validator again, as it will quickly show up any other errors:

    http://validator.w3.org/

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases