1 (edited by almost_there 2005-05-05 09:46)

Topic: Problem with links

I tried putting links to recent posts on site index page. I have this in the page

<div id="leftcontent">
<div class="contentdivs">
<h5 align="center">Recent Forum Topics</h5>
<?
define('PUN_ROOT', '/home/user/public_html/forum/'); 
require PUN_ROOT.'include/common.php';
include('http://www.domain.com/forum/extern.php?action=active');
?>
</div>
</div>

And the css entry is this

#leftcontent { 
margin-top:5px; 
width:200px; 
float:left; 
}

.contentdivs{ 
background-color:#fff; 
margin:0px; 
padding:0px; 
border-style:double; 
margin-bottom: 5px; 
}

The recent topics show up just fine but they are not clickable links.

Edited to add:

They aren't clickable in IE 6 but in FF they are.