instigator Posted March 16, 2001 Posted March 16, 2001 i am using Custom Web publishing on Filemaker 5. when i am displaying a longer text field in an html page i can't get the Line Breaks to show up in the html page. is there some tag i can put in the filemaker text field that is going to show up in an html page? thanks
elvis_impersonating_penguin Posted March 16, 2001 Posted March 16, 2001 there are a couple things you can do.. you can use this when displaying the field on the html page [FMP-Field: FIELDNAME, Break] this will put a carriage return in the text anywhere one appears in the field in the database.. or you can put this in the HTML code [FMP-Field: FIELDNAME, raw] then you could put <br> tags in the field in the database anywhere you wanted there to be a carriage return.
Recommended Posts
This topic is 8648 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 accountSign in
Already have an account? Sign in here.
Sign In Now