Results 1 to 2 of 2

Thread: Problems with space between text types

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Problems with space between text types

    Hey everybody!
    I have a space problem that is haunting me. A draft of the website I'm designing is at http://www.lucidcitypictures.com/endless/index.html

    See on the right hand side tab under "Upcoming Films" (<div id="colOne">) how there is a gap between the bottom of the picture and the text? I want this gone! I've tried taking out the picture and there's a gap between the two text types. I've tried eliminating spaces and changes text types and so on. Nothing is working.

    It would be awesome if somebody knew what was wrong.
    Thanks!

    JP

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there poliking,

    and a warm welcome to these forums.

    add the highlighted rules to your stylesheet...
    Code:
    
    #content h3 {
            margin:0;
            font-size: 16px;
    	color: #333333;
    }
    #content h4 {
            margin-top:0;
    	font-size: 22px;
    	color: #CCCCCC;
    	background: url(images/header.png);
    	border-left:1px solid #003333;
    	border-top:1px solid #003333;
    	border-bottom:1px solid #003333;
    }
    #content h5 {
            margin:0 0 20px 0;
    	font-size: x-small;
    	color: #00303A;
    }
    
    coothead

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •