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}
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}
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
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
this seems simple but i cannot find the answer anywhere.
You could use a <br> tag in there like so:
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.Code:${eventDate} [!a: - ${endDate(%I:%M%p)}] ${title}<br>${content}
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
that didnt seem to wokr
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
im uising jevents and thats all the code there is under the config file
maybe i need to check out the module file and mess with that
Bookmarks