Re: options to use pixels or percentile
This is not possible, BlueVoda is a What-You-See-Is-What-You-Get web page maker which uses absolute positioning (CSS) for it's elements. You can not mix fixed page layout with dynamic page layout, this would scrambled the page contents.
Fixed Page Layout (used by BlueVoda)
All element are placed using Cascading Style Sheet (CSS) positioning.
One element does not has influence on the position of another element.
Elements can be overlapped/layered.
Dynamic Page Layout (used by tranditional/old-fashioned HTML editors)
The position of an element is based on the position and size of previous the element. Elements can NOT be overlapped/layered.
Forum Moderator
BlueVoda Spe******t