Help me TO Reduce Row Height

Discussion in 'CSS' started by tulip4heaven, Mar 31, 2007.

  1. #1
    Hi Guys ,

    Please take a look on main page Heading's Row height , I want to reduce this height . I tried my best , but i couldnt , i have attached file with html code .

    Thanks
     

    Attached Files:

    tulip4heaven, Mar 31, 2007 IP
  2. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Have you tried inserting different height attribute to the code?

    <TR valign="top" style="height:xpx;">
    <TD colSpan=6> <DIV align=left>
    <P align="center">
    <?php include("include/header.php"); ?>
    </P>
    </DIV></TD>
    </TR>
     
    Bagi Zoltán, Mar 31, 2007 IP
  3. conceptcrew

    conceptcrew Active Member

    Messages:
    547
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #3
    you can dictate the height of the table as Bagi_Zoltan suggested, but if you image is larger then the height you enter, the height will change to the image height.
     
    conceptcrew, Mar 31, 2007 IP
  4. tulip4heaven

    tulip4heaven Well-Known Member

    Messages:
    2,774
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #4
    I tried it by using style height but it doesn't work , seems its very complex :(
     
    tulip4heaven, Mar 31, 2007 IP
  5. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #5
    Perhaps you should edit the header.php to reduce the height.
     
    Bagi Zoltán, Mar 31, 2007 IP