A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: *Slight* Website Problem

  1. #1
    Junior Member
    Join Date
    Aug 2002
    Location
    London, U.K
    Posts
    6

    *Slight* Website Problem

    Hey all.
    Recently ive been suffering from this pain in the arse...



    Can somebody please help me get rid of the gap highlighted in the picture?

    Website address is:
    http://www.absolutemaxpayne.co.uk/beta

    Thanks and congrats to anyone who can help me get rid of this.

  2. #2
    Hairy Member robbmcaulay's Avatar
    Join Date
    Dec 2001
    Location
    Edinboro, yo!
    Posts
    1,596
    Are you using dreamweaver? I suggest splitting that cell into two columns and placing the image in a seperate one...

    Anyway...

    !!! The image is huge... resize it in photoshop, not ie
    "Wah wah wah Dorothy Parker wah wah wah" - hanratty21

  3. #3
    banned by dp. I_am_TheFlasher's Avatar
    Join Date
    May 2003
    Posts
    801
    put the text and the picture in different cells.

  4. #4
    Hairy Member robbmcaulay's Avatar
    Join Date
    Dec 2001
    Location
    Edinboro, yo!
    Posts
    1,596
    Beat you to it flasher
    "Wah wah wah Dorothy Parker wah wah wah" - hanratty21

  5. #5
    Junior Member
    Join Date
    Aug 2002
    Location
    London, U.K
    Posts
    6
    I had already thought of doing that, but won't the red table border outline the picture?

    The image is huge... resize it in photoshop, not ie
    It was just a quick bodgeup in MSPaint. Scaled down.

  6. #6
    banned by dp. I_am_TheFlasher's Avatar
    Join Date
    May 2003
    Posts
    801
    You can put it in a whole new table, and turn the border size to 0.

  7. #7
    Hairy Member robbmcaulay's Avatar
    Join Date
    Dec 2001
    Location
    Edinboro, yo!
    Posts
    1,596
    True... put a table in the cell...
    "Wah wah wah Dorothy Parker wah wah wah" - hanratty21

  8. #8
    Junior Member
    Join Date
    Aug 2002
    Location
    London, U.K
    Posts
    6
    The picture is now in a table (altered hard drive copy) but the table border size is set in the stylesheet. I shall take it out unless there is a way to get past it. (oh, btw I don't use Dreamweaver).

    But there is still that gap in the top, even with it placed in a separate table.

    Last edited by absolutemaxpayne.co.uk; 09-04-2003 at 05:07 PM.

  9. #9
    Senior Member Genesis F5's Avatar
    Join Date
    Jan 2002
    Location
    Unallocated memory
    Posts
    1,845
    Use, valign=top...


    -genesis f5 (genesis mx)

  10. #10
    Originally posted by I_am_TheFlasher
    You can put it in a whole new table, and turn the border size to 0.
    I think this is what flasher was trying to tell you.

    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr valign="top">
        <td><b>Max Payne 2 Set For October 15th!</b>
    <div class="min">.</div>
    
    The Max Payne Community finally has<br>
    a date for their calendars!<br>
    October 15th is the offical release date<br>
    for Max Payne II: The Fall Of Max Payne.</td>
        <td>&lt;img src=&quot;max.jpg&quot; align=right hspace=0 width=150&gt;<br></td>
      </tr>
    </table>
    Just copy and paste that where you have the image and text at already. Also you have some missing </td> tags look through your HTML make sure you close all your tags cause if your using DreamWeaver it's not going to like your for that.

  11. #11
    Junior Member
    Join Date
    Aug 2002
    Location
    London, U.K
    Posts
    6
    That worked perfectly, thanx peeps.

    Except this brings on another problem, and thats getting rid of the red border around the edge of the picture and text. Any ideas?

    Stylesheet:
    http://www.absolutemaxpayne.co.uk/beta/main.css

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center