Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8184 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I have been racking my brain but the solution to this problem has eluded me - either that or my skills and knowledge is just up the creek.

I have a navigation bar that is constructed based on CDML IF statements i.e:

[FMP-IF:activity.neq.] Activity [/FMP-IF]

[FMP-IF:contact.neq.] Contact Us [/FMP-IF]

[FMP-IF:tours.neq.] Tours [/FMP-IF]

[FMP-IF:Jobs.neq.] Jobs [/FMP-IF]

When I test to see how this looks (given that all areas have something in them) in Netscape it is fine, but in IE there are big spaces between each if statement - does anyone know how to get rid of these spaces so that it appears like normally spaced text?

Posted

Remove the returns between IF statements in the format file.

Alternatively, set up your fields so you display the field values themselves, thereby doing away with the IFs completely. (If the contact feld is empty, nothing will display anyway -- so there's no need for an IF.)

  • Newbies
Posted

I have set up the whole thing in a table with no returns so I can not get rid of those and in relation showing the field content - some of the fields can contain a large amount of information - all I am after is an achored link from this nav bar to a location further down the page, I also wanted to avoind having an obvious space if nothing was entered in the field - I thought that IF statements would help this.

  • Newbies
Posted

I will give it a try - but having a look at the way the source comes out with the different browsers - with Netscape and Opera - the anchor tags are '#anchor' - whereas IE the anchor tags carries the whole filemaker string with #anchor on the end - is this where my problem lies?

Also upon consideration maybe I do need construct the web page a little simpler as suggested by Vaughan!?

This topic is 8184 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.