Dreamweaver
Well-known member
- Local time
 - Today, 00:54
 
- Joined
 - Nov 28, 2005
 
- Messages
 - 2,467
 
I have been trying to change the colour of "$row['real_name']" Which Is the part of the link that pops up when you run the mouse over the link with a "title="' . $link_title . '""
	
	
	
		
Hope somebody can help an old boy out
All the best mick
 
		Code:
	
	
	$link_title = (strlen($row['description'])!=0 ? $row['description'] . '
Added By: ' : 'Added By: ') . $row['real_name'];
            //Get Each Row
            $lst .= '<a title="' . $link_title . '" href="' . $scripturl . '?action=links;sa=visit&id=' . $row['ID_LINK']  . '" rel="noopener" target="_blank">' . $row['title'] . '</a>, ';
	Hope somebody can help an old boy out
All the best mick
			
				Last edited: