Menu

#1 stylish left frame

open
nobody
None
5
2002-08-16
2002-08-16
Anonymous
No

open "tables.php"

replace
$html = '<HTML><HEAD><TITLE>Left
Frame</TITLE></HEAD>';

with

$html = '<HTML><HEAD><TITLE>Left Frame</TITLE>';
$html .= '<STYLE TYPE="text/css">';
$html .= 'A, A:active {font-family: verdana, arial,
helvetica, geneva, sans-serif; font-size: 80%;

color: #333399; text-decoration: none}';
$html .= 'A:hover {color: #FF0000; text-decoration:
underline}';
$html .= '</STYLE></HEAD>';

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.