If you're going to the Summit

Robbin SteifIf you’re going to the Summit, please don’t forget the offer I made in February – come up to me if you don’t know anyone, and let me introduce you. Web analysts are the nicest people around. Plus I love being a connector; let me connect you. So here’s my picture and you’ll know which one I am.

(Notice how I still haven’t written about custom advanced filters. But Oh! am I using them.)

Robbin

Related Posts Plugin for WordPress, Blogger...

3 Responses to “If you're going to the Summit”

Dave says:

Hi Robbin – Thank you for the invitation. I’ll see you at the summit.

S.Hamel says:

I Robbin, I look forward to meet you at eMetrics. It’s funny ‘cuz I also posted my picture on my blog a few days ago, in the hope that people will be able to put a face on my name… and also realize that Stéphane in French is equivalent to Steven; not Stephanie! :)

bobmutch says:

Hi Robbin. You may want to make a pictureleft class and add some padding to your text isn’t running right into the your pictures. Instead of just doing an align=”left” you can make the following class and put it in your CSS file here.
http://www.lunametrics.com/blog/wp-content/themes/lunametrics/style.css

Here is the class:

.pictureleft {
float: left;
padding: 0 5px 0 0;
}

Then when you place a picture in WP just edit the HTML and instead of adding an align=”left” add a class=”pictureleft”

You might as well make a class to do a picture right while you are at it as some times it looks nice to switch them.

.pictureright {
float: right;
padding: 0 0 0 5px;
}

If you need some help with that just email me at bob at bobmutch dot com .

Leave a Reply