PDA

View Full Version : HTML tables in Flash


Ricod
09-07-2001, 12:19 PM
Okay, this may sound very stupid but ...
I'm supposed to have an easy updateable section in this site I'm making. (they can only use notepad for HTML). It's always plain text, but they are very picky about the alignment of their file. So I'm thinking tables here. But flash doesn't support that, right ? (I use this HTML-formatted textfield and load the external HTML-file.) The tables are left out. I don't want to make a pop-up. Is there ANY way to this ?

Jesse
09-07-2001, 01:39 PM
umm not really... flash doesn't allow tables as you say... it allows tabs though if that's any help... \t is the tab delimeter.

Ricod
09-11-2001, 09:27 AM
Is this "TAB delimeter" a function in flash or HTML ? I've tried <t></t>, /t and <t>text</t> but that doesn't seem to work.

Jesse
09-11-2001, 09:45 AM
tab is a special cahracter like newline.:
myText = "\tThis Text is tabbed in";