Oct 31, 2002 #1 mclellan Programmer Joined Aug 6, 2002 Messages 294 Location CA I am reading a pre-formatted text file that may conain all sorts of characters i.e. &,:>< I know I can use the <pre> tag to keep the formatting, but what tag can I use that tells the browser to ignore anything within this range. Thanks! Barry
I am reading a pre-formatted text file that may conain all sorts of characters i.e. &,:>< I know I can use the <pre> tag to keep the formatting, but what tag can I use that tells the browser to ignore anything within this range. Thanks! Barry
Nov 6, 2002 #2 peakco Programmer Joined Sep 12, 2002 Messages 13 Location US Has xhtml changed the behavoir of not displaying content of tags it doesn't recognize? If not <garbage>alsdkjf</garbage> will work for you. Upvote 0 Downvote
Has xhtml changed the behavoir of not displaying content of tags it doesn't recognize? If not <garbage>alsdkjf</garbage> will work for you.