Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Something "else" i'm trying to find the control fo  (Read 3350 times)

0 Members and 1 Guest are viewing this topic.

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Something "else" i'm trying to find the control fo
« on: March 01, 2004, 01:17:16 am »

http://www.artdroid.com/mindseye/

On that page you'll see that the tables have a thin white border on it.  I've searched through everything in CSS and cannot find that little bugger.   Once again...  what am I missing that should be obvious to me????

 
Thanks in advance.


artdroid
Logged
-------------------------------
http://www.artdroid.com

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Something "else" i'm trying to find the control fo
« Reply #1 on: March 01, 2004, 11:54:16 am »

Try your template.html.

look for (in default theme)
Code: [Select]
<td valign="top" bordercolor="#666666" bgcolor="#FFFFFF" style="border: 1px solid;">
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Something "else" i'm trying to find the control fo
« Reply #2 on: March 01, 2004, 04:12:08 pm »

Sadly that didn't do it...  all borders in my template.html are set to 0.


I'm using a personally modified version of Water Drop theme if that helps at all.
Logged
-------------------------------
http://www.artdroid.com

moorey

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 404
Something "else" i'm trying to find the control fo
« Reply #3 on: March 01, 2004, 04:23:06 pm »

Viewing your source code, you have no border tag set. For example:
Quote
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
Logged

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Something "else" i'm trying to find the control fo
« Reply #4 on: March 01, 2004, 09:43:51 pm »

Sorry, I didn't state clearly in my first post...  I'm trying to get "rid" of the thin white border.  I do not want it, or more preferrably, I want to change it from white to a similar gray.

Searching my template.html or source I'm not seeing anything I'd suspect as being the cause, but I've missed things before.
Logged
-------------------------------
http://www.artdroid.com

moorey

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 404
Something "else" i'm trying to find the control fo
« Reply #5 on: March 02, 2004, 03:25:30 am »

Open up theme.php and search for this line:
Quote
<table width="100%" height="100%" cellspacing="0" cellpadding="0">


Add a border="0" to it and see where that brings you.
Logged

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Something "else" i'm trying to find the control fo
« Reply #6 on: March 02, 2004, 03:33:14 pm »

Nope...   made that change and the fine white border still remains at  http://www.artdroid.com/mindseye



Looking around inside of Theme.php was very revealing though.
Logged
-------------------------------
http://www.artdroid.com

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Something "else" i'm trying to find the control fo
« Reply #7 on: March 02, 2004, 04:21:36 pm »

success!

Got it...


<!-- Start standard table -->
<table align="center" width="$width" cellspacing="1" cellpadding="0" class="maintable">

changed to  <!-- Start standard table -->
<table align="center" width="$width" cellspacing="0" cellpadding="0" class="maintable">


All better at http://www.artdroid.com/mindseye


Thanks guys.  I'm sure it's not the last question but that one was irritating.



FYI...  I also noticed that there's quite a bit of cross-linking between different themes which could be "bad".  The theme Water Drop  link over to iGames theme to grab it's filmstrip images (which I changed).   If someone would delete themes they weren't using they'd end up with broken links.
Logged
-------------------------------
http://www.artdroid.com

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Something "else" i'm trying to find the control fo
« Reply #8 on: March 02, 2004, 07:19:38 pm »

Quote from: "Artdroid"
FYI...  I also noticed that there's quite a bit of cross-linking between different themes which could be "bad".  The theme Water Drop  link over to iGames theme to grab it's filmstrip images (which I changed).   If someone would delete themes they weren't using they'd end up with broken links.
Thanks for notifying - this has already been fixed in the dev branch of the cvs and will be done correctly in the next version.

GauGau
Logged

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Something "else" i'm trying to find the control fo
« Reply #9 on: March 03, 2004, 02:12:48 am »

np.  glad my inability to let a small irritation drop turned into something that will help others down the road.

:-0
Logged
-------------------------------
http://www.artdroid.com
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 18 queries.