Has anyone noticed that when you save a form that has a table which is set to fit to margins nested in a table which is set to fit margins or fit window, when displayed on the web the minimum width of the tables depends on how wide the form preview area was when you saved the form?
This is REALLY annoying - notes is adding hidden width values to tables that should in fact have either width=“100%” or no width value at all.
Subject: Table size bug on web
Yes, I have seen this quite often. In fact table problems like these forces me to use pass thru HTML for my web form layout.
It actually works quite nicely and it eliminates all the unecessary HTML that the Domino serer adds to HTML items.
If you go with this option, I recommend color coding the text of each table/section so you can easily find your place when editing.
Subject: RE: Table size bug on web
This is the route I’ve had to go. It also has the benefit of hiding rows more cleanly if you use hide-when properties for the pass thru html.
It would just be nice if the tables worked as we expect them to, because this makes a lot of work to port client apps to the web.