Albert Kwong wrote:

>BTW I also duplicate my images directory in the
>WEB-INF and WEB-INF/.. so that the .html files will
>work in both DW and Tapestry, without needing to
>declare assets.  Does anyone know of a better way of
>doing this?
>  
>
why don't you try using the html's base tag inside a $remove$ tapestry tag?
i.e.
<html>
<head>
<span jwcid="$remove$" >
/<BASE HREF="..">/
</span>
</head>
...
</html>

This way, your templates will preview ok and the base will be tripped
out while rendering in tapestry

>Albert
>
>--- Joe Toth <[EMAIL PROTECTED]> wrote:
>  
>
>>I'm pretty new to Tapestry, but I have a solid grasp
>>of it.
>>
>>Basically I'm looking for opinions/suggestions as to
>>maintain a page's 
>>layout and possibly the content when you want to
>>have a common, lets say 
>>header for navigation throughout the whole site. I
>>use dreamweaver for 
>>managing all non-dynamic portions, layout, text and
>>graphics. 
>>
>>On all my pages I could just have a <span> tag that
>>holds the space when 
>>editing in dreamweaver, but then I won't be able to
>>see the header when I am 
>>editing. This is the best solution I came up with so
>>far. Is this the most 
>>common practice everyone is using?
>>
>>Also, a little off topic, but does anyone know if
>>its possible in 
>>dreamweaver to assign a CSS to a page thats an
>>'include'. Meaning the page 
>>doesn't have a <link> tag to include the CSS, but
>>the page that calls it 
>>does.
>>
>>Thanks for your suggestions.
>>
>>    
>>
>
>Are you an MBA?  Check out http://www.mba.hk for value added services.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to