Menu

#1 Consistent Style in view.php

open
nobody
None
5
2003-07-28
2003-07-28
No

For FoF 0.1.1:
Following the example from index.php. add the following
after the "body" tag in view.php...

<style type="text/css">
body
{
font-family: verdana;
font-size: 10px;
}

td
{
font-family: verdana;
font-size: 10px;
}
</style>

or have it in a single place and make it included in all
necessary files.

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.