How can I make a page that is a grid of images that link to different pages?
-
How can I make a page that is a grid of images that link to different pages on my blog? I thought that a gallery might work, but I can’t link each image to go to a separate page. And when I add in new images, they each go on a separate line, which is something I don’t want to do either. Any help is greatly appreciated!
The blog I need help with is: (visible only to logged in users)
-
You write a table in HTML with the images in the table, and link each image to whatever destination page you want.
-
Thank you! It worked perfectly. You are a genius (and I can’t believe I didn’t think of that myself…)!
-
No worries. I’m not really a genius, I’ve just seen the question a few times. And most people who ask it don’t know how to make tables, so the answer doesn’t really help them much, alas. Glad you got it working.
- The topic ‘How can I make a page that is a grid of images that link to different pages?’ is closed to new replies.