NameSilo

Having a problem with layout

Spaceship Spaceship
Watch

tony84

Account Closed
Impact
0
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
you can do it in css

just make the body margin as 0px, and make the bg color equal to color of left and right bar.

then on left & right bar gradient you can stretch it using css like this : background-repeat:repeat-y; so it will strech downward .
 
0
•••
i cant do css is there no way of just get my tabe to be in the top left hand corner?
 
0
•••
Tony

Put this in the head of your page...

Code:
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>

Lux
 
0
•••
its worked but now on the right hadn side my image isnt there :S
 
0
•••
hmm why not used css it's pretty easy, you can add this code between you <head></head> tag .

<style type="text/css">
<!--
body {
margin:0px;
background-color:#f0ebef; /* need to get the exact color of the gradient*/
}

.leftgradientbar{
background:#f0ebef;
background-image: url(name of gradient left bar image);
background-repeat:repeat-y;
}

.rightgradientbar{
background:#f0ebef;
background-image: url(name of gradient left bar image);
background-repeat:repeat-y;
}

-->
</style>

then you just need to call the css by using example:
<td class="leftgradient"></td>
 
Last edited:
0
•••
or not using css:

<body bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0" bacground="#f0ebef;">

then on the left and right gradient bar, try to make it 100% height.
 
0
•••
CSS is preferable. You can PM me if you want my help.!
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back