• I want to add six social media icons with text to the right of the image on my Contact Us page, but I can’t seem to get the text in a position. Right now I have a bulleted list, but the icons would look a lot cooler. I want it to look just like the links on this ladies webpage. I like how she has a bold heading and the blue underlined text to the right of the image.

    Also, since I will have six links, I would like to have two rows of three of these links. Once I have the images formatted with the text, how would I put them into two rows of three like that?

    Thanks,
    Chase Billington

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m a wordpress newbe, but have a couple of years experience with other scripts and plain HTML sites. In general you can place images next to other items by using html-tables.

    Are you sure you want to use separate buttons for each social media site? If you use the adthis button you get over 300 sites with one little piece of code and you get detailed statistics too in your user panel.

    There’s a wp addthis plugin. Haven’t tried it though.

    Michael

    (@southstationmedia)

    If you don’t want to use tables you can also just use the ‘align’ attribute when you insert your image. For example:

    <img src="image.jpg" align="top" />

    That would align the text surrounding the image to the top. Good tutorial right here

    Thread Starter cbillington

    (@cbillington)

    Cool, thank you guys for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I write text to the right of an image in html?’ is closed to new replies.