Currently browsing tag

Lt

Help making my tumblr sidebar fixed?

I feel like I’ve tried every little thing.Here’s this HTML my own theme has for your sidebar: <td width="sidebar" valign="top<a href="/archive<a href="/random prevent:AskEnabled <a href="/ask/block:AskEnabled prevent:SubmissionsEnabled <a href="/submit/block:Submis <a href="Permalink prevent:Description Description</p prevent:HasPagesblock:Web pages <a href="URL" class="page/block:Pag <a href="/tagged/me <a href="http://www.twitter.com/thisismyhat You should help, I desperately prefer to fix the …

Viewing larger images from thumbnails in HTML?

I am making a web site and Concerning many images around the pages, information link to on the list of pages: http://www.tonyspigeonphotos.com/Full_Body_Pictures.php What I would like to know, is besides clicking over a picture and viewing that larger image with a separate page then visiting have to search back inside …

How to make these series in c programming?

I would like to screen-print following set in c 1234 123 12 1 you incorporate the use of following loop for(i=n; i>=1; i–) for(j=1; j<=i; j++) printf(“%d”, j); printf(“\n”); include #include emptiness main() int my partner and i, j; for(i=4; i>0; i–) for(j=1; j<=i; j++) printf(“%d”, j); printf(“\n”); getch(); try …

Viewing larger images from thumbnails in HTML?

We are making a website and Relating to plenty of images about the pages, listed here is a link to among the pages: http://www.tonyspigeonphotos.com/Full_Body_Pictures.php What I want to know, is instead of clicking for a picture plus viewing the particular larger image on a separate page then likely to have …

What is the error in my code…?

include using namespace an std; enum triangleType SCALENE, ISOSCELES, EQUILATERAL, NOTRIANGL int triangleShape(int the, int b, int c, int t) if(a+b>ca+c>bb+c>a) cout<<"its triangle"<<endl; else if(a! =b && the! =c && b! =c) t=SCALENE; else if((a=b) && (b=c) &&( c=a)) t=EQUILATERAL; else if((a=b)&&(a! =c)&&(b! =c) (a=c) &&(a! =b)&&(b! =c)(b=c)&&(b! =a)&&(c! =a)) …

Php echo within echo?

Hey guys, I’m brand-new to PHP and still have been trying to figure out how to produce this function, any help could well be great! <php indicate do_shortcode('contact-form to="” subject=”New Concept from ScanSpaces” show_subject=”yes”‘); > <php indicate do_shortcode('contact-form to="” subject=”New Concept from ScanSpaces” show_subject=”yes”‘); > may just be written because: …

Give me clue to do this task..how to make function of substr..?

write an application that prompt the user to enter a stringed.the course then utilize function substr to reove every one of the vowels with the string.electronic.g when str=”there” and then after eliminating str=”thr”. Here’s the PHP functionality: function remove_vowels($string) $length = strlen($string); if ($length) $vowels_array(“a”, “e”, “i”, “o”, “u”, “y”); …