gpt4 book ai didi

html - 简单的 css 修改以仅在图像右侧显示文本

转载 作者:太空宇宙 更新时间:2023-11-04 00:23:57 25 4
gpt4 key购买 nike

如何移动图片右侧的文字?我想让它在移动设备上运行,我需要所有文本都在右侧,而图像所在的左侧没有任何内容。就像两个独立的东西。

<div>
<a href="">
<img src="image.jpg" style="">
</a>
<a href="">Here goes the title and some of the content here here content title bla bla</a>
</div>

我做了一个 fiddle 寻求帮助 http://jsfiddle.net/nueZd/1/

最佳答案

不确定 this是您要找的东西,但对我有用。

<div>

<a href="" style="float:left;">
<img src="http://elegantthemes.com/preview/HandHeld/wp-content/uploads/et_temp/s-2-49840_72x72.jpg" style="">
</a>
<a href="">Here goes the title and some of the content here here content title bla bla</a>

</div>

关于html - 简单的 css 修改以仅在图像右侧显示文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7720063/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com