+ 1
How can I add more spaces between text from one line?
If I want to create a menu with more links on the same line and more space between them, how can I do this ?
5 odpowiedzi
+ 1
create an inline list <ul> so you can give each <li> element a padding or margin
+ 1
I'm a newbie in coding.. so i dont really know how exactly to do that.
+ 1
And I dont want to make a vertical menu, but a horizontal menu. :D
+ 1
look up it up in the Web by using Google. That's the way experienced programmers do.
http://www.w3schools.com/css/css_navbar.asp
+ 1
I understood this, that's why my answer is about inline <li> elements. It is said there are inline, so one line, this usually makes it a horizontal bar ;)