General Question

Axemusica's avatar

How to align an image source code in a Tumblr text post?

Asked by Axemusica (9500points) December 14th, 2017

…. or are they just using a new html code that I’m not the “up and up” about?

The code used to be as simple as <img src=“https://www.tada.com” align=“right” height=“blah” width=“blah”>

Now it’s got all this “figure class” stuff that looks something like this <figure class=“tmblr-full” data-orig-height=“420” data-orig-width=“700”><img src=“https://78.media.tumblr.com/2d4ad472c727e05e8bc41d098a988c42/tumblr_inline_p0yav9NjDK1qb9wny_540.jpg” data-orig-height=“420” data-orig-width=“700”></figure>

Basically, I’m looking to align the image to side of something so it doesn’t interrupt the flow of text.

Observing members: 0 Composing members: 0

6 Answers

SergeantQueen's avatar

<img src=“insert image here” alt=“Insert image here” align=“right”>
I think?

Or, couldn’t you align it in CSS by going
img {
align=“right”;
}

SergeantQueen's avatar

Or add a
<div> </div> and put the image align=“right” in that?

SergeantQueen's avatar

I haven’t done CSS/HTML for anything outside of codecademy and a school project. This is just what I know. I don’t know if tumblr does it different?

Axemusica's avatar

@SergeantQueen I haven’t tried the CSS, but I have tried <div> & just adding align=“right” in the script and neither worked.

SergeantQueen's avatar

I would maybe try the CSS, or ask @johnpowell because it seems he has more practical experience than I do. Like I said, I only know what I know from Codecademy basically.

Response moderated (Spam)

Answer this question

Login

or

Join

to answer.

This question is in the General Section. Responses must be helpful and on-topic.

Your answer will be saved while you login or join.

Have a question? Ask Fluther!

What do you know more about?
or
Knowledge Networking @ Fluther