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
~510 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Duki

Is there a way to make links in unordered lists be non-underlined by default? And when the user hovers over the link, it becomes underlined? Here's the current code: [code]<ul> <li><a href="water">Water</a></li> <li><a href="wastewater">Wastewater</a></li> <li><a href="surveying">Surveying</a></li> <li><a href="aerial">Aerial</a></li> <li><a href="it">Technology Consulting</a></li> </ul>[/code] On the page with the lists, all of …

Member Avatar for AdrianaTX
0
139
Member Avatar for chavansoft

Hi, JQuery Not working in Drupal, Please help me fixing it. The below is my JQuery code. [code] $(document).ready(function(){ $('#slides').cycle({ fx: 'fade', speed: '300', timeout: 6000, delay: -2000, next: '#next', prev: '#prev' }); function onBefore() {$('#title').html(this.title);} }); [/code] Regards

Member Avatar for martin5211
0
116
Member Avatar for chavansoft

When I do an attachment, I could see additionally “ATT00407.txt” is getting attached along with this email which is empty. Please look into this issue. This is reflected only in the outlook my code is : [code] $headers = "From: $from_name < $from_email >"; $email_txt =''; $semi_rand = md5(time()); $mime_boundary …

Member Avatar for slyme
0
139
Member Avatar for chavansoft

Hello, writing a file with more than 10000 lines, cause the page never ending loading. please help me to solve it. this is the code i have used $store contains really 10000 lines $fp = fopen($imgpath, 'w'); fwrite($fp, $store); fclose($fp); After this code i have redirect script, but that is …

Member Avatar for cwarn23
0
116