0
Welcome Guest! Login
0 items Join Now

Margins and padding

  • Margins and padding

    Posted 17 years 2 weeks ago
    • Hello everybody,
      My site:
      www.apachedesign.com/index.php?option=co...view&id=71&Itemid=70
      I have here on some pages with the pokslideshow. Size is 800 x 150. how can i get rid of those ugly margins? i want them to fit exactly in that space. Images are 800 x 150 and the area is also same size.
      Also the RokZoom has those ugly blue border. Is it also possible to get rid of them?.
      Thanks.
    • Last Edit: 17 years 2 weeks ago by Erdal Ugur.
  • Re: Margins and padding

    Posted 17 years 2 weeks ago
    • Well I would download Firefox at www.getfirefox.com and then download its addon program called firebug www.getfirebug.com

      Look for and of JamesS! posts and watch his very informational videos on how to use Firebug. It will make your programming life 1000x's easier. (Can I get a giggity, giggity)
    • Jessica Kennedy
  • Re: Margins and padding

    Posted 17 years 2 weeks ago
    • Holy Smoke, thanks for the information... Looks so easy that even i can fix this problem :)
      THANKS.
  • Re: Margins and padding

    Posted 17 years 2 weeks ago
    • Let me start you off with a hint...

      Open up ANY css file and add this:

      img {
      border: 0;
      }

      This will get rid of the border around the images
    • Jessica Kennedy
  • Re: Margins and padding

    Posted 17 years 2 weeks ago
    • Thanks Jeff, that border stuff is now fixed :)
      The slideshow is now my problem. With the firebug i can change it just by some clicks but just cant figure out where in replicant template i have to make those changes... You dont have any hint for that? :)

      .moduletable-hilite20 {
      padding: 0px;
      height: 1%;
      margin-bottom: 0px;
      }

      padding was 10 changed it to 0 hehehe :)

      top tool for this kind of job this FIREBUG :)
    • Last Edit: 17 years 2 weeks ago by Erdal Ugur.
    • Bob Ateah's Avatar
    • Bob Ateah
    • Elite Rocketeer
    • Posts: 4521
    • Thanks: 0

    Re: Margins and padding

    Posted 17 years 2 weeks ago
    • Giggity giggity! [just for Jeff!]

      My fav Firebug use is right clicking an element and from the context menu choosing "Inspect Element" - now that is sweet.
      Also notice how you can hover over image code and see the image and size? Tres cool.
    • The member formerly known as Roland Deschain
      After your question is solved, please Edit your original post and choose the Solved message icon, thank you!

Time to create page: 0.063 seconds