473,322 Members | 1,241 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

<body background="BMP/Header.gif" MS_POSITIONING="GridLayout">

Who knows what should we include into aspx file to show some image as a
background picture but only once at the top of the page? I don't want to add
the Image control because even if it uses a transparent gif image I can't
use LinkButtons over this image.

The string that I'm using now is:

<body background="BMP/Header.gif" MS_POSITIONING="GridLayout">

Maybe I should use something else in place of GridLayout?

Thanks,
Just D.
Nov 19 '05 #1
2 2506
Just D.,

You should use css styles.

body{
background-image:"BMP/Header.gif";
background-repeat:no-repeat ;
background-position :top center;
}

Layout option does not matter.

Eliyahu

"Just D." <no@spam.please> wrote in message
news:Ey4Fd.1329$IS1.493@fed1read02...
Who knows what should we include into aspx file to show some image as a
background picture but only once at the top of the page? I don't want to add the Image control because even if it uses a transparent gif image I can't
use LinkButtons over this image.

The string that I'm using now is:

<body background="BMP/Header.gif" MS_POSITIONING="GridLayout">

Maybe I should use something else in place of GridLayout?

Thanks,
Just D.

Nov 19 '05 #2
Hi Eliyahu,

That's excellent, just one correction:

body
{
background-image:url(../gif/Header.gif);
background-repeat:no-repeat ;
background-position :top left;
}

Everything works fine now.

Just D.
Goldin
You should use css styles.

body{
background-image:"BMP/Header.gif";
background-repeat:no-repeat ;
background-position :top center;
}

Layout option does not matter.

Eliyahu

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Don Wash | last post by:
Hi All! I'm getting the following Error: No DLLs has been compiled yet and nothing in the \bin directory. So it is not the versioning problem or anything like that. And here are the...
7
by: Calvin KD | last post by:
Hi everyone, Has someone out there experienced the same problem? What i wanted to do is to display a popup window (modal) upon the loading of a webpage. Here is my code sample (in html view):...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.