Results 1 to 8 of 8

Thread: Simple Code

  1. #1
    Join Date
    Dec 2006
    Location
    In my home
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple Code

    Can some please post really simple css codes as simple as this HTML code
    HTML Code:
    <a href="ppppp.htm" target="hello"><iframe name="hello">
    this code may not work because Im in a hurry but do one that works please http://www.stopie.com IE Rocks so please simple codes

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, you do have to formally close the iframe tag and, though a self-closing tag will do in some browsers, not in all - most notably - IE 6, perhaps 7:

    Code:
    <a href="ppppp.htm" target="hello"><iframe name="hello"></iframe>
    And, alternate content for non-iframe enabled browsers should go between the tags:

    Code:
    <iframe name="hello">Alternate Content</iframe>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2006
    Location
    In my home
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah i no but i dont care i just want simple css codes!!

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Simple css codes? To do what, change the background or link colors. Could you be a little more specific.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Dec 2006
    Location
    In my home
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Just post the first CSS codes you learned and memorized please

  6. #6
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Code:
    BODY {background: url('imgs/bg.png') color: #CCCCCC attachment: fixed; overflow-x: auto; overflow-y: auto;}
    a:link, a:visited { text-decoration: underline;}
    a:hover { text-decoration: none; font-weight: bold;}
    Thats just a few of the first ones I learned.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The first post in nonsense. C'mon, man.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    Dec 2006
    Location
    In my home
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It dosnt really matter its not wasting any money or soem what c'mon ya'll

Bookmarks

Posting Permissions

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