Results 1 to 5 of 5

Thread: some help

  1. #1
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default some help

    how can i Align this DIV to right i tried everything like <right> .. <div Id=".." align="right ..... but now working here is the code

    Code:
    		<div id="myContent">
    <a href="http://www.adobe.com/go/getflashplayer">
                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></div>
    Last edited by ff123; 05-14-2008 at 12:20 AM.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Code:
    float:right;
    Tutorial.

  3. #3
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    I want to align it right from that HTML page nt from CSS file and Float does'nt work either...

  4. #4
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    i need this alight for this swfobject .. http://code.google.com/p/swfobject/wiki/documentation

  5. #5
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by ff123 View Post
    I want to align it right from that HTML page nt from CSS file and Float does'nt work either...
    1. You should be using CSS. The alternate ways of doing it with just HTML are deprecated and you're not going to get consistent behavior with them.

    2. You don't need an external file for CSS. It's good practice because the entire point of CSS is to remove styling from markup. But it can still be added inline.

    3. How did you try to add the float? The use of SWFObject makes no difference here.

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
  •