RE: [Zope-dev] Background
10 Aug
1999
10 Aug
'99
1:10 p.m.
<BODY BACKGROUND="<!--@var FILEOBJECT-->">
This line is correct ? It not work !!
No.. :^) Coupla things... as someone seems to already have pointed out the var tag has the following syntax: <!--#var dc_logo--> which for file objects renders to (example): <img src="http://localhost/Zope/dc_logo" alt="dc_logo"> whiiich, when substituted makes something invalid: <body background="<img src="http://localhost/Zope/dc_logo" alt="Digital Creations Logo">"> Instead try: <body backround="dc_logo"> --Rob
9736
Age (days ago)
9736
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Page