Search Result

Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
fix
  •  

  • robyy456
    started a topic Fixing background image

    Fixing background image

    Hi..i am using a software called webpage maker to build a site now here is my problem i selected an image for background (which i uploaded in phorobucket)..t he image is like below..





    i selected this as background image in software and after tiling in webpage maker the whole background looks like this...




    But when i preview this on browser it looks like this..
    ...
    See more | Go to post

  • dudesville
    started a topic Avoid row when scrolling in datagrid.

    Avoid row when scrolling in datagrid.

    Is there anyway to freeze a specific row when scrolling the datagid? For example i have a datagrid with 10 rows, i just want only rows 0 to 8 will move when i scroll down or up the grid and the 10th row will remain on it's place. Is this possible?
    See more | Go to post
    Last edited by Dormilich; Jul 5 '10, 06:32 AM. Reason: don’t know where to move it

  • syntax error before { line 29 and syntax error before } line 45? gcc mac.

    Code:
    #include<stdio.h>
    int main(void)
    
    {
    	
    	double Yeild, Heads, Seedhead, Size, unit;
    		
    		printf("Please enter 1 for US customary Units or 2 for metric units: ");
    		scanf("%lf", &unit);
    		if(unit=1) 
    		{
    		
    		printf("Please give the number of heads per square foot: ");
    		scanf("%lf", &Heads);
    ...
    See more | Go to post
    Last edited by Banfa; Feb 25 '10, 12:15 AM. Reason: Added [code] ... [/code] tags

  • bboyson
    started a topic writing information from a prompt

    writing information from a prompt

    I am trying to get the code to write the users name onto the site.

    I think i need to call the functon before the page fully loads can someone tell me how to do this or how to fix my problem thanks..
    Code:
    <html>
    <head>
    <SCRIPT LANGUAGE="JavaScript">
    function getName() {
    var name = prompt("What is your name?", "")
    }
    document.write("Hello "
    ...
    See more | Go to post
Working...