How to extend link area

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

On the following page:

http://www.newsnet5.com/news/

if you scroll down to the "Local News" section, you will notice that not only is the text clickable, but the whole line (all the blank space to the right) is as well. I have been looking at the code, and I'm missing what is doing this.

My first thought was that it was using an onClick javascript on a table cell. Nope... LOL

Here is a sample of the code behind that section:

<div id="gamma">
  <div id="sw884410">
    <div class="titlebar0">
      <a href="/">Local News</a>
    </div>
    <div class="sectionwidget0">
      <span id="index873939">
        <div class="articlelink">
          <a href="/news/2953763/detail.html" class="iconed">
            State Troopers Seize $1 Million In Marijuana
          </a>
        </div>
        <div class="articlelink">
          <a href="/news/2953854/detail.html" class="iconed">
            Police Release Sketch Of Rapist
          </a>
        </div>

If anyone could point me in the right direction, I would greatly appriciate it.

Thanks.

-Greg

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

display: block;

They have: 2 posts

Joined: Jan 2004

Thats exactly what I would have said Smiling

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

Thank you very much, I thought it had to be something in the CSS, just didn't know what to look for.

-Greg

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.