Quote:
Originally Posted by TonytheBookworm
i think your missing what I was trying to ask
|
I did.
Quote:
this is the part that is throwing me note it is not in the <h2> and <a> like the rest of the page is.
|
It looks like it's an <a> tag inside a <div class="artIntroShort"> tag. Correct? Then just do the same thing you did with an <a> tag inside an <h2> tag, but use div instead of h2 and specify the class. That should do it.
Quote:
Hope I'm not bugging you on this. If so just say so and i'll chill
|
Nope. I can stop at any time. I like to see others with the same interest I have.
Edit: looking back at your code, I see that's sort of what you did, but you have an extra for loop layer at the leftcontent that I don't think you need.