Need Help With Wordpress...

4 replies
  • WEB DESIGN
  • |
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.
#wordpress
  • Profile picture of the author mgreener
    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.
    {{ DiscussionBoard.errors[7404580].message }}
  • Profile picture of the author jrod014
    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
    {{ DiscussionBoard.errors[7405073].message }}
    • Profile picture of the author ianjwilcock
      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.
      {{ DiscussionBoard.errors[7408764].message }}
      • Profile picture of the author jrod014
        Originally Posted by ianjwilcock View Post

        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.
        Awesome! Remember to test the page in different browsers just to make sure.
        {{ DiscussionBoard.errors[7410304].message }}

Trending Topics