Viewing 3 replies - 1 through 3 (of 3 total)
  • anibabbar

    (@rockersofarena)

    yes, you can add any graphic with html code through text widget.

    If you upload the graphic to your site via ftp (or upload it through the WordPress media uploader, and then just snag the url from there) then you can just include the image in your HTML widget with an <img> tag like so:

    <img src=”url-of-arrow-image.jpg” class=”alignright” alt=”arrow” />

    Of course, you’ll put the actual url of the arrow image in the src tag. The class could also be alignleft or aligncenter.

    Thread Starter AnnAgain

    (@annagain)

    Thank you so much for your help bgentry. I am so far from being technologically gifted when it comes to coding and WP but I followed your guidance and figured it out.

    I wanted to try something and you helped me begin the process :->

    (Here’s how it looks now:
    https://annagainandagainreviews.com/ )

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I add a graphic to an HTML widget? (About Me section)’ is closed to new replies.