|
-
October 15th, 2004, 07:09 PM
#1
Site Code inside of Site Code
Not quite a bug, but close. How do I put site code inside of site code in an Antionline post? For example, in a tutorial I’m writing I need to show the site code for putting in a image, but including the site code inside of CODE tags does not keep the IMG tags from being show as a link to an image. Any ideas?
-
October 15th, 2004, 07:39 PM
#2
Code tags within code tags perhaps or use the PHP tags for the img tags?
-
October 15th, 2004, 07:41 PM
#3
Maybe you can close the CODE tags right before the img tags, then after you're done with the img tags, reopen CODE tags and continue.
-
October 15th, 2004, 08:46 PM
#4
Results of PHP tags:
PHP Code:
[img]http://www.antionline.com/[/img]
Results of CODE tags (which I tried before starting this thread):
Code:

Results of CODE tags inside CODE tags with IMG tag inside of that:
Code:
Code:

The PHP tags work the best so far, any other ideas?
-
October 15th, 2004, 08:51 PM
#5
Slight space in the img tags?
Or what about the HTML codes for [ ]?
e.g.
PHP Code:
[ == [
and
] == ]
[] <-- the HTML ASCII codes
-
October 15th, 2004, 09:12 PM
#6
Originally posted here by MsMittens
Slight space in the img tags?
Or what about the HTML codes for [ ]?
e.g.
PHP Code:
[ == [
and
] == ]
[] <-- the HTML ASCII codes
Test:
That seems to work great, thanks MsMittens.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|