Open griffinlacek opened 7 years ago
How do I wrap long lines in HTML?
Shoot sorry about that! I missed the comment :).
To wrap, just have a newline in the code itself. It won't wrap like that in the actual page since newlines in HTML are only possible through <br />
so for most HTML you can comfortably add newlines and wrap text without changing the page look.
No problem! Thanks. What's the standard of practice for how wide I should let it get before adding another line?
Chris Wertz 410-245-6411 cell Sent from my iPhone with 100% recycled electrons.
On Jul 1, 2017, at 08:57, Griffin Lacek notifications@github.com wrote:
Shoot sorry about that! I missed the comment :).
To wrap, just have a newline in the code itself. It won't wrap like that in
the actual page since newlines in HTML are only possible through
so
for most HTML you can comfortably add newlines and wrap text without
changing the page look.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/chriswertz/prj-rev-bwfs-dasmoto/issues/3#issuecomment-312430842, or mute the thread https://github.com/notifications/unsubscribe-auth/AIhx4vw4k5CDI7dyFWnbvCDYYQNcAWZPks5sJkJUgaJpZM4OFTBT .
https://github.com/chriswertz/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/index.html#L14 https://github.com/chriswertz/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/index.html#L20 https://github.com/chriswertz/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/index.html#L26