Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 02-28-2006, 07:54 AM   #1 (permalink)
Senior Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
vB Skinning Question. CSS Question.

http://www.paris-hilton-forums.com/forums/

I used the css manager in vB to edit the colors, but there is a one pixel blue border around each section that is not in the manager to edit.

I think I'm missing something... and since this is my first vB to skin, I'm at a loss. Anyone know where to find that to change it?

Thanks.
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 08:24 AM   #2 (permalink)
Senior Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
Here is a screenshot (zoom view) of the problem...
Attached Thumbnails
vB Skinning Question. CSS Question.-blue-border-sample.gif  
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 08:57 AM   #3 (permalink)
aka Colleen
 
Join Date: 03-25-04
Location: Canada
Posts: 2,555
iTrader: 0 / 0%
Latest Blog:
None

Kalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest order
Well afaik it's .tborder

Even though your .tborder is;

.tborder
{
background: #FCD9E2;
color: #000000;
border: 1px solid #0B198C;
}

I am sure that's it, try changing #0B198C to white just to see what happens.
__________________
Ruby Jewelry Sales
Kalina is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 09:22 AM   #4 (permalink)
Senior Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
Thanks for the reply.

you where right... I looked all over the css manager for the code and couldn't find it. BUT after you pointed out .tborder I went back in and found it with ease... guess I was braindead yesterday.

Thanks a bunch.
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 09:26 AM   #5 (permalink)
aka Colleen
 
Join Date: 03-25-04
Location: Canada
Posts: 2,555
iTrader: 0 / 0%
Latest Blog:
None

Kalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest order
You're welcome.

It's messed me up before as well, once you learn you won't forget the annoying pest.
__________________
Ruby Jewelry Sales
Kalina is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 11:12 AM   #6 (permalink)
Senior Member
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Cudda just done a search in the CSS for that hex value couldn't you?

Least it's sorted now.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 11:59 AM   #7 (permalink)
Senior Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
Quote:
Originally Posted by DaveyBoy
Cudda just done a search in the CSS for that hex value couldn't you?

Least it's sorted now.
could have if it were a css file... it's in the admin panel of vB. They have form text boxes for each style, color, font, etc...

Otherwise, I would have done that.
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 12:42 PM   #8 (permalink)
Senior Member
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
sorry
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 12:52 PM   #9 (permalink)
Senior Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
np...

what I should have done was "view source >find" then at least I would have known the name of the area... (so you were kinda right in the first place, kinda...)

JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 01:41 PM   #10 (permalink)
aka Colleen
 
Join Date: 03-25-04
Location: Canada
Posts: 2,555
iTrader: 0 / 0%
Latest Blog:
None

Kalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest order
Davey, actually he couldn't have because the border was coming up as a different color code then what was actually in the vbulletin style admin. It's weird, but it's happened to me before as well.
__________________
Ruby Jewelry Sales
Kalina is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-28-2006, 01:44 PM   #11 (permalink)
Senior Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
yeah, it was written in as hex in an added area instead of being in the selected color area.

notice you changed your sig... gonna have to check it out.
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about question marks? clipse Coding Forum 18 03-15-2006 03:21 PM
Skinning and IPB forum Brian Web Design Lobby 2 03-21-2004 10:37 AM
PHPBB Skinning Problem edbarton Coding Forum 26 10-20-2003 10:19 AM
Skinning this script?!?? saadahmed Coding Forum 3 10-16-2003 03:14 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 07:00 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.