HighDots Forums  

SEVERAL LINES IS TITLE PROPERTY OF CELL

alt.html.tags alt.html.tags


Discuss SEVERAL LINES IS TITLE PROPERTY OF CELL in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
RootShell
 
Posts: n/a

Default SEVERAL LINES IS TITLE PROPERTY OF CELL - 07-13-2004 , 11:42 AM






I HAVE the following HTML code...

<table border="1" width="100%">
<tr>
<td title = "LINE1 \n LINE2" background="cinzento.png">&nbsp;</td>
</tr>
</table>

How can i make it display in the yellow box that appears when my mouse is
over the table, so that i get this:

********
* LINE1 *
* LINE2 *
********

Instead of what i get now:

****************
* LINE1 \n LINE2 *
****************

Please help im desperate, i tryed the \r\n combination, only the \r and only
the \n no help.

Thanks
RootShell



Reply With Quote
  #2  
Old   
Stephen
 
Posts: n/a

Default Re: SEVERAL LINES IS TITLE PROPERTY OF CELL - 07-13-2004 , 02:12 PM






In news:40f402e8$0$32684$a729d347 (AT) news (DOT) telepac.pt,
RootShell <ANTISPAMRootShell (AT) Netcabo (DOT) ptANTISPAM> expounded:
Quote:
I HAVE the following HTML code...

table border="1" width="100%"
tr
td title = "LINE1 \n LINE2" background="cinzento.png">&nbsp;</td
/tr
/table

How can i make it display in the yellow box that appears when my
mouse is over the table, so that i get this:

********
* LINE1 *
* LINE2 *
********

Instead of what i get now:

****************
* LINE1 \n LINE2 *
****************

Please help im desperate, i tryed the \r\n combination, only the \r
and only the \n no help.

Thanks
RootShell
<body>
<table border="1" width="100%">
<tr>
<td background="cinzento.png">LINE1<br/>LINE2</td>
</tr>
</table>


--

stephen




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.