Page 1 of 1

[solved]Changing Fonts/size in HTML Blocks

PostPosted: Fri Nov 16, 2007 7:03 am
Author: richiebgood
Your phpBB Version: 2.0.22
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: http://www.paintballer.ie

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I am trying to make up extra portal pages and a I need to use HTML in some blocks.

Code I am enterin:

[code]<font>Maps Available]

I types that up in dreamwaever and copied it in. But it does not show up as big in the block. Does the CSS file over rules and HTML code entered?


* I need to use HTML cause the links in the blocks always seem to open in new windows... if i can stop it doing this in certain places then i could jsut use bbcode.

Re: Changing Fonts in HTML Blocks

PostPosted: Fri Nov 16, 2007 8:21 am
Author: Helter
try using something like
[code]  <h1>Maps Available]

you can also try h2 and h3

Re: Changing Fonts in HTML Blocks

PostPosted: Fri Nov 16, 2007 8:25 am
Author: CaNNon
Try font size = 5
I don't the + is right, you can play with the number untill you get the right size.

PostPosted: Fri Nov 16, 2007 8:26 am
Author: richiebgood
perfect, cheers helter you legend.

*thanks also cannon