Copywriting is my passion!
Welcome
Copywriting, Internet Advertising And Business Success Blog By Copywriter, Stephen Dean
Posted By Stephen Dean on March 8th, 2009

I’m changing my domain name for this blog. You can find new posts here: http://www.copywritingdean.com

I decided Stephensblog.com wasn’t the best domain for my business. My name (Stephen) is kind of hard to spell. Many people spell it wrong. And it’s spelled differently than it sounds.

Ideally I’d move to StephenDean.com, but that domain is not available and likely not for sale. Apparently there’s a French artist with the same name as me who got it first. (I have emailed about it, but never got a response.)

So what to do…

CopywritingDean.com makes a lot of sense to me.

* It does have my last name in it “Dean.”
* It contains the keyword I’m targeting most.
* It kind of has a double meaning. Copywriting Dean, or Dean of Copywriting. You know?!
* And it better explains my site.

This site currently gets a lot of search engine traffic, and I don’t want to leave it all behind. So I’m going to keep it up for a while and see what I can do with the traffic.

Hopefully I’ll be able to build up links to http://www.copywritingdean.com quickly. If you already have me in your blogroll, I’d really appreciate it if you changed the URL to copywritingdean.com.

If you don’t have me in your blogroll, I’d really appreciate it if you added me :)

Again, thanks for reading everyone.

 

Muvar Tip: Using Bullets

Posted By Stephen Dean on December 10th, 2008

Martin Russell recently asked me this question…

Is there a way (for Muvar to test) the type of bullet for the page and have all bullets show up with that one look?

It was partly in response to James Brausch’s post about Bullets. James noticed that putting bullets in front of many of his sentences improved response.

Martin wants to test what type of bullet would work the best. An arrow? A square graphic? Maybe just an asterick? And when he tests it, he wants ALL the bullets on the page to show up the same way.

There’s a way to do that. But first, I’m not sure if that’s the most accurate way to run a test.

I’m assuming Martin’s fear would be that the sales page would look ridiculous if Muvar chose the graphic for each bullet independently. And Martin wants some uniformity. I usually do the same thing, especially for things like subheads.

James might not agree with that. I’m really not sure, his scientific method is better than mine. But if you read the post you’ll notice he allowed his sales page to look somewhat ridiculous while Muvar discovered which sentences did better with a bullet in front of it and which didn’t.

So allowing each bullet to be independently chosen may be the most accurate solution.

That said, there is a way to add uniformity while using Muvar. It’s done through creating variables for CSS style sheets in your Muvar Template. The style sheets will set the formatting for the entire page. That’s how I’m able to keep the same color for subheads (H2 tags) and other variables when using Muvar.

To add uniformity to bullets, just set the style for the (ul) tag. And then use the (ul) and (li) tags to create bullets. Here’s how it’s done…

Warning: Because I’m trying to demonstrate how to use HTML in this post, I’ve changed the >’s to )’s and <’s to (’s. You’ll need to change them back in order to use the code.

You’d add this code to your HTML page in the “Head” section:

(style type=”text/css”)
UL {list-style-image: url(bullet.gif)}
(/style)

Of course, the ‘bullet.gif’ will need to be changed to whatever the name of your bullet is.

This is the variable that you change to make different bullets. You can make several different versions of this variable with bullet1.gif, bullet2.gif, etc.

(And remember, it has to go in the “head” section of your page. So you have to consider that when making your Muvar Template.)

Then when it’s time to add bullets to your sales page, you add them like this…

(ul)

(li)Copywriting(/li)

(li)Template(/li)

(li)Scarcity(/li)

(/ul)

And that gives you this result…

That’s all there is to it.

Now, what do you think? Do you think it’s better to have uniform bullets? …Or do you think Muvar should figure out the appropriate graphic for each bullet?

Similar Posts

Comments are closed.