Quote:
Originally Posted by Logician
2-column template is a theme so in the middle of it there is a variable:
PHP Code:
$includedtemplate
This variable is replaced with your child webtemplate content when this theme is run.
Since you make this theme a regular webtemplate now (not a theme), you should delete $includedtemplate variable in it and put there your content (the content which you want inside right column).
Hope it is clear? 
|
ahhaaaaaaa Gotcha!! Thanks for your patience. It's greatly appreciated!
EDIT: One small problem - when I copied the 2-column theme, placed it in a template, and added my info in place of $includedtemplate - I ended up with a double table. (see screenshot).
How can I eliminate that outer table with the duplicate information?