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..
...
Search Result
Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
-
Fixing background image
-
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? -
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);
-
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 "