View Single Post
Old 01-22-2013, 11:14 AM   PM User | #4
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello ModernMixing,
That text should be in paragraph tags so you can style it from the CSS.

It's pretty unusual to wrap all your text in spans like this. You can target that span from the CSS like this -
Code:
#p8462164285236408337 {font-size: 18px;}
Normally it would be like this though -
markup:
Code:
    <p>
        What's the secret to the Master Bus? What's the best compressor? What's the best Limiter? 
        Should I EQ my track, and if so how should I do it? These are some of the common questions 
        in regards to the master bus. They come up, quitefrankly more often then I'd like to see. 
        This is a reason why I decided to cover this topic. To try and get peoples focus away from 
        the master bus and into the mix. Mastering engineers have been working on their craft for 
        years so it's no surprise that they are genious when it comes to the Master Bus. I also 
        believe that a mastering engineer worth his weight in gold will tell you not to wait until 
        it gets to the mastering stage.
    </p>
And CSS: p {font-size: 18px;}
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote