jwanamoutaz
Posts: 2
|
| Posted: 05/20/2008, 8:37 AM |
|
how i can insert my logo using codecharge?
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 05/20/2008, 11:10 AM |
|
The question is not clear.
please elaborate:
What version CCS which platform?
What is it you are trying to do?
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
jwanamoutaz
Posts: 2
|
| Posted: 05/20/2008, 11:16 PM |
|
Hi,
I am a student at the Open University and I am using code charge to create the forms and reports for my project which is a tracking system for the courier companies, so I need to insert my logo in all the forms and reports that I create it.
And my question is how can I insert the logo?
I am using the version 3.0.16 of CCS
Waiting for your replay
Thanks for u r help
Regards,
Joanna
|
 |
 |
TheunisP
Posts: 342
|
| Posted: 05/21/2008, 4:59 AM |
|
Joanna, that is pure html
<img src="whatever.gif">
or use Image in the HTML toolbox
|
 |
 |
|