PDA

View Full Version : Cute News Help :S



DJ_CJ
08-02-2007, 08:07 PM
Hi, does anyone know how to change the font type to verdana in cutenews???
Please Help:D
Thanks

PinkFM
08-02-2007, 08:08 PM
Before most of the codes like {tittle} or what ever put <font face="Verdana">

ScottDiamond
08-02-2007, 08:13 PM
and then finish with </font>.

DJ_CJ
08-02-2007, 08:21 PM
thank you very much :D

Recursion
08-02-2007, 08:36 PM
Another way is (just so you know)

This is myne on ***********.co.uk:



<head>
<style type="text/css">
<!--
.body {
margin: 0px;
}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9px;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 9px; font-style: italic; }
#linedot {
position: relative;
width: 560px;
border-bottom: dotted 1px #E1E1E1;
}
-->
</style>
</head>

<table width="560" height="209" border="0" cellpadding="0" cellspacing="0" id="content_table">
<tr>
<td width="293" height="39"><div align="left"><span class="style1">{title} - [{date}]<br />
</span></div></td>
<td width="267" height="39" class="style4"><div align="right">In: {category}</div></td>
</tr>
<tr>
<td height="128" colspan="2" class="style1"><div align="left">{short-story}</div></td>
</tr>
<tr>
<td height="30" class="style1"><div align="left">Author: {author-name}</div></td>
<td height="28" class="style1"><div align="right"><em>[com-link]{comments-num} Comments![/com-link]</em></div></td>
</tr>
</table>
<div id="linedot"></div>

F32
08-02-2007, 08:37 PM
use styles - easier.

css.

Recursion
08-02-2007, 08:39 PM
just open up dreamweaver, does it all for ya :P

F32
08-02-2007, 08:53 PM
just open up dreamweaver, does it all for ya :P
Ew no.

Learn to code :)

Recursion
08-02-2007, 08:55 PM
lol, im getting there!

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