Computer Talk Discussions here pertain to mods, troubleshooting, and PC/console gaming

Blue border around page

Old Oct 8, 2006 | 11:23 AM
  #1  
Corey's Avatar
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,
Reply
Old Oct 8, 2006 | 12:32 PM
  #2  
Tofer's Avatar
Sponsor
 
Joined: Jul 2004
Posts: 9,173
Likes: 6
From: Puyallup WA.
Code:
   <style type="text/css">
body {
 background-color : Black;
 border-color :#0080ff;
did you try removing that
Reply
Old Oct 8, 2006 | 01:05 PM
  #3  
Corey's Avatar
Thread Starter
Co-Founder/Administrator
iTrader: (1)
 
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
Nope, did not see it.
So I can leave the border command there, but just erase the hex code and the # sign?
Reply
Old Oct 8, 2006 | 01:20 PM
  #4  
Tofer's Avatar
Sponsor
 
Joined: Jul 2004
Posts: 9,173
Likes: 6
From: Puyallup WA.
i belive so or comment the whole thing out with either "//" in the begining or <!-- line of code --> (i dont remember which one works for CSS

Last edited by Tofer; Oct 8, 2006 at 01:21 PM.
Reply
Old Oct 8, 2006 | 01:29 PM
  #5  
marko3xl3's Avatar
Contributing Member
 
Joined: Jun 2005
Posts: 1,725
Likes: 0
From: San Jose, CA
The best way would be to comment it out like so:

Code:
<style type="text/css">
body {
 background-color : Black;
 /* border-color :#0080ff; */
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.
Reply
Old Oct 8, 2006 | 02:48 PM
  #6  
Corey's Avatar
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.
Reply
Old Oct 8, 2006 | 10:45 PM
  #7  
ldivinag's Avatar
Registered User
 
Joined: Dec 2003
Posts: 1,526
Likes: 0
From: N37 39* W122 3*
border_style... comment that out and see...
Reply
Old Oct 9, 2006 | 01:32 AM
  #8  
Corey's Avatar
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.

background-color : Black;
/* border-color :#0080ff; */
/* border-style : groove; */
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
Reply
Old Oct 9, 2006 | 10:36 AM
  #9  
ldivinag's Avatar
Registered User
 
Joined: Dec 2003
Posts: 1,526
Likes: 0
From: N37 39* W122 3*
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...+
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
ashamsuddin
General Vehicle Related Topics (Non Year Related)
17
Jul 22, 2024 03:59 AM
dbd6604
Axles - Suspensions - Tires - Wheels
2
Oct 11, 2015 05:30 PM
1985 4Runner
84-85 Trucks & 4Runners
0
Sep 30, 2015 10:17 AM
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


Thread Tools
Search this Thread

All times are GMT -8. The time now is 04:10 PM.