Jump to content

moberemk

Members
  • Posts

    695
  • Joined

  • Last visited

Posts posted by moberemk

  1. DON'T use absolute positioning. It's a lot of code and it's inflexible a lot of the time. Instead, use some other CSS method, like one from [a href=\"http://www.bluerobot.com/\" target=\"_blank\"]http://www.bluerobot.com/[/a]. Without that kind of method, you basically can't get it to scroll down.
    However, there is also the clear: both; method of positioning the footer, if you're interested.
  2. Um... yes, of course I did. I definitely didn't edit my post to not make me look stupid... [img src=\"style_emoticons/[#EMO_DIR#]/unsure.gif\" style=\"vertical-align:middle\" emoid=\":unsure:\" border=\"0\" alt=\"unsure.gif\" /]
  3. Do you mean copying-and-pasting into your site code, or active importing.
    If you're importing the code from another site, there's nothing you can do to change it then, aside from either convincing them to change their code, or figuring out your own way to do the same thing.
  4. [!--quoteo(post=373432:date=May 13 2006, 02:04 AM:name=N0T_PHP)--][div class=\'quotetop\']QUOTE(N0T_PHP @ May 13 2006, 02:04 AM) [snapback]373432[/snapback][/div][div class=\'quotemain\'][!--quotec--]
    Hi, im from mexico

    In this part of the world, this type of sites is a good work. although if you want to compete, need more dinamic options, and the most important thing, easy foy you to modify.

    I dont speak a good english.

    if you want to see my site [a href=\"http://www.digital-arts.com.mx\" target=\"_blank\"]http://www.digital-arts.com.mx[/a]

    I am learning to design, this is my new proyect. [a href=\"http://digital-arts.myftp.org/usuarios/codemaster/\" target=\"_blank\"]http://digital-arts.myftp.org/usuarios/codemaster/[/a]

    is only a test.

    have a nice day
    aldo Zapata
    [/quote]
    You realize that, if you want to have your site looked at, you could just start your own thread, right?
    Also, I've found that if you were to re-create that design with CSS, you probably could cut down on the size of everything by close to 1/2, simply from removing the <td> tags and the image rollovers. It's a great design, really: I like it. However, your coding techniques are really pretty outdated. Also, were you using Dreamweaver to create that?
  5. [!--quoteo(post=372082:date=May 7 2006, 02:18 PM:name=Knut)--][div class=\'quotetop\']QUOTE(Knut @ May 7 2006, 02:18 PM) [snapback]372082[/snapback][/div][div class=\'quotemain\'][!--quotec--]
    I see your point. Good to get feedback from experienced coders.
    What do you recommend I use instead of tables?
    [/quote]
    Wow. I'm an experienced coder now? I must be doing better then I thought.
  6. Tables are (a) very resistant to CSS design. It's easy to screw them up when you use CSS on them if you're not careful about it. (b) CSS designs are flexible-if you want to switch the left and right columns, you can. And © a lot less markup. Don't you want to stop typing <tr><td> everywhere?
    This and other reasons are explained elsewhere on the web-that's just the basic run-down of advantages.
  7. Stop using tables! Stop using tables! Stop using tables! Those are the easy answers. The other answer is to set you're cellpadding and cellspacing values to zero for all.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.