• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Html thing...

Xeikh

詠春 ☯
Joined
Oct 23, 2009
Messages
728
Reaction score
18
Hello, i did make this buttons with html but i have a little doubt...

as you can see in the image, theres a "_" between each button.. (when put mouse over the first button)
accn.png


How i delete that line? theres no "_" in the html tag... can please someone help me with that?
 
You can use   to add infinite 'spaces' (NOT recommended!!).
Better is to:

<div style="float:left;">button 1</div><div style="float:left;margin-left:10px">button 2</div>
 
Back
Top