Phillip Jones wrote:
Ray_Net wrote:
Phillip Jones wrote:
First off I have specific purpose for using html in the post. To get away from the Problem above

type this:
document.write(" " + login.hostname +
"\n\n</td>\n\n<td align=left>\n\> " +
login.username +
"\n\n</td>\n\n<td align=left>\n\n " +
login.password +
"\n\n</td>\n\n</tr>\n");


To look like this:

document.write(" " + login.hostname + "\n\n</td>\n\n<td align=left>\n\> " + login.username + "\n\n</td>\n\n<td align=left>\n\n " + login.password + "\n\n</td>\n\n</tr>\n");

  
Boldface on above statement was strict to emphasis the line and is not part of the actual line

Copied after the text had been threaded you might have seen ">> " remove all of them first.

-- 
Phillip M. Jones, C.E.T.    "If it's Fixed, Don't Break it"
http://www.phillipmjones.net           http://www.vpea.org
mailto:pjon...@kimbanet.com
every thing is supposed to be on one  line.
document.write(" " + login.hostname + "\n\n</td>\n\n<td align=left>\n\> " + login.username + "\n\n</td>\n\n<td align=left>\n\n " + login.password + "\n\n</td>\n\n</tr>\n");

-- 
Phillip M. Jones, C.E.T.    "If it's Fixed, Don't Break it"
http://www.phillipmjones.net           http://www.vpea.org
mailto:pjon...@kimbanet.com
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to