Author |
Topic |
|
heptite
Average Member
USA
547 Posts |
Posted - 27 January 2002 : 22:38:52
|
Occasionally I'd like to use the tag [hr]
to be <hr> in html.
fString = replace(fString, "<hr>","[hr]", 1, -1, 1)
and
fString = replace(fString, "[hr]", "<hr>", 1, -1, 1)
added to inc_functions.asp.
Additional support files - http://www.snitz.info< |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 27 January 2002 : 23:53:55
|
this has been added to v3.4 b5< |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 29 January 2002 : 15:02:13
|
Sounds like a good idea. But what happens when someone who doesn't know how to use table tags and they miss a closing table/tr/td tag or something, wouldn't that mess up the tables on the topic.asp page? Especially with Netscape which messes up the page when table tags aren't opened and closed properly.
- David< |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 29 January 2002 : 19:10:42
|
true, just tested it and if you use [tr][/tr] or [td][/td] with first using [table][/table], it gives some very undesireable results.
we'll leave this out for now. What we would need to do is make sure that it starts with and ends with a [table][/table] tag. Would be a good MOD maybe.< |
|
|
|
Topic |
|