Results 1 to 3 of 3

Thread: Combining attributes on <body>

  1. #1
    Join Date
    Dec 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Combining attributes on <body>

    how to combine this

    <body class="bodybody" style="direction:rtl">

    and

    <body onload='msgRefresh()'>

    thnaks

    Edit: Removed DD Script Post Format. Not needed for normal questions.

    Edit: Added a more descriptive title. -- Twey
    Last edited by Twey; 12-01-2007 at 12:35 PM.

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Code:
    <body onload="msgRefresh()" style="direction:rtl;" class="bodybody">
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

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

    Default

    Please use a more descriptive title when posting questions. Clearly you have a question, need help, etc., and that's fine-- but provide a quick summary in the title so we know what you're asking and others can refer to it later.
    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

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
  •