View Single Post
  #12  
Old 11-07-2005, 04:30 PM
cpmike's Avatar
cpmike cpmike is offline
Junior Member
 
Join Date: Sep 2005
Location: Netherlands
Posts: 9
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder 
Default

I checked this: class=' gal '
This is ok, but take a look in your README.html file. There is still class='DEF' in your manual.

I take a look in the source code of the webpage. Everything looks good?

Here is some code form the page:

PHP Code:
<!-- CSS Stylesheet -->
<
style type="text/css" id="vbulletin_css">
<!--
/* vBulletin 3 CSS For Style 'DuikForum :: 1024 x 800' (styleid: 2) */
body
{
    
background#E1E1E2;
    
color#000000;
    
font10pt verdanagenevalucida'lucida grande'arialhelveticasans-serif;
    
margin5px 10px 10px 10px;
    
padding0px;
    
    
/* defs */
    
a.gal:link    {
        
text-decorationnone;
        
border-bottom1px dotted #016798;
        
color #016798;
        
padding:0 0 0 12px;
        
background:url(http://www.duikforum.nl/images/misc/exlinkon.gif) no-repeat 0
    
}
    
a.gal:visited {
        
text-decorationnone;
        
border-bottom1px dotted #016798;
        
color #016798;
        
padding:0 0 0 12px;
        
background:url(http://www.duikforum.nl/images/misc/exlinkon.gif) no-repeat 0
    
}
    
a.gal:hover {
        
text-decorationunderline;
        
border-bottom0px dotted #F8BF24;
        
color #016798;
        
padding:0 0 0 12px;
        
background:url(http://www.duikforum.nl/images/misc/exlink.gif) no-repeat 0;
    
}
    


PHP Code:
<div id="GALBox" style="text-align: left;position: absolute; z-index: 100; visibility: hidden;" onmouseover="this.style.visibility='visible';" onmouseout="this.style.visibility='hidden';"></div><script type="text/javascript" src="http://www.duikforum.nl/geek/gal/clientscript/gal_popup.js"></script><!-- open content container --> 



PHP Code:
        <!-- message -->
        <
div id="post_message_66780"><a href='http://www.duikforum.nl/autolink.php?id=9&script=showthread&forumid=48' target="_BLANK" class='gal' onmouseover='GAL_popup(this,"1", 300, "style=\"border: 1pt solid #000000;\"", "<strong>Mike Test</strong><br />\r\nEven een kleine test. <img src=\"http://www.duikforum.nl/images/smilies/wink.gif\" border=\"0\" alt=\"\" title=\"Wink\" class=\"inlineimg\" /><br />\r\n<br />\r\nDit is de link: <a href=\"http://www.duikforum.nl/autolink.php?id=9&script=showthread&forumid=48\" >miketest</a>", "style=\"border: 1pt solid #000000;background: #FFFFCC;padding: 2px;font-size: 10pt;overflow: auto;\"");' onmouseout='GAL_hidepopup();'miketest</a></div>
        <!-- / 
message --> 
Reply With Quote