User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 392,037 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,307 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 2342 | Replies: 20 | Solved
Reply
Join Date: Feb 2008
Posts: 11
Reputation: alieya is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
alieya alieya is offline Offline
Newbie Poster

Re: develop website by using free templet from provider

  #11  
Feb 7th, 2008
i actually not finish yet the code for admin.php..
the problem that i have distract me to continue the code.
Attached Files
File Type: zip admin & index.zip (807.1 KB, 3 views)
Reply With Quote  
Join Date: Feb 2008
Location: Oneida, NY, USA
Posts: 51
Reputation: Suetan is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 4
Suetan Suetan is offline Offline
Junior Poster in Training

Re: develop website by using free templet from provider

  #12  
Feb 7th, 2008
Going by the images that were in your attachment, it looks to me like your CSS files weren't uploaded to the server. I'm saying this because you have all the images that would be in the page from hard coding, but your background images aren't showing up.

Try uploading your CSS file and see if that's going to change anything.
Last edited by Suetan : Feb 7th, 2008 at 10:43 pm. Reason: attached compressed files were images, not PHP files
Reply With Quote  
Join Date: Feb 2008
Posts: 11
Reputation: alieya is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
alieya alieya is offline Offline
Newbie Poster

Re: develop website by using free templet from provider

  #13  
Feb 8th, 2008
did u mean to see css file?

but why it still hapend (i already put '../' for the css file path)
Attached Files
File Type: zip css.zip (850 Bytes, 2 views)
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is offline Offline
Posting Sensei

Re: develop website by using free templet from provider

  #14  
Feb 8th, 2008
Okay.. I found out your problem. Open css file and change the path of all image urls to images/filename instead of
background-image: url(file:///C|/Documents%20and%20Settings/Azura/Desktop/templete/34/images/nav_on.gif);.

That will solve your problem.
Cheers,
Naveen
Last edited by nav33n : Feb 8th, 2008 at 1:50 am.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Feb 2008
Posts: 11
Reputation: alieya is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
alieya alieya is offline Offline
Newbie Poster

Re: develop website by using free templet from provider

  #15  
Feb 8th, 2008
thanks naveen..

i already change it to:
url(C:\xampp\htdocs\fab\images\nav_on.gif);
but i have the sme problem

-waaa...i feel want to gve up but can't-
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is offline Offline
Posting Sensei

Re: develop website by using free templet from provider

  #16  
Feb 8th, 2008
no. Change them all to
url("images/filename.gif");
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Feb 2008
Posts: 11
Reputation: alieya is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
alieya alieya is offline Offline
Newbie Poster

Re: develop website by using free templet from provider

  #17  
Feb 8th, 2008
naveen...

it still not working
i hve no idea anymore where to change the code

any idea??
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is offline Offline
Posting Sensei

Re: develop website by using free templet from provider

  #18  
Feb 8th, 2008
I changed.. I saw and I deleted.. So, its working.. Anyway, look closely.
  1. body {
  2. font-family: Verdana, Arial, Helvetica, sans-serif;
  3. font-size: 10px;
  4. background-image: url(C:/xampp/htdocs/fab/images/bgmain.gif);
  5. margin: 0px;
  6. }
  7. td {
  8. font-size: 10px;
  9. }
  10. .navon {
  11. background-image: url(C:\xampp\htdocs\fab\images\nav_on.gif);
  12. background-repeat: no-repeat;
  13. background-position: left;
  14. height: 23px;
  15. width: 152px;
  16. text-indent: 25px;
  17. }
  18.  
  19.  
  20. .bgmain {
  21. background-image: url(C:\xampp\htdocs\fab\images\main_bg2.gif);
  22. background-repeat: repeat-x;
  23. height: 287px;
  24. }
  25. .loginbg {
  26. background-image: url(C:\xampp\htdocs\fab\images\header_01.gif);
  27. background-repeat: no-repeat;
  28. height: 40px;
  29. width: 368px;
  30. }
  31. .navt1 {
  32. background-image: url(C:\xampp\htdocs\fab\images\header_05.gif);
  33. height: 41px;
  34. width: 131px;
  35. font-size: 12px;
  36. font-weight: bold;
  37. color: #FFFFFF;
  38. text-align: center;
  39. padding-bottom:7px;
  40. }
  41. a:link {
  42. color: #000000;
  43. text-decoration: none;
  44. }
  45.  
  46. .navt2 {
  47. background-image: url(C:\xampp\htdocs\fab\images\header_06.gif);
  48. height: 41px;
  49. width: 129px;
  50. color: #FFFFFF;
  51. text-align: center;
  52. padding-bottom:7px;
  53. text-decoration: none;
  54. font-size: 12px;
  55. font-weight: bold;
  56. }
  57. .crbg {
  58. background-image: url(C:\xampp\htdocs\fab\images\crbg.gif);
  59. height: 22px;
  60. padding-top: 2px;
  61. padding-bottom: 2px;
  62. font-weight: bold;
  63. color: #FFFFFF;
  64. }
  65.  
  66. .navt3 {
  67. background-image: url(C:\xampp\htdocs\fab\images\header_07.gif);
  68. height: 41px;
  69. width: 129px;
  70. font-size: 12px;
  71. font-weight: bold;
  72. color: #FFFFFF;
  73. text-align: center;
  74. padding-bottom:7px;
  75. }
  76. .navt4 {
  77. background-image: url(C:\xampp\htdocs\fab\images\header_08.gif);
  78. width: 131px;
  79. height: 41px;
  80. font-size: 12px;
  81. font-weight: bold;
  82. color: #FFFFFF;
  83. text-align: center;
  84. padding-bottom:7px;
  85. }
  86. .navt5 {
  87. background-image: url(C:\xampp\htdocs\fab\images\header_09.gif);
  88. width: 130px;
  89. height: 41px;
  90. font-size: 12px;
  91. font-weight: bold;
  92. color: #FFFFFF;
  93. text-align: center;
  94. padding-bottom:7px;
  95. }
  96. .navt6 {
  97. background-image: url(C:\xampp\htdocs\fab\images\header_10.gif);
  98. height: 41px;
  99. width: 127px;
  100. font-size: 12px;
  101. font-weight: bold;
  102. color: #FFFFFF;
  103. text-align: center;
  104. padding-bottom:7px;
  105. }
  106. .mcbg {
  107. background-image: url(C:\xampp\htdocs\fab\images\mcbg.gif);
  108. background-repeat: repeat-y;
  109. width: 779px;
  110. padding: 0px;
  111. }
  112. .navoff {
  113. background-image: url(C:\xampp\htdocs\fab\images\nav_off.gif);
  114. text-indent: 20px;
  115. height: 23px;
  116. width: 152px;
  117. background-repeat: no-repeat;
  118. font-weight: bold;
  119. }
  120. .leftcolheader {
  121. background-image: url(C:\xampp\htdocs\fab\images\left_box_head.gif);
  122. background-repeat: no-repeat;
  123. height: 26px;
  124. width: 151px;
  125. color: #FFFFFF;
  126. text-indent: 20px;
  127. padding-top: 6px;
  128. }
  129. .lcolbg {
  130. background-image: url(C:\xampp\htdocs\fab\images\lcolmcbg.gif);
  131. background-repeat: repeat-y;
  132. width: 152px;
  133. padding-top: 3px;
  134. }
  135. .mcheader {
  136. background-image: url(C:\xampp\htdocs\fab\images\mc_header.gif);
  137. background-repeat: no-repeat;
  138. height: 21px;
  139. width: 368px;
  140. text-indent: 20px;
  141. color: #FFFFFF;
  142. font-weight: bold;
  143. }
  144. .rightboxheader {
  145. background-image: url(C:\xampp\htdocs\fab\images\right_col_header.gif);
  146. background-repeat: no-repeat;
  147. height: 22px;
  148. width: 215px;
  149. text-indent: 20px;
  150. padding-top: 1px;
  151. color: #FFFFFF;
  152. }
  153. .rightcolboxbg {
  154. background-image: url(C:\xampp\htdocs\fab\images\right_col_box_bg.gif);
  155. background-repeat: repeat-y;
  156. width: 215px;
  157. padding-top: 4px;
  158. }
  159.  
  160. .maincbbg {
  161. background-image: url(C:\xampp\htdocs\fab\images\mcb_bg.gif);
  162. background-repeat: repeat-y;
  163. width: 368px;
  164. }
  165.  
  166. input {
  167. font-family: Verdana, Arial, Helvetica, sans-serif;
  168. font-size: 12px;
  169. color: #FFFFFF;
  170. background-image: url(C:\xampp\htdocs\fab\images\input_bg.gif);
  171. border-top-width: 0px;
  172. border-right-width: 0px;
  173. border-bottom-width: 0px;
  174. border-left-width: 0px;
  175. border-top-style: none;
  176. border-right-style: none;
  177. border-bottom-style: none;
  178. border-left-style: none;
  179. text-indent: 3px;
  180. margin: 0px;
  181. padding: 0px;
  182. font-weight: bold;
  183. }
  184. a:link {
  185. text-decoration: none;
  186. }
  187. a:visited {
  188. color: #000000;
  189. text-decoration: none;
  190. }
If you can see, in all the css classes, you have background-image: url(C:/xampp/htdocs/fab/images/bgmain.gif);
Edit that line. Remove everything upto images, like,
background-image: url(images/bgmain.gif);

Change in all the classes. Then save the file.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Feb 2008
Posts: 11
Reputation: alieya is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
alieya alieya is offline Offline
Newbie Poster

Re: develop website by using free templet from provider

  #19  
Feb 8th, 2008
i already change it,all of it..
but the interface for index.php become worst too..
u can see the screenshot that i post.

-tQ naveen-
Attached Files
File Type: zip alieya.zip (488.2 KB, 1 views)
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is offline Offline
Posting Sensei

Re: develop website by using free templet from provider

  #20  
Feb 8th, 2008
Really strange. Its working for me. I ll attach the screenshot. So ? Who's fault is it ?

Edit: Check if you haven't accidently deleted the image files.
Last edited by nav33n : Feb 8th, 2008 at 1:49 pm.
Attached Images
File Type: jpg template.jpg (274.8 KB, 3 views)
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb PHP Marketplace
Thread Tools Display Modes

Other Threads in the PHP Forum

All times are GMT -4. The time now is 11:04 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC