Ben@WEBProp
06-26-2003, 10:15 PM
I am currently builiding a site at http://www.webpropertiesinc.com
and I am in need of some help. Alright, so go to the page, and on the navigation bar to the left go to Commercial>Gateway 1&2. Scroll to the bottom and click View the Floor Plans. So what I have running is a textual tooltip script that displays various floor plans, right? The content that I want to put there is at the home page (go to home and then follow the 123 link). However, when I add the tables and everything to the content[0]= line, it takes up more than one line and it wont read the line breaks between coding.
I have come up with two possible solutions, neither of which I know how to do. The first idea is just figure out how to have line breaks between my code. And
content[0]='blah blah' +
'blah blah etc.';
content[1]=
doesnt work. Anyone know what is going on? My other idea was to load the 123 page when the tooltip engages. but how do I do that?
content[0]='123.htm'?
that don't work...so anyone got any bright ideas?
Footnote removed by Admin. Please try and not use so many smilies
and I am in need of some help. Alright, so go to the page, and on the navigation bar to the left go to Commercial>Gateway 1&2. Scroll to the bottom and click View the Floor Plans. So what I have running is a textual tooltip script that displays various floor plans, right? The content that I want to put there is at the home page (go to home and then follow the 123 link). However, when I add the tables and everything to the content[0]= line, it takes up more than one line and it wont read the line breaks between coding.
I have come up with two possible solutions, neither of which I know how to do. The first idea is just figure out how to have line breaks between my code. And
content[0]='blah blah' +
'blah blah etc.';
content[1]=
doesnt work. Anyone know what is going on? My other idea was to load the 123 page when the tooltip engages. but how do I do that?
content[0]='123.htm'?
that don't work...so anyone got any bright ideas?
Footnote removed by Admin. Please try and not use so many smilies