Need help converting PSD to HTML

nipunn12

Regular Member
Joined
May 30, 2011
Messages
373
Reaction score
99
Does anyone know how to do this. I can not follow the tutorials online.
All i need to do is make my " Sign Up " button link to another site.

Please guide me. I do not know css.
 
I can do it for 30 bucks...with div and css
 
I'm actually looking for free help as only one button needs to be coded. + I got no money on my Paypal
 
Dude learn css. It's awesome. Grab the book "HTML with CSS & XHTML" and read, read read. To turn photoshop into html you'll need to do some slicing, though. There are some extra steps, but it's still pretty easy.
 
All u have to do is code the image like this to make it a external link
Code:
<a href="thelinkyouwant.html"><img src="YOURIMAGE.jpg"></a>
 
All u have to do is code the image like this to make it a external link
Code:
<a href="thelinkyouwant.html"><img src="YOURIMAGE.jpg"></a>

Exactly what I did. Wish I got your reply sooner :(

BTW how is the page?
 
Your page? U want my honest opinion?? lol If that is going to be permanent, look into using LPR (Landing page robot) or Optimize press. You will convert a lot better than that static picture. PLEASE DO NOT TAKE OFFENSE I AM ONLY TRYING TO HELP but the picture you made is too large, the sign up button is not big enough to capture attention and there is little to no info giving explanations. These are all big marketing no no's.

I am not an expert by any means but i think u could convert much better with those tips. Dont just take my word for it bro, test everything and see what works for you. THere is no IM rulebook
 
good to learn...

www dot w3 dot org/TR/html401/struct/links dot html

view this this helps alots
 
Back
Top