
Originally Posted by
Peppy
I could bring the link down ([mark-up]), but not the counter.
You can do pretty much the same thing but you have to make sure you wrap all of relevant content in the div. However, that's fairly easy: place the opening tag before the
HTML Code:
<!-- Start of StatCounter Code -->
comment and the closing tag after the second StatCounter comment.
<div id="Grtf42" style="position:absolute;left:482px;top:580px;class="dfltt">
You didn't close the style attribute properly. Notice the missing double quote before the class attribute.
I tried:
<div style="position:absolute;left:682px;top:580px;</div>
Here you missed the right angle bracket (> or ETAGO) at the end of the div element's opening tag.
I expect that if you correct those errors, everything should be fine.
Mike
Bookmarks