• Welcome to ForumKorner!
    Join today and become a part of the community.

website help

Cat

Power member.
Reputation
0
dont think i copied @e.v i showed him mine and he like i wanna make one lol.
but does anyone know html i need help on how to get those images side by side and also when you click them it takes you to my ig or other stuff i got that codded just cant finger out how to get them side by side

Site click here
 

Moon Knight

Active Member
Reputation
3
Something along the lines of this?:

<div>
<table style='margin-left: auto; margin-right: auto'>
<tr>
<td>
<div>Your content </div>
</td>
<td>
<div>Your content </div>
</td>
</tr>
</table>
</div>

Remember, Google is your friend.

Also if you struggle with HTML I would suggest using a visual editor such as Dreamweaver.
 

e.v

Onyx user!
Reputation
0
YOOO, I NEEDED THIS TOO. THANK YOU SO MUCH. CODING LEGEND