where do i add no wrap in code
- Forums
- HTML
- where do i add no wrap in code
This Page Contains information about where do i add no wrap in code By style in category HTML with 2 Replies. [2391], Last Updated: Mon Jun 24, 2024
style
Fri Apr 11, 2008
2 Comments
410 Visits
im making an html web page with css but im confused about something
where do i add no wrap in code
if you are creating a table for example you would use this in each cell
<td nowrap>
that will make anytext in the cell not wrapped around the box
or in css you can use this
white-space: no-wrap
https://www.webune.com/forums/where-do-i-add-no-wrap-in-code.html