This topic is locked
[SOLVED]

Problem to align LOGO project an Brand Name

7/29/2022 1:56:07 PM
PHPRunner General questions
N
Nicolas Yacumo author

Good mornin im having problems to align my project logo a png file) and the brand name of the app.
Im using this <img src='Images/ARAUX.png'>AR-AUX but the brand name "AR-AUX" position itself under the logo and i cant seem to align them side by side
img alt

img alt

If any one can help i will appreciate it.
.

Sergey Kornilov admin 7/29/2022

You need to add a bit of CSS to position text next to image. Check the first answer here for instance:
https://stackoverflow.com/questions/19302122/how-to-put-a-text-beside-the-image

N
Nicolas Yacumo author 8/4/2022

You are awesome, thanks