PDA

View Full Version : Change font size on main gallery page


~kev~
05-09-2007, 10:44 AM
Hello everyone, how do I change the font size for the gallery name on the vbpicgallery.php page?

http://www.survivalistboards.com/vbpicgallery.php?

Greg
05-09-2007, 10:52 AM
add a style tag to the H1 tag below the navbar.

<h1 style="font-size: 100***37;">Title</h1>

~kev~
05-09-2007, 12:13 PM
Thank you, that got it.