using tables in discussion forums

  • Thread starter Thread starter LisaB
  • Start date Start date
L

LisaB

Can I put a table in my page that houses the (toc private
page) the one that will display all the discussion forum
links?

If I don't use tables; what will my page layout be margins?

Thanks
 
Yes you can wrap the webbot tag in a single cell table of any size you chose
Find and open tocproto.htm
In html view find
<!--webbot bot="FormInsertHere" descr="The FrontPage FormInsertHere Component indicates the point in an HTML file where you want a
default, Registration, or Discussion Component to insert new results." -->
Before it insert:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="535">
<tr><td valign="middle" align="left">
After it insert:
</td></tr></table>

PS
If it is an active DW open the online web and do it there (moving all the post threads in the same cell) --




| Can I put a table in my page that houses the (toc private
| page) the one that will display all the discussion forum
| links?
|
| If I don't use tables; what will my page layout be margins?
|
| Thanks
 
Back
Top