Blue border around page
#1
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
Blue border around page
I often use templates I made long ago to reuse to make a new page.
My old 4Runner site has a blue border around it, and so does the FJ Trail Team event page I made in the summer.
http://www.pnw4runners.com/runs/71506/7_15_2006.htm
My new FJ site I made for my new rig does not, I must have built that template from scratch.
Anyways, I am wanting to get rid of the blue border for the page listed above, but I do not see it in the code, unless I am missing it.
I learned how to add that border years ago, and I no longer like them.
Can someone look in the code and show me the line to eliminate?
I will do so then for my old 4Runner page and also on a new template I just made for the upcoming Fall Colors Run that is built off of the same template listed above.
Thanks,
My old 4Runner site has a blue border around it, and so does the FJ Trail Team event page I made in the summer.
http://www.pnw4runners.com/runs/71506/7_15_2006.htm
My new FJ site I made for my new rig does not, I must have built that template from scratch.
Anyways, I am wanting to get rid of the blue border for the page listed above, but I do not see it in the code, unless I am missing it.
I learned how to add that border years ago, and I no longer like them.
Can someone look in the code and show me the line to eliminate?
I will do so then for my old 4Runner page and also on a new template I just made for the upcoming Fall Colors Run that is built off of the same template listed above.
Thanks,
#5
The best way would be to comment it out like so:
If you want, you can put anything between the comment command to tell you what that line originally used to be. It won't affect the code.
Code:
<style type="text/css">
body {
background-color : Black;
/* border-color :#0080ff; */
#6
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
OK I tried that thanks.
It got rid of the blue border, but now there is a thin white/gray line on the left side of the browser window.
http://www.pnw4runners.com/runs/71506/7_15_2006.htm
There is not line at all on my FJ site.
http://www.pnw4runners.com/fjc
Now to gt rid of that new lighter shade line.
Something else is making it appear.
It got rid of the blue border, but now there is a thin white/gray line on the left side of the browser window.
http://www.pnw4runners.com/runs/71506/7_15_2006.htm
There is not line at all on my FJ site.
http://www.pnw4runners.com/fjc
Now to gt rid of that new lighter shade line.
Something else is making it appear.
Trending Topics
#8
Thread Starter
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
Right on
Thanks Leo, that did it.
Now I wonder if I can just delete those two line too if I do not plan on going back and adding in either?
They are right below each other.
That one command was groove, and I guess its function is to put a groove on the left side of the page.
Groovy man groovy
Thanks Leo, that did it.
Now I wonder if I can just delete those two line too if I do not plan on going back and adding in either?
They are right below each other.
background-color : Black;
/* border-color :#0080ff; */
/* border-style : groove; */
/* border-color :#0080ff; */
/* border-style : groove; */
Groovy man groovy
#9
yeah, you can delete them...
CSS box model... i've been living and breathing it for the past month or 2...
plus if you wanna go crazy, google "IE css box model hacks"... and the "be nice to opera" hack...+
CSS box model... i've been living and breathing it for the past month or 2...
plus if you wanna go crazy, google "IE css box model hacks"... and the "be nice to opera" hack...+
Thread
Thread Starter
Forum
Replies
Last Post
ashamsuddin
General Vehicle Related Topics (Non Year Related)
17
Jul 22, 2024 03:59 AM
FS[MidWest]: OEM Toyota FJ Wheels 2007-2010 $500
dbd6604
Axles - Suspensions - Tires - Wheels
2
Oct 11, 2015 05:30 PM
charlie_fong
General Vehicle Related Topics (Non Year Related)
0
Sep 27, 2015 10:06 PM
PureTacoma_Tundra
PureTacoma_Tundra
0
Sep 24, 2015 12:14 PM




