NEWBIE: help remove border around page NEWBIE: help remove border around page
 

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

NEWBIE: help remove border around page

Started by murray888, March 09, 2006, 12:11:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

murray888

firstly, apologies for the new thread, i've search about to no avail!!

right then...i've adapted the simplify theme to suit my new site and have managed to change the various characteristics so far.  the one thats getting me is the border around the outside of the page.  this gallery is loaded up in a frame in my site, and i want it to run flush with the rest of the site - problem is theres a border around the edge of the frame (not to do with the parent site).  how do i get rid of this? where is it in the code?

im surprised i got this far with no knowledge of html at all!!!

cheers in advance

Joachim Müller

a link to your page might be a good start if you actually want help...


Joachim Müller

edit http://stokevideomag.awardspace.com/public_html/gal/themes/stoke/template.html, find<td class="white_bg" style="border-top:1px solid black; border-bottom:1px solid black;">and replace with<td class="white_bg">

murray888


murray888

just tried it, turns out its only turned the top and bottom borders off, not the left and right ones

huh?!

EDIT:  could it be to do with this:

<td style="background-image:url(themes/stoke/images/lside.gif);background-repeat:repeat-y;">
        <div align="center"><img src="images/spacer.gif" width="5" height="1" border="0" alt="" />
        </div></td>


??