Forums

[resolved] [Plugin: KB Easy PicasaWeb] Vertical align the cells (1 post)

  1. puns0steel
    Member
    Posted 7 months ago #

    Especially in two-column mode, you probably want to vertical align all of the photos so the top edges line up horizontally.

    To do it, on line 123 of kb-inline-picasaweb-functions.php, change

    $out .= '<tr>';

    to

    $out .= '<tr valign="top">';

    and it will align each row.

    Done!

    http://wordpress.org/extend/plugins/kb-easy-picasaweb/

Reply

You must log in to post.

About this Topic