• I wish to have the option to align center..

    is there a code to change the align right to align center?

    here is the code…

    // Float Mode if (( $atts[‘float’] === ‘true’ ) && in_array($atts[‘align’], array(‘left’, ‘right’)) ) {$floatStart = “<div style=’float:{$atts[‘align’]}; width:{$atts[‘width’]}px;’ >”;
    $floatEnd = ‘</div>’;}

    ______________________________________________________

    Thank you for considering my inquery.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Align Center code’ is closed to new replies.