MyBB Community Forums

Full Version: creating new page help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i want to create a new page on my site to sell my club merchendise on but i need help to create it like what to put the box as in screen shot .
i want images on there with a paypal button under each image
any help would be great
Its just editing HTML.

Just place the images using the HTML.

Use the settings as use mybb template.

Now place the image by HTML code

<img src="http://link here" title="description here"><br />

Just below it add the paypal button code.

This is simplest method of making the paypal button.

You can google for css based three column layout and other tuts.
thanks but how can i get a image next to the orther image
Yes you can. Delete this from code of image <br /> .
great thank just 1 more thing how do i do the same with the paypall button and put aspace inbetween the pics and buttons
Add this where you want space:

&nbsp;
thanks but how about getting the paypal button under the pics side by side
If you want it under you have to put paypal button code under of code of that pics.
And add <br> after code of pics. Now if you want to get them on some of sides align them.