« Web, HTML, Tech Forum

adding a space in about me

Posted by teresa

posted

Forum: Web, HTML, Tech

im new to coding so im not sure how id do this (or if its even possible) but im trying to add a new line in the about me section using the enter/return button but it obviously isnt working. is there a way i can do that? dont know if im explaining this right lmao


Report Topic

2 Replies

Sort Replies:

Reply by Ikoe

posted

Conventional breaks / enters are purely stylistic in HTML. Use <br> instead.


Permalink Report Reply

Reply by Hayees

posted
updated

Here are a few tricks depending on where you’re doing this fall guys online:



  1. Try Shift + Enter or Ctrl + Enter — some forms use this to create a new line.

  2. If it’s a website that supports HTML, you might need to use <br> to manually add a line break. 


Permalink Report Reply