Need Help With Wordpress...

by 4 replies
5
Hiya,

I am new to this so I could really do with some help here.

I have created a button tag in photoshop, I want to be able to put it on a wordpress page and also be able to write text over it.

Is this possible and if so how do I do it?

Thanks in advance.

P.S here is an example of what I want to achieve.
#website design #wordpress
  • Hi,

    You can upload it in Wordpress using the Media upload feature. This will generate a link to the image, which you can then use to place on the page or post of your choice. In order to put text over the image, you may have to place it as a background div which will require some coding and css work.
    • [ 1 ] Thanks
  • If you go to the wordpress editor in any page or post, click the HTML tab to input html.

    This sould work.

    <div style="background-image:url('PLACE URL TO IMAGE HERE');background-repeat:none;">

    <p>Place text here</p>

    </div>

    If the text is off the button image, then try it without the <p> tags or with the bg repeat on.

    Hop that points you in the right direction.

    Jerry
    • [ 1 ] Thanks
    • [1] reply
    • Thanks for the help have managed to do it using the background div.
      Am now just having a play around to sort out the text.
      • [1] reply

Next Topics on Trending Feed