1
Good afternoon!
I would like to put an image, in the square represented in the image below, I have tried of clotheslines forms (.node_ID > div > span
, for example) but I could not.
Can someone help me? Grateful
<div class="nodeInfo linkNodeInfo">
<span class="nodeIcon"></span>
<div class="nodeText">
<h3 class="nodeTitle"><a href="index.php?link-forums/fm-torneios-online.369/" data-description-x="#nodeDescription-369">FM Torneios Online</a></h3>
<blockquote class="nodeDescription muted baseHtml" id="nodeDescription-369"><img src="https://i.imgur.com/Q2bjzmU.png"> Um parceiro de torneios que promete trazer uma multidão para disputar as nossas competições de Football Manager!</blockquote>
</div>
Cara edits your question and places the CSS as well.Another thing, in your HTML code there is no element with class="node_ID"...
– hugocsl
id is the 369...
– Francisco Ribeiro
Without html and css code it gets complicated, no image only gets worse
– Costamilam
yes, you are right. The div is the "nodeInfo linkNodeInfo" The code of the index is this: https://pastebin.com/vKLNLV1w
– Francisco Ribeiro