Border Issue

Posted in: Newspaper
Post count: 26

Hello,

I have one issue with border for my images in the post. When I upload some image and put the code for border ( border=”1″ ) before I publish the post all looks fine, but when I publish the post, border dont exist?

Please, check images for more info:

1. http://www.screencast.com/t/cO8IqviUydN – HTML CODE
2. http://www.screencast.com/t/wVZ6euPcMbuw – BEFORE PUBLISH THE POST
3. http://www.screencast.com/t/wowEwPF7 – AFTER PUBLISH THE POST

Thanks in advance!

Post count: 23312

Hello weezyworld,

If you want to have a border to your images in post content, you should simply use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-content img {
border:2px solid red;
}

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

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