Small help

Status
This thread has been locked.

34010

Supreme
Feedback score
69
Posts
2,037
Reactions
2,189
Resources
0
Yo fellow web developers can you help me out a bit
how the fuck do i make the text and image be on the same level?
i tried border-top for the image but it also moves the text
idk wtf to do
Fegyh14898587543LUub.png

btw if you are wondering the html for that is
Code:
<center><p class="header">Poor.  <img src="money.png" height="90"></img></p></center>
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

34010

Supreme
Feedback score
69
Posts
2,037
Reactions
2,189
Resources
0
Remove the margin-top attribute and it should work I think
found another way thanks to croc and I would remove it but i want it to not be stuck to the top of the page hence why I added the margin-top
 
Status
This thread has been locked.
Top