Need CSS expert for 5 minutes

Status
Not open for further replies.

lovenwar012

Junior Member
Joined
Jun 27, 2010
Messages
168
Reaction score
9
Looking for a CSS person that can help me change a blog post from a table to CSS styled to get the same effect. It's really really simple, just a small picture next to words and 3 smaller pictures. I have the post done already, all you have to do is log into my wordpress admin and fix it.

I'll pay $2 via paypal for this 5 minute project.

Must use gtalk so we can get this done asap.

Post in this thread and PM me, thanks.
 
Give me a break man, this job will take 5 mins max. 60 minutes, divided by 5 equals 12, 12 times 2 = $24 an hour.

Pretty fair pay!
 
Give me a break man, this job will take 5 mins max. 60 minutes, divided by 5 equals 12, 12 times 2 = $24 an hour.

Pretty fair pay!

Well, Not Here For Fighting, But Will You be giving all those 12 assignments to get him earn $24?

And Works Doesnt have a Minimum Price?

And Also, if the work was just a 1 min Job, How much would you pay?

Pay for the work, Not for the time spent :)

~ExP~
 
Pay for the work, not the time spent?? Is that how you pay your accountant, your lawyer, your car mechanic, your plumber, your electrician? You pay by time spent... that's how you measure how much the job is worth. So I should pay $50 for a 5 minute job and $50 for a 2 hour job? How does that make sense at all?

No, I am not going to have 12 projects, I was giving an example of how much it breaks down to be... Someone can log in, fix my post, and be done and get $2 for it, which is almost a gallon of gas, or a meal, etc.
 
Hey, by the way, extremephp, why don't you go into all of these threads where people are hiring article writers and tell them that $2 for an article is way too low... considering a decent 250-300 word article takes at least 15 minutes, which is more time (3 x as much time) than my job is going to take. Pay by the work, not the time, right?
 
Why don't you do it yourself.Wasting time of others.

Oh let's see... because I don't know CSS, DUHHHHHHHH.

Why don't you not post in this thread, if you don't have any relevance (which you don't).
 
I am not a CSS expert, but by paying $2 you are devaluing people. Should have asked for 'help' I guess, that way most of us would be willing to fix the issue, for free!

Post the issue here if possible, and let me see if I can do anything with it.
 
I am not a CSS expert, but by paying $2 you are devaluing people. Should have asked for 'help' I guess, that way most of us would be willing to fix the issue, for free!

Post the issue here if possible, and let me see if I can do anything with it.

I don't understand how paying $2 via paypal for a simple fix is devaluing anyone? Considering most people are asking for quality article writers for $2 per article... which, like I said above, takes at least 15-30 minutes to write a good quality article.

Yet, the offering is $2 per article is a common practice here... so why is this any different?

I just need to know how to use CSS to make a simple blog post layout...

picture on the left side, words on the right side.

I would use an html table but firefox isn't displaying it correctly as tables are becoming outdated I guess?

its for this page: http://teamrabiddog.com/our-games/

The cd box art should be right next to the other content, but its displaying above the content.
 
Last edited:
I don't understand how paying $2 via paypal for a simple fix is devaluing anyone? Considering most people are asking for quality article writers for $2 per article... which, like I said above, takes at least 15-30 minutes to write a good quality article.

Yet, the offering is $2 per article is a common practice here... so why is this any different?

Heh-heh. I understand. :)

Took me about 3 min to do this, I am not sure if this is what you wanted.

Open up your style.css file; you'll find codes that look something like this:

-----
.entry img, img.thumbnail {
border:0 solid #E6E6E6;
float:left;
padding:5px;

-----

Remove the "float:left;". Save and exit. Now open your custom.css -- search for the code:

---------

.image1a {
display:inline;
float:left;
margin-right:50px;

---------

Once again remove the "float:left;" statement. That's what I did and here's how the web page looks after implementing this(thanks to firebug;))...

11122010182609.jpg


Sorry if this is not what you're looking for. Let me know and I'll try my best to figure it out. :)
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top