473,326 Members | 2,173 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,326 software developers and data experts.

Removing space between top banner & the rest of the page content

Hello Gurus, please help suggest how I can remove the space between
the top banner image & the rest of the page in:

http://www.naturerugs.com/affiliate/default.asp

I have tried numerous things, but nothing workd. I am not sure how
that space was created there in the first place.

Thanks a ton.
Deepak
Jul 20 '05 #1
8 6656
deepak datta wrote:
Hello Gurus, please help suggest how I can remove the space between
the top banner image & the rest of the page in:

http://www.naturerugs.com/affiliate/default.asp


do you mean the white space between the image and the green bar thingy?

I can see that in ie6/sp1, but Moz 1.3.1 and Opear 7.11 are both bereft of
whiteness there.

of more concern is the horizontal scroll bar at anything less than 820

--
William Tasso - http://WilliamTasso.com
Jul 20 '05 #2
William Tasso pounced upon this pigeonhole and pronounced:
deepak datta wrote:
Hello Gurus, please help suggest how I can remove the space between
the top banner image & the rest of the page in:

http://www.naturerugs.com/affiliate/default.asp


do you mean the white space between the image and the green bar thingy?

I can see that in ie6/sp1, but Moz 1.3.1 and Opear 7.11 are both bereft of
whiteness there.

of more concern is the horizontal scroll bar at anything less than 820


Another question: why do the last four links open in a new window? Very
confusing.

--
-bts
-This space intentionally left blank.
Jul 20 '05 #3
You might want to include that first image, < img
src="../graphics/rugs-affiliate-home.jpg" width="800" height="108" > inside
of a table first off. I wouldn't just leave it sitting there above
everything else. The img attributes you are looking for, though, I believe
are the hspace, vspace, and possibly an align. Something like

< img src="../graphics/rugs-affiliate-home.jpg" width="800" height="108"
hspace = "0" vspace = "0" align = "center" >

would probably solve your problems once you get it inside of that first
table. Possibly without, but I'd still put it inside of one.

"deepak datta" <d-******@ti.com> wrote in message
news:21**************************@posting.google.c om...
Hello Gurus, please help suggest how I can remove the space between
the top banner image & the rest of the page in:

http://www.naturerugs.com/affiliate/default.asp

I have tried numerous things, but nothing workd. I am not sure how
that space was created there in the first place.

Thanks a ton.
Deepak

Jul 20 '05 #4
Thanks. It works.

"Find Yourself" <stackoverflows<REMOVE>@resnet.gatech.edu> wrote in message news:<bl**********@news-int.gatech.edu>...
You might want to include that first image, < img
src="../graphics/rugs-affiliate-home.jpg" width="800" height="108" > inside
of a table first off. I wouldn't just leave it sitting there above
everything else. The img attributes you are looking for, though, I believe
are the hspace, vspace, and possibly an align. Something like

< img src="../graphics/rugs-affiliate-home.jpg" width="800" height="108"
hspace = "0" vspace = "0" align = "center" >

would probably solve your problems once you get it inside of that first
table. Possibly without, but I'd still put it inside of one.

"deepak datta" <d-******@ti.com> wrote in message
news:21**************************@posting.google.c om...
Hello Gurus, please help suggest how I can remove the space between
the top banner image & the rest of the page in:

http://www.naturerugs.com/affiliate/default.asp

I have tried numerous things, but nothing workd. I am not sure how
that space was created there in the first place.

Thanks a ton.
Deepak

Jul 20 '05 #5
"Find Yourself" <stackoverflows<REMOVE>@resnet.gatech.edu> wrote in message news:<bl**********@news-int.gatech.edu>...
You might want to include that first image, < img
src="../graphics/rugs-affiliate-home.jpg" width="800" height="108" > inside
of a table first off.


Waits for the CSS anal brigade to arrive......
Jul 20 '05 #6
"Craig Phillips" <li*******@hotmail.com> wrote in message
news:26**************************@posting.google.c om...
"Find Yourself" <stackoverflows<REMOVE>@resnet.gatech.edu> wrote in

message news:<bl**********@news-int.gatech.edu>...
You might want to include that first image, < img
src="../graphics/rugs-affiliate-home.jpg" width="800" height="108" > inside of a table first off.


Waits for the CSS anal brigade to arrive......


Hey, you might luck out... this is, after all, an HTML group. You provided
an HTML solution. :)
Jul 20 '05 #7
Peter Foti wrote:
"Craig Phillips" <li*******@hotmail.com> wrote in message
news:26**************************@posting.google.c om...
"Find Yourself" <stackoverflows<REMOVE>@resnet.gatech.edu> wrote in

message news:<bl**********@news-int.gatech.edu>...
> You might want to include that first image, < img
> src="../graphics/rugs-affiliate-home.jpg" width="800" height="108" > inside > of a table first off.


Waits for the CSS anal brigade to arrive......


Hey, you might luck out... this is, after all, an HTML group. You
provided
an HTML solution. :)

Try with HSpace="" and VSpace="" and align="".
I hope that will works.
Jul 20 '05 #8

"endlesscam" <en******@endlesscam.nl> wrote in message
news:cw**********************@amsnews02.chello.com ...
Peter Foti wrote:
"Craig Phillips" <li*******@hotmail.com> wrote in message
news:26**************************@posting.google.c om...
"Find Yourself" <stackoverflows<REMOVE>@resnet.gatech.edu> wrote in

message news:<bl**********@news-int.gatech.edu>...
> You might want to include that first image, < img
> src="../graphics/rugs-affiliate-home.jpg" width="800" height="108" >

inside
> of a table first off.

Waits for the CSS anal brigade to arrive......


Hey, you might luck out... this is, after all, an HTML group. You
provided
an HTML solution. :)

Try with HSpace="" and VSpace="" and align="".
I hope that will works.


Please don't give any more advice.
--
Karl Core

At times one remains faithful to a cause only because its opponents do not
cease to be insipid.
Friedrich Nietzsche

eightninethree AT eightninethree.com
Jul 20 '05 #9

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

Similar topics

3
by: | last post by:
I want a banner to appear at the bottom of each page of a web app. I created a user control that describes the banner and have it placed in all my pages. For the most part it functions as needed....
5
by: markthedoc | last post by:
Hi I've got a problem with excess space under my footer. I want the page to finish at the bottom of my footer, but the background image of the body tag carries on until it reaches the bottom of...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
1
by: AR123 | last post by:
Hi I want to set up a rotating banner. Not sure how to incorporate my rotating banner code into the code below. I want the rotating banner to be the main feature image? This is set up in...
0
by: jasone | last post by:
Hey guys, im creating a website that will be mostly powered by php. I will start by giving you some backgroound: I want the website to be totally dependant, so the user can update it all...
24
by: GloStix | last post by:
I'm trying to center this banner, it's in a div that has the same width so it's not exactly "centering" but it's screwed up, It works in safari but in Firefox it's messed up. I uploaded a Video to...
9
by: GloStix | last post by:
Okay, when I click the link it dissapears and makes a white space underneath it but the space is clickable. so when you click the space, the link actually works Used Firefox 3.0 RC2 for this. OS X...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
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...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
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: 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
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.