PDA

View Full Version : Cutenews coding help



Bargower
01-02-2007, 10:10 PM
Can anyone give me the code to the cutenews where it makes the actual news writing Verdana size 1.

Dentafrice1
01-02-2007, 11:07 PM
<font face="Verdana" size="1">Text here</font>

Bargower
01-02-2007, 11:14 PM
noo, Its actualy a template you have to edit.

Sam
01-02-2007, 11:15 PM
<html>
<head>
<title> Your title</title>
<style type="text/css">

body {
Font-family: Verdana, Tahoma;
Font-size: 9px;
{

</style>
</head>

That looks hawt please <3
CSS version ;o

Heinous
02-02-2007, 04:59 AM
<html>
<head>
<title> Your title</title>
<style type="text/css">

body {
Font-family: Verdana, Tahoma;
Font-size: 9px;
{

</style>
</head>That looks hawt please <3
CSS version ;o
Unless it's defined in the cutenews templates, then it overrides CSS.

Quels
02-02-2007, 08:17 PM
Just add <font face="Verdana" size="1"> at the top of your template, i think that is what i do.

Want to hide these adverts? Register an account for free!