|
Like they said, it's hard to determine without the page as an example.
My guess/contribution would be to create an h1 style like so:
h1 {display: inline;
font-size: 30px;}
or if the title is a class or element:
.title {display:inline;
font-size: 30px;}
#title {display:inline;
font-size: 30px;}
The display:inline; attribute will remove the auto-linebreak of h and other tags in css.
You might want to float:center the thing too if what follows your title wants to wrap to it...
__________________

YOU Are Industry News!
Press Releases: pr[at]payoutmag.com
Facebook: Payout Magazine! Facebook: MIKEB!
ICQ: 248843947
Skype: Mediaguy1
|