Results 1 to 3 of 3
Related
-
wrap text in a cell of a html table Forum: HTML Forum
Replies: 14 -
Text wrap in html divs in cross browser compatability Forum: HTML Forum
Replies: 4 -
How to make text wrap like this? Forum: HTML Forum
Replies: 3 -
Need some Javascript Help to Customize a Script! Forum: Javascript Forum
Replies: 0
-
08-02-2006, 07:03 AM #1
Customize text-indentation-width after wrap?
Hello,
Does anyone know how the indentation-width of the second line (so a line after a wrap) can be custumized?
e.g.
Code:<html> <head> <style type="text/css"> div { width:150px; overflow: hidden } img { white-space: wrap; } img .icon { float: none ; } img .text { display: inline ; margin-left: 0; } </style> </head> <body> <div> <img class="icon" src="http://www.alot.jp/alot/menu/img/mac.gif" /> <span class="text">This is some example text</span> </div> </body> </html>
Thanks in advance for any help!
B.
-
08-03-2006, 07:51 AM #2
Re: Customize text-indentation-width after wrap? =
During a last effort to find a solution to my problem, i came across this wonderful discussion about "hanging indents"
:
http://archivist.incutio.com/viewlist/css-discuss/11000
Hope it helps someone in the future
-
10-15-2006, 11:42 PM #3
Re: Customize text-indentation-width after wrap?
you did... it helped.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum