Forums » Customize

php/html help

aperryz
UNITED STATES
2008-08-08 16:43:24
 

http://aaronperryzucker.com/indexhibit/index.php?/work/definition-posters/

Ok so I really don't know anything about php other than how it works in a vague and abstract way. I know html and css and stuff enough to edit and customize my page generally to my liking but I ran into a problem. I wanted to add space between and around the two individual images on this page (i.e. space between the two vertically and horizontally). Now normally the only way I know how to do this would be to edit the html of each individual image and add some padding on the left or bottom or wherever. But I can't do this because I don't know where the hell that is because I don't understand how php works. How do I do this? Thanks in advance.

Vaska A
I WROTE THIS
2008-08-08 17:31:05
 

You can do a fast customization in your exhibit plugin...it gives you...

  1. .nothumb { float: left; padding: 0 1px 1px 0;  }
  2. .nothumb img { display: block; margin: 0; }

And you can change to something like this...might do the trick.

  1. .nothumb { float: left; padding: 0 10px 1px 0;  }
  2. .nothumb img { display: block; margin: 0; }
aperryz
UNITED STATES
2008-08-08 17:44:44
 

that did it! Thanks!

Showing 1 - 3 of 3 posts in Forum > Customize > php/html help
 

You need to be logged in to post.