Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: Banners for Your Cache Page

  1. #31
    LadyEngineer Guest

    Spaces between the banner and the text?

    When putting the banner or the selector on my cache pages, they appear right below my text even though I put several returns before putting in the code for the selector and banner. How do I get spaces to show up?

  2. #32
    LongDogs Guest

    Re: Spaces between the banner and the text?

    Quote Originally Posted by LadyEngineer
    When putting the banner or the selector on my cache pages, they appear right below my text even though I put several returns before putting in the code for the selector and banner. How do I get spaces to show up?
    Try using
    or

    intead of just returns. That forces HTML line breaks or paragraph breaks respectively.

    That is the "less than" symbol < and then "BR" or "P" followed immediately by the "greater than" symbol >. You do have to type the symbols, as they are what indicate it is an HTML command.

    HTML compresses multiple blank lines or spaces down to just one space, if you don't use these commands to force breaks.

Posting Permissions

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