Is there a logic pattern to how you want your columns sized, or is every column 
width a customized decision?


<table class="Type1">
       <colgroup>
           <col span="1" style="width: 30%;">
           <col span="1" style="width: 70%;">
       </colgroup>

> On Nov 26, 2019, at 06:12, Andrew Brown <[email protected]> wrote:
> 
> We have a few hundred files to put up on our sites, many of which contain 
> tables, all different, currently coded in html.
> 
> Now that one is obliged to use css to fix column widths — a curious 
> development — I am looking for a way of inserting all the relevant 
> instructions in or immediately after the table tag. Can anyone offer an 
> improvement on 
> 
>    <table>
>        <colgroup>
>            <col span="1" style="width: 30%;">
>            <col span="1" style="width: 70%;">
>        </colgroup>
>        ...
> 
> AB
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or need technical support, please email
> "[email protected]" rather than posting to the group.
> Follow @bbedit on Twitter: <https://twitter.com/bbedit>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/745C117C-BD58-410C-9950-454BFC913D57%40c18.org.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/62A6419D-4F34-408E-B025-DCDE5D58452C%40gmail.com.

Reply via email to