Recent Posts

Affordable Internet Marketing Blog

Affordable Internet Marketing Blog

Return To Blog Listing

Internet marketing strategies, techniques, tips and tricks EVERY website owner should know to make a decent living online. Case Stevens, full time Internet marketer, shares his experiences of what really works and what doesn't.

Recent Posts Tagged With 'css'

  • FUN with Cascading Style Sheets - CSS Tutorial 9

    Posted on Tuesday August 28th, 2007 at 16:29 in

    Now that you’ve learned all the basics of CSS, it’s time for a little bit of fun using that information.   Using CSS to add a shadow to your images. This is a great technique for ma...

  • External Style Sheets - CSS Tutorial 8

    Posted on Friday August 24th, 2007 at 12:09 in

    While what we were working on above referred a lot to the style.css, we need to cover one more thing before we move on to some fun stuff. The code for external style sheets and internal style sheets...

  • Internal Style Sheets Continued - CSS Tutorial 7

    Posted on Wednesday August 22nd, 2007 at 11:04 in

    We can place as many css defines as we want. You’ve probably seen pages full of these if you’ve every had a look at a .css file before. You open it up, your jaw hits the desk and you q...

  • Internal Style Sheets- CSS Tutorial 6

    Posted on Monday August 20th, 2007 at 15:02 in

    Hi, I take it that you’ve mastered the font-size and text-transform elements by now and are ready to tackle something a little heartier. Good! Let’s jump into Internal Style Sheets. Al...

  • More CSS Lay-Out Fun and Backgrounds - CSS Tutorial 5

    Posted on Friday August 17th, 2007 at 12:53 in

    CSS has immense possibilities, right? But we’re almost there. Let’s continue …. vertical-align <p style=”vertical-align:super”> baseline Places at the baseline....

  • More CSS Decorations - CSS Tutorial 4

    Posted on Wednesday August 15th, 2007 at 13:48 in

    Let’s continue with our cascading style sheets properties and values. word-spacing <p style=”word-spacing:20px”> <p style=”word-spacing:-0.4px”> This se...

  • CSS Properties and Values - CSS Tutorial 3

    Posted on Monday August 13th, 2007 at 12:58 in

    We’ll be sticking with the <p> (paragraph) tag to keep this simplified for the time being but you can also use style tags with other font tags and not just the paragraph tag. Like you...

  • Inline Style Sheets - CSS Tutorial Part 2

    Posted on Thursday August 9th, 2007 at 15:33 in

    To use inline styles, you use the, …. (drumroll please)…. … style tag, otherwise known as the style attribute. Did you guess correctly? You can say yes, No one will ever know b...

  • Cascading Style Sheets (CSS) Tutorial

    Posted on Tuesday August 7th, 2007 at 15:30 in

    CSS, short for Cascading Style Sheets, is regarded upon as a monster and as such is hidden in the closets of webmasters, which explains why many of them spend so many hours on the computer in a cons...