Results 1 to 9 of 9

Thread: Supefamicom Flyers (and some help w/ cheesy HTML)

  1. #1
    Bell (Level 8) GaijinPunch's Avatar
    Join Date
    Jul 2003
    Location
    Land surrounded by water
    Posts
    1,760
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default Supefamicom Flyers (and some help w/ cheesy HTML)

    Added a superfamicom flyer section to my site:
    http://www.classicgaming.com/japangaming

    Go to the bonus section, then the print ads section from there.
    When you get there, you'll notice that there's a decent-sized top and left margin, even though I"m using the tags to set it to zero.

    I load the page in Frontpage, and it looks okay in edit mode, but preview mode shows me what you see in Internet Explorer. It's a little off-centered and crowded I think, and would like to fix it. Mars bar (or maybe a game-related something) in the mail for anyone that can pinpoint the problem.

    FYI: It's Perl that generates the HTML, but either way, it comes out wrong.
    gamengai
    Best import site on the net.
    My for sale list

  2. #2
    Peach (Level 3)
    Join Date
    Jun 2003
    Location
    On a magic carpet ride
    Posts
    688
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Try removing the 3 different center tags you have

    Remove these
    Code:
    <DIV align=center></DIV>
    <CENTER></CENTER>
    and remove the align=center in the first table tag

    That will allow the table to justify left (default). Then you can set your margins to 10 or something to space the table away from the left nav.

    new example:
    <BODY leftMargin=10 topMargin=10>
    Does that help?

  3. #3
    Peach (Level 3)
    Join Date
    Jun 2003
    Location
    On a magic carpet ride
    Posts
    688
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    try this table code in place of your current table

    Code:
    <table width="466" border="0"> 
      <tr> 
        <td width="151">[img]your_image.jpg[/img]</td> 
        <td width="150">[img]your_image.jpg[/img]</a></td> 
        <td width="151">[img]your_image.jpg[/img]</a></td> 
      </tr> 
      <tr> 
        <td width="151"><font size="2" face="Arial, Helvetica, sans-serif">3d Ballz </font></td> 
        <td width="150"><font size="2" face="Arial, Helvetica, sans-serif">Ancient Magic </font></td> 
        <td width="151"><font size="2" face="Arial, Helvetica, sans-serif">Assault Suit Valken </font></td> 
      </tr> 
      <tr> 
        <td width="151"></a>[img]your_image.jpg[/img]</td> 
        <td width="150">[img]your_image.jpg[/img]</a></td> 
        <td width="151"></a>[img]your_image.jpg[/img]</td> 
      </tr> 
      <tr> 
        <td width="151"><font face=Arial, Helvetica, sans-serif color=black size=2>Battle Toads </font></td> 
        <td width="150"><font size="2" face="Arial, Helvetica, sans-serif">Battle Tycoon </font></td> 
        <td width="151"><font face=Arial, Helvetica, sans-serif color=black size=2>Bounty Sword </font></td> 
      </tr> 
    </table>
    Something in your table code is pushing it down from the top. weird

  4. #4
    drowning in medals Ed Oscuro's Avatar
    Join Date
    Nov 2002
    Posts
    16,556
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default Re: Supefamicom Flyers (and some help w/ cheesy HTML)

    Grr Frontpage.

    Huh, now there's more stuff for me to have to collect. Great :D

  5. #5
    Bell (Level 8) GaijinPunch's Avatar
    Join Date
    Jul 2003
    Location
    Land surrounded by water
    Posts
    1,760
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Evilmess: Thanks, I'll give that a shot. As before, it's Perl that's generating the HTML, but since I couldn't figure out what the hell was pushing it down, I threw it in Frontpage. As before, edit mode shows it up top (with 0 margin) and the preview shows the pushed down one. Strange, I know. Given the fact I have to add the lines in the script (not just tinker w/ the HTML) adds some time.

    Ed:
    SEe above - I hate Frontpage. It sucks ass, but I just needed a quick visual tool.
    gamengai
    Best import site on the net.
    My for sale list

  6. #6
    drowning in medals Ed Oscuro's Avatar
    Join Date
    Nov 2002
    Posts
    16,556
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    Oh, yes I know it does. How about MS Word? I don't know if that can do as much for you as Frontpage, but I use it to bang out pages every once in a while and you can run 'em through a filter to delete the extraneous tags (supposedly all of them).

  7. #7
    ServBot (Level 11) badinsults's Avatar
    Join Date
    Mar 2003
    Location
    Somewhere on planet Earth / #vbender
    Posts
    3,986
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Frontpage, blah.


    CSS is your friend.
    <Evan_G> i keep my games in an inaccessable crate where i can't play them

  8. #8
    Pac-Man (Level 10)
    Join Date
    Aug 2002
    Location
    NJ where the weak are killed and eaten.
    Posts
    2,509
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    You own all those flyers?
    Sorry Ryan, but your girlfriend is in another school.

    Video games & manga (my manga scanlation group that scanlates video game manga) http://www.north101.net/Chara/vgm/index.html

  9. #9
    Bell (Level 8) GaijinPunch's Avatar
    Join Date
    Jul 2003
    Location
    Land surrounded by water
    Posts
    1,760
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Gamegary:

    Most of the SFC flyers, I do not own. The other sections, I do own most of with the exception of a few. All the PC-Engine, PC-FX, and about 90% of the Saturn ones are on my shelf. They're not easy to come by these days, so I try to take good care of them.

    As for deleting extraneous tags and whatnot, I'd rather use Perl. There's a lot of modules that does all that shit for you.
    gamengai
    Best import site on the net.
    My for sale list

Similar Threads

  1. Good games with cheesy FMV.
    By Cloud121 in forum Classic Gaming
    Replies: 29
    Last Post: 03-17-2008, 01:31 PM
  2. Be all, End all of cheesy pics!
    By vintagegamecrazy in forum Buying and Selling
    Replies: 15
    Last Post: 10-18-2004, 08:34 PM
  3. Cheesy's Tradelist Finally Up.
    By cheesystick in forum Buying and Selling
    Replies: 2
    Last Post: 08-06-2003, 03:50 PM
  4. Cheesy gaming comics
    By ManekiNeko in forum Classic Gaming
    Replies: 5
    Last Post: 05-14-2003, 11:46 AM

Posting Permissions

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