Templates index

Images inside lists with arrow

Description The list with images is different from that without images. It is without the red arrow and there is a line separating the items in the list. The images can be alternated left right.
Structure
  • The images are alternated left and right using in the tag <img src> the class="floatLeft" and class="floatRight"
  • Classes for the ul: <ul class="noIndent space floatImage">
  • All the <li>, excluding the first one, have a special class: <li class="lineTop">

Sample

The images are alternated left right

/public/english/template1/components/list/images_sample.htm

 

The images are aligned on the left

/public/english/template1/components/list/publication1.htm



^ top