PDA

View Full Version : Help with Page Codes...


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

Roy Sinclair
06-26-2003, 10:23 PM
Your 123 link is a FILE:// link which won't work for those of use trying through the web.

Ben@WEBProp
06-26-2003, 10:27 PM
now its good...try it out
or else you can be all :thumbsup: and Ill be like :confused: "why are you giving me the thumbs up? and then I'll realize that its a gun, so I'll be like :eek: and run away.
Deal?
good...

-Ben

ronaldb66
06-27-2003, 07:53 AM
All I see is a fairly empty page saying something like "Site's coming soon..."; no nav bar in sight anywhere.

SDP2006
06-27-2003, 02:17 PM
First of all, you shouldn't do a webpage in Frontpage. Frontpage adds too much "junk" into the source. Plus, you don't have as much control as you would with HTML.

Just my opinion

Mhtml
06-28-2003, 06:56 AM
Originally posted by SDP2006
First of all, you shouldn't do a webpage in Frontpage. Frontpage adds too much "junk" into the source. Plus, you don't have as much control as you would with HTML.

Just my opinion

I share the same oppinion, you should get to know how the page is made and code it yourself in a text editor.

www.w3schools.com - Good tutorials!