HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2005
    Location
    Manchester
    Posts
    1,046
    Tokens
    0

    Latest Awards:

    Default Aligning Please Help

    Rite on my website ive got a picture at the top like a Title Image but its Aligned to the rite whereas i want to change it to be aligned to the right How do i do this.
    www.freewebs.com/bobblemania
    thats the site take alook
    Sometimes..
    All you have..
    Is 24 Hours....


    The End...
    Is where we Start from...

  2. #2
    Join Date
    Oct 2004
    Location
    In My Computer
    Posts
    946
    Tokens
    372

    Default

    Well firstly it is on the right but how to get it to the left...


    Ok the easiest way would be to go in to design mode on freewebs and go to the line where the image is on. Then where you see a icon that looks margin
    then click on the first one and it will move the image to the LEFT handside.
    Haven't updated this in around a year, so now i have

  3. #3
    Join Date
    Apr 2005
    Location
    Manchester
    Posts
    1,046
    Tokens
    0

    Latest Awards:

    Default

    Ive tried that but when i go on Design mode and then back on to HTML View the HTML disappears its the most randomest thing in the world.
    Sometimes..
    All you have..
    Is 24 Hours....


    The End...
    Is where we Start from...

  4. #4
    Join Date
    Jul 2004
    Location
    CB9
    Posts
    4,996
    Tokens
    0

    Latest Awards:

    Default

    well apart from tht it looks like it cld b a good site keep it up

  5. #5
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    Have you tried this...

    HTML Code:
    <img border="0" src="your image URL here" align="left">
    ?

  6. #6
    Join Date
    Jul 2004
    Location
    CB9
    Posts
    4,996
    Tokens
    0

    Latest Awards:

    Default

    simple r u any good with ipb's?

  7. #7
    Join Date
    Apr 2005
    Location
    Manchester
    Posts
    1,046
    Tokens
    0

    Latest Awards:

    Default

    okay that reali didnt work lol i just got a border which i didnt want i just wanted to move it <<<<<<rite
    Sometimes..
    All you have..
    Is 24 Hours....


    The End...
    Is where we Start from...

  8. #8
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    just put image between <div align="right"></div> tags
    so

    <div align="right"><img src=" IMAGE URL" border="0" ></div>

    Or you could do it by css aka

    in head
    HTML Code:
    <style>
    .right {
    	position: absolute;
    	right: 0;
    	text-align: right;
    	top: 0;
    }
    </style>
    Then just ad class tag to image

    <img src=" IMAGE URL" border="0" class="right" >

    athogh this is persifcly for top right hand corner

Posting Permissions

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