frame pictures

Posted in: Newspaper
Post count: 73

Hi!

Please tell me how to make all the pictures in the blog have a thin frame along the contour of the picture?

Example:https://yadi.sk/i/WgP3q-Vs3Z9sJS

Post count: 22421

Hello,

It depends on the images you want to border around. Not all images are implemented the same way. You will have to provide a more exact instruction to precisely what images and where exactly on your blog as the code will be different for each scenario. There is no general code to apply to all images on your website.

Thank you!

Post count: 73

only pictures inside my blog post.
in the body of the post. not a sidebar.

Post count: 20688

Hi,

So maybe something like this – http://prntscr.com/k70dtz
That would be a border around all images in the post content. This is the code used in the example

.td-post-content img {
border: 1px solid blue;
}

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.