Log in

View Full Version : Combining attributes on <body>



apibiru87
12-01-2007, 09:43 AM
how to combine this

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

and

<body onload='msgRefresh()'>

thnaks :)

Removed DD Script Post Format. Not needed for normal questions.
Added a more descriptive title. -- Twey

tech_support
12-01-2007, 10:40 AM
<body onload="msgRefresh()" style="direction:rtl;" class="bodybody">

:)

djr33
12-01-2007, 10:42 AM
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.