Tables with Master Pages

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I'm having a terrible time understanding how the Master Pages in VWeb 2005 using VB - handle layout issues with content placeholders
and tables. Everytime I think that I understand how these things are handled by DotNet and I have some pages exactly the way I want
them, I visit the pages on the server only to discover that the layout looks completely different than it did in the development
software.

Can someone point me to a good on-line tutorial for a beginner that explains various layout issues and the different uses of
absolute, relative, and static positioning and how these options should properly be used within Master Pages, tables, and content
placeholders?

Thanks

Jeff
 
Can someone point me to a good on-line tutorial for a beginner that
explains various layout issues and the different uses of absolute,
relative, and static positioning and how these options should properly
be used within Master Pages, tables, and content placeholders?

ContentHolders as editable regions...

So just place then INSIDE of table cells you want to expose for editing.
 
Back
Top