Help with the html of a meebo chatroom?

Connor

New member
This is the html for the meebo chatroom:

<div style="width:550px;"><style>.mcrmeebo { display: block; background:url("http://widget.meebo.com/r.gif") no-repeat top right; } .mcrmeebo:hover { background:url("http://widget.ebo.com/ro.gif") no-repeat top right; } </style><object width="550" height="415"><param name="movie" value="http://widget.meebo.com/mcr.sf?id=YowMEnpq"></param><embed src="http://widget.meebo.com/mcr.swf?id=YAEnpq" type="application/x-shockwave-flash" width="550" height="415" /></object><a target="_BLANK" href="http://www.meebo.com/rooms/" class="mcrmeebo"><img alt="Create a Meebo Chat Room" src="http://widget.meebo.com/b.gif" width="550" height="45" style="border:0px"/></a></div>


I need to know how to center that on a page, and I'd really not like to use the center tag
 
in the first line: <div style="width:550px;">

modify it, until you have the following:

<div style="width:550px; text-align:center">

because of I'm not sure if it works:
IF it does not work, just tell me, and I'll tell you what to do
 
Back
Top