SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: cant insert image
-
Feb 2, 2008, 19:33 #1
- Join Date
- Sep 2007
- Posts
- 971
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
cant insert image
i got a code so when i right click on an image it shows the table name around it in the context menu it works only with text but if i insert an image inside the code it wont display the table name around it:
i think it is because the image code contains < > this is the code that works
Code:<td align="center" id="<?= $onlineusersqry[username]; ?>" oncontextmenu="return showmenuie5(event)">avatar here</td></div>
Code:<td align="center" id="<?= $onlineusersqry[username]; ?>" oncontextmenu="return showmenuie5(event)"><? $avatar; ?><image src="images/avatars/<? echo $avatar; ?>.gif"></td></div>
Animated Chatrooms - www.121chatrooms.net
-
Feb 3, 2008, 01:11 #2
- Join Date
- Sep 2007
- Posts
- 971
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
with an image it gives me a blank page
Animated Chatrooms - www.121chatrooms.net
Bookmarks