我有以下代码,该代码在页面上显示了一些信息。在内容所在的行上,它在我的网站上显示文本,但是我想在该文本旁边放置图片,这对我来说似乎很困难
{
"id": 85,
"parent": null,
"created": "2019-02-06",
"modified": "2019-02-06",
"content": "Vielen Dank. Funktioniert immernoch perfekt!!!",
"pings": [],
"creator": 6,
"fullname": "LinusKniepmann",
"profile_picture_url": "./img/ppl/3.jpg",
"created_by_admin": false,
"created_by_current_user": false,
"upvote_count": 3,
"user_has_upvoted": false,
"is_new": true
},
所以我想在
附近放置图片“内容”:“ VielenDank。Funktioniert完美体验!!”
有什么方法可以在内容代码中输入图像?
答案 0 :(得分:0)
background-image: url("images/2019-01-10_093A45.jpg");
background-repeat: no-repeat;
width: 180px; /* Width of your image */
height: 236px;
top: 100px; /* Customize to your position preference */
left: 100px;