1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

BR Clear All Tag? Photo enclosed.

Discussion in 'CSS' started by misohoni, Jun 14, 2005.

  1. #1
    I think this can be sorted with a BR clear all tag, but I don't know the actual code.

    I have the picture frame in a separate DIV.

    The address to the left is supposed to be underneath. I tried <br> but it doesn't work, I guess the picture frame is a block or something.

    Hope can I fix it?

    Thanks guys.
     

    Attached Files:

    • br.gif
      br.gif
      File size:
      4.1 KB
      Views:
      801
    misohoni, Jun 14, 2005 IP
  2. tresman

    tresman Well-Known Member

    Messages:
    235
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Not seeing the code is difficult to know but you can try something like:

    <img alt="some-text.-here" style="display:block;clear:both" src="my-image.jpg" />

    his could fix it, but better if you post some code. The image seems to be "floating" and this normally comes from a float.
     
    tresman, Jun 15, 2005 IP
  3. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #3
    Yeah, seeing some code would help, but perhaps you mean <br clear="all">
     
    Colleen, Jun 15, 2005 IP
  4. misohoni

    misohoni Notable Member

    Messages:
    1,717
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    200
    #4
    yep that clear-all tag fixed it - thanks!
     
    misohoni, Jun 15, 2005 IP
  5. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #5
    You're welcome, glad it worked. ;)
     
    Colleen, Jun 15, 2005 IP