OpenNTF.org - BlogSphere

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: BlogSphere (Managed by )
Actions:


Response
Subjectproblem 2: more suggestions...
Created 09/27/2006 06:27 AM by Manfred Peters.
Modified<none> by <none>.
Body

leave out what you don't need in my first suggestion for your problem.

Another way to modify the code is:

Form: $$ViewTemplate For Picture

Computed Value:
<!-- the picture -->
<Computed Value> <---- modify this one!
<Computed Value>
<!-- disclaimer for private pic -->

Formula:
_image2 := ""+ @NewLine + ""+ ""+ ""+@NewLine+""+ "" + @NewLine + "
"+ @NewLine + "\""
\"-\""+@ReplaceSubstring(PhotoText;"\"";"-")+"
\"-\"\"-\"
";

the original code builds a 2x2-table with the picture in cell 11, shadowright in 12, shadowbottom in 21 and shadowcorner in 22.

the above code (watch the line with @ReplaceSubstring in it) includes an additional cell right next to the shadowright-cell containing the photo's extra text. If that is ok for you, fine. Else play around with positioning the phototext where you want it.

And drop us a line with your final result (including code) ;-)

Manfred