Skip to content
Snippets Groups Projects
Commit 4e0cc34f authored by rswindell's avatar rswindell
Browse files

Using String.fontcolor() method.

parent 3b8503d3
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,7 @@ writeln("<font face=Arial,Helvetica,sans-serif>");
writeln("<table border=0 width=100%>");
writeln("<tr>");
writeln("<td align=left>");
writeln("<font color='lime'>");
writeln(format("<h1><i>%s BBS - Node List</i></h1>",system.name));
writeln("</font>");
writeln(format("<h1>%s BBS - Node List</h1>",system.name.italics()).fontcolor("lime"));
writeln("</td>");
writeln("<td align=right>");
writeln("<form>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment