Something "else" i'm trying to find the control fo Something "else" i'm trying to find the control fo
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Something "else" i'm trying to find the control fo

Started by Artdroid, March 01, 2004, 01:17:16 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Artdroid

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
-------------------------------
http://www.artdroid.com

Casper

Try your template.html.

look for (in default theme) <td valign="top" bordercolor="#666666" bgcolor="#FFFFFF" style="border: 1px solid;">
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

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.
-------------------------------
http://www.artdroid.com

moorey

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

Artdroid

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.
-------------------------------
http://www.artdroid.com

moorey

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.

Artdroid

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.
-------------------------------
http://www.artdroid.com

Artdroid

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.
-------------------------------
http://www.artdroid.com

Joachim Müller

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

Artdroid

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

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