NameSilo

New type of website - Problem

Namecheap AuctionsNamecheap Auctions
SpaceshipSpaceship
SpaceshipSpaceship
Watch

leviathon

Established Member
Impact
7
Hi all

Recently I've decided to create a site similar to the formation of this site:

http://www.projectseven.com/

My problem is, how do I make the top dark-bar stretch to 100%?

I realized in Dreamweaver/Fireworks you can simply make a table that fits the site 100% then insert the image into it, then the bg etc. But Even after setting the table properties to 100%, the outcome still leaves me with blank white spaces on the side (sort of like a margin). However when I checked the margin settings, it showed 0.

If you have a solution, please post, thanks.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains — AI StorefrontUnstoppable Domains — AI Storefront
I'm not seeing a white space. Am I looking in the wrong place? The Very top bar (Your Logo)?
 
0
•••
Leviathon, can you post a link to the site you are referring to.
 
0
•••
try this quick fix, load up the said page in dreamweaver and then click on Modify - > Page Properties make sure left/top margin is set to 0, you can also set to 0 both margin height/width. HTH
 
0
•••
Amanda said:
I'm not seeing a white space. Am I looking in the wrong place? The Very top bar (Your Logo)?

Look. This website's the site I'm making my own new site based off. This is only an example of those sites which the logo stretches 100% of the screen. I'm trying to make a 100% stretched logo site, but I still have white spaces (margins) on the sides of the logo.

weblord said:
try this quick fix, load up the said page in dreamweaver and then click on Modify - > Page Properties make sure left/top margin is set to 0, you can also set to 0 both margin height/width. HTH


I did.... but thanks anyways :alien:
 
0
•••
leviathon said:
Look. This website's the site I'm making my own new site based off. This is only an example of those sites which the logo stretches 100% of the screen. I'm trying to make a 100% stretched logo site, but I still have white spaces (margins) on the sides of the logo.



My bad.. I misread your post.. Sorry
 
0
•••
Firstly Forget using table for it

then add to Body tag
<body style=" background-image: url(Logo.jpg); background-repeat: repeat-x;">

or add to the css file
.body
{
background-image: url(Logo.jpg);
background-repeat: repeat-x;
}
 
0
•••
CatchedCatched

We're social

Escrow.com
Spaceship
Escrowly
CryptoExchange.com
Domain Recover
Catchy
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back