• i want to create side by side div links with images like in this link i want to create side by side div links with images

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can do all of this using CSS. You’ll need to either set your DIVs to either a fixed width or a percentage, and also set the height as well so they’re all the same height. You will also need to set the display to inline-block and float to left. You should be able to add whatever you want to the DIVs, be it images or text.

Viewing 1 replies (of 1 total)
  • The topic ‘i want to create side by side div links with images’ is closed to new replies.