]> code.citadel.org Git - citadel.git/blobdiff - webcit/graphics.c
* Repaired all my b0rken COLOR tags
[citadel.git] / webcit / graphics.c
index f2f6a7ddb54619a422aecbdd8be770fa4c6fc76c..ab9d7709fb24e0e8dc89095eb59b8f92f13d4ca0 100644 (file)
@@ -31,10 +31,9 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl)
                return;
        }
        output_headers(3);
-       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=770000><TR><TD>");
-       wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
-       wprintf("<B>Set/change %s</B>\n", description);
-       wprintf("</FONT></TD></TR></TABLE>\n");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#770000\"><TR><TD>");
+       wprintf("<SPAN CLASS=\"titlebar\">Set/change %s</SPAN>\n", description);
+       wprintf("</TD></TR></TABLE>\n");
 
        wprintf("<CENTER>\n");