Results 1 to 9 of 9

Thread: real fast answer please!?

  1. #1
    Join Date
    Sep 2007
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default real fast answer please!?

    i know this is easy and im missing something but how do i insert a break in the following code>>>>

    ${content} break
    ${event} break
    ${date}

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    are you talking about like a <br> tag or a newline ( \r \n ) tag?
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Sep 2007
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    heres what i have

    ${eventDate} [!a: - ${endDate(%I:%M%p)}] ${title} ${content}

    displays this:

    Wed, Dec 12th, @ 3:00pm - 01:00AM Dock Fore $1.95 20oz Select Drafts

    I need there to be a LineBreak after the name so it looks like this:

    Wed, Dec 12th, @ 3:00pm - 01:00AM Dock Fore
    $1.95 20oz Select Drafts

  4. #4
    Join Date
    Sep 2007
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    this seems simple but i cannot find the answer anywhere.

  5. #5
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You could use a <br> tag in there like so:

    Code:
    ${eventDate} [!a: - ${endDate(%I:%M%p)}] ${title} <br>
     ${content}
    That is all depending on how you are outputting this data to the browser. If the above doesn't work, post some more code to give us an idea of what you are doing to output this data, and we will be able to help you further.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  6. #6
    Join Date
    Sep 2007
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    that didnt seem to wokr

  7. #7
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    ok, like I said, post some more code so that we can see what it is that you are doing (if you could post the whole thing, that would be great)
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  8. #8
    Join Date
    Sep 2007
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    im uising jevents and thats all the code there is under the config file

  9. #9
    Join Date
    Sep 2007
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    maybe i need to check out the module file and mess with that

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
  •