heres something you dont see everyday

kinkkink serious memberVPS - Virtual Prince of the Server
check this out ( i worked my fingers almost to the bone on this one so if you dont like it i dont care.) it uses over 4 thousand lines of code very cool
http://www.flirtwithcards.com/templates/colorful.htm
and im working on a sequel

Comments

  • summoner49summoner49 Member NAT Warrior
    could have taken 10 mins with a graphics thing...
  • dabossdaboss WP V.I.P. ''The Boss'' Administrator
    cool!

    it does look like it took you forever to code it :)
  • angrylizardangrylizard Junior Member Shared Hoster
    Looks like you just copied and pasted the same table over and over again to get that effect. I viewed the source and if that's not what you did, you wasted a lot of time for nothing. copy and paste!
  • SEbasicSEbasic Advanced User VPS - Virtual Prince of the Server
    Forget copy and paste...

    You could have just done it with one image and css.

    That would have taken all of 2mins to do...

    I commend your effort though. Next time learn CSS.
    Rave it up.
  • CannonBallGuyCannonBallGuy Moderator Shared Hoster
    yeah.
    And the 4000 lines is just daft.
    You have every tag on its own line and 5 empty lines after each table.
    Why you couldn't just have this I will never know:
    css:
    div {positioning:relative;top:0;left:0;width:150px;height:30px;}  
    
    html:
    <div style="background-color:#004444"></div>
    <div style="background-color:#224444"></div>
    <div style="background-color:#444444"></div>
    <div style="background-color:#664444"></div>
    <div style="background-color:#884444"></div>
    <div style="background-color:#AA4444"></div>
    
    :P lol
    Would have been sooo much easier.
    I just basically made you page in 5 mins...
  • kinkkink serious member VPS - Virtual Prince of the Server
    in all honesty id did use my paster its all done with tables using only the nocontent line that shows up cg im not sure id get the same effect am checking it out though
Sign In or Register to comment.