Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~251 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for v1r

Hi, this is how I acheive the kind of thing your looking for: [code=coldfusion]<cfoutput query = "getEntrees" >#Sommaire#<br/><br/></cfoutput>[/code] if you define the query within the cfoutput tag there is no need to define it in the variable. also you could try this : [code=coldfusion]<cfoutput query = "getEntrees" ><ol><li>#Sommaire#</li></ol></cfoutput>[/code] hope this …

Member Avatar for hinde
0
112
Member Avatar for krauz2

Hi, yeah you can build login functionality using dreamweaver CS3 as a tool. Im not sure about the login wizard (if there is one, i never used it). Its not to difficult to code a simple login system using coldfusion.. are you using coldfusion?

Member Avatar for vdog
0
90
Member Avatar for vdog

Hi :-) Im pulling my hair out over an issue with cfreport builder 7 and the abillity to dynamically display images. I can display images dynamicaly fine using this method: application.coverimage & "/" & query.image The problem is ive no idea how to say " if there is no image …

0
49

The End.