|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
HTML >> Snippet
|
Prevent wordwrapping
<!-- wrap the section in the <div> tag and use the nowrap attribute -->
<
div
nowra
p
>
... content will not wrap
</
div
>
|
|
|
|