aqualeaf.ca

passgad

New member
This site is related to aquarium and specifically about aquascaping.

I built that website not so long ago and I am using it right as a template for another site.

It's all in PHP/MySQL.

I am trying to implement the new PAYPAL method to manage the cart (checkout).

Feedback is welcome.
 

ubflhd

New member
@passgad The site itself looks nice but try to use less images on the site itself that way the site will load must faster just an tip mate :smile:

Here what u can use in the css one image less
Code:
#banner {
  height: 300px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 9px 9px 0 0;
}