Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

0098386

Suspended
Original poster
Jan 18, 2005
21,574
2,908
Firstly, I have no idea how to do this. obviously! I have a wordpress2 blog, and PHPGraphy image gallery. I want to have the image gallery embedded in a page in Wordpress. But I've no idea. I was thinking inline frames, but wouldn't that add scroll bars?

Help :)
 
Try something like this:
Code:
<iframe src ="imagegallery.php" width="500px" height="200px" scrolling="no"></iframe>

scrolling="no" will get rid of the scrollbars. Just set your desired width and height.
 
Thank you, I took into consideration what you said. I've learnt a little more HTML so cheers! But I've come to my own little victory. I just shrunk the images down in a big Batch convert and shrunk down the Margins with the CSS file.

http://satansam.co.uk/blog

Look! Under Gallery. Ignore the Test folder, those images are bigger than the graphics folder.

I'm getting quite pleased with my site. I've learnt bits of HTML and CSS through it. and it looks pretty snazzy, IMO :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.