jepke
03-17-2007, 12:35 PM
see my forum http://gboxserver.servehttp.com
there are some problems i cant fix the first
google adsence must showed in the center with a open spacer above and 2 under.
and i made my logo clickable but there is now a line on each side.
jepke
03-17-2007, 01:55 PM
allready fixed the ads
but its not a real nice place for it
Joeychgo
03-17-2007, 03:54 PM
thats a custom skin - The layout is not something that can be easily done unless you know how to make skins.
Peggy
03-17-2007, 08:14 PM
Exactly. Custom skin, custom-coded header. I would suggest that you contact the designer of that skin and ask for his assistance. You may not get it, but it's worth a try.
jepke
03-18-2007, 02:41 AM
i did place it in the footer looks nice
Dave A
03-18-2007, 10:35 AM
and i made my logo clickable but there is now a line on each side.
This puts a 1 pixel border around the image. It needs a border = 0 somewhere in the css, but I wouldn't know what class it would fall under (if it is even an existing class - could be a default). I understand the principle, just don't know the conventions that well. Perhaps create an arbitrary class for the image.
A quick patch would be to insert a border="0" direct into the template for the image link and should work, but it would not be strict xhtml.
jepke
03-19-2007, 01:15 PM
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
all are set as 0
Peggy
03-19-2007, 01:36 PM
Don't forget the > at the end of that code.
Dave A
03-19-2007, 02:28 PM
Erm. That's the table border. It's the image border you need to take control of. I think it's this:
<img src="http://www.etc.com/image" alt="alt_name" border="0" />
I wouldn't think it is a conditional for the a href= tag, but I normally find these things out by trial and error.
EDIT: Sorry. I'm pressed for time to test myself. Let us know if it works.
Peggy
03-19-2007, 02:51 PM
This is miner's skin. You could have easily gone to him for the fix and had it 2 days ago.
We could go on guessing and you'd be in the same fix, because the fact is, it's a custom-coded header template.
If you want to, you can post the header contents here and we can try to help. It's hard to do so without being able to see the code.
OR you can ask miner and get it alot sooner.