rama lama dingdong
rama lama dingdong

Reputation: 21

Editing css in individual tumblr posts

I am by no means a coder but I know I need to fix an image source bug in my individual tumblr post CSS. I must have a shoddily coded theme that makes me have to manually put in the image source code for each photo in photo sets. But when I click on the HTML on an image post, I can't actually edit the CSS but just the html. Can you even do that?

Upvotes: 0

Views: 980

Answers (2)

rama lama dingdong
rama lama dingdong

Reputation: 21

I figured it out!

Before:

{block:PermalinkPage}{‌​PhotoURL-500}{/block:PermalinkPage} 

After:

{block:PermalinkPage}{‌​PhotoURL-HighRes}{/block:PermalinkPage}

Upvotes: 2

Fergoso
Fergoso

Reputation: 1582

I'm not clear why you can't edit your css. But if that's the case you can try styling your images by using style within your < img > tag.

<img src="your-img-path" style="height:100px; width:100px;" />

Upvotes: -1

Related Questions