SSISCANFeb 21, 2023
Hi
Is it possible to center the "col-md-6" on the page?
Sample code: -
<div class="form-row">
<div class="form-group form-group col-md-6">
<label for="Notes">Notes</label>
<textarea class="form-control" id="for_MOD_N" name="for_MOD_N" rows="4"><?php echo $MOD_N; ?></textarea>
</div>
</div>
Regards
Barry
