Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
bkground image on table cell properties of VFormat
RalphFlores
Using (teamsite 5.5) and webeditpro2.0
Hi everyone,
I am just trying to clarify how teamsite behaves.. Within the CMS, authors can
set the background image of a table cell using Cell Properties in Visual Format.
and it will produce a code on saved DCR like
td background="/_images/home_bg.gif" ..
Having said this... when the iwpt_dcr_value function is executed on PT, the background value
for that cell becomes
td background=“/_images/home_bg.gif”
it is still referencing to the root directory of the web server....
... unlike when a typical image is inserted using the picture button:
where after executing iwpt_dcr_value function, the value of
img src="/_images/image1.gif"
from the saved dcr would become
img src=“../../_images/image1.gif”
depending on the relativeness of the generated page to the _images directory.
Is this a bug ? ... that is becuase the cell background always look for the from the root directory
of the web server.
Thanks a lot for any info you can share.
Ralph
Find more posts tagged with
Comments
There are no comments yet