在“Blogger”内显示内容正确设置最大宽度
如何将我的博客的内容部分括起来以显示特定宽度的任何项目(JPEG/视频)???我只想在项目大于“...px”时重新调整大小,
我目前使用“blogger”,我可以操纵整个博客的 html,也可以在单独的帖子中需要时使用标签。 ..我几个小时以来一直在尝试使用 div 标签但没有成功,所以我认为最好在多次失败的尝试后询问。
不管怎样谢谢
How can I enclose the content section of my blog to display any items(JPEGs/video) to a certain width??? I'd like to re-size only if the items are larger then "...px"
I currently use 'blogger', I can either manipulate the html for my entire blog or make up tags to use when needed inside individual posts...I've been attempting things with the div tag unsuccessfully for hours so I though it best to ask after so many failed attempts.
Thanks regardless
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对此很陌生,但我认为您可以使用 CSS 来做到这一点
在您的模板(HTML 视图)中搜索
inside
并放置有些像上面这样。
在CSS中
在 HTML 中
然后在您的博客内容中的 HTML 视图中,定义类“content”和“max900”:
PS。对不起我的英语。
I'm new on this but I think you can do it using CSS
In your template (HTML View) search for
</style>
inside<header>
and put some like this above.In CSS
In HTML
Then in your blog content, in HTML View, define classes "content" and "max900":
PS. Sorry for my English.