| Author |
Message / Information |
TgAngelOfDeath
Quote | Reply |
| Forum Name image " herf " posted on: 2/11/2005 1:32:34 AM Ok heres my sitaution. I do know HTML to a point, so I know I'm using the right code (Or so i believe). The problem is that when the image appears (where my forum name is) I get a strange code along with it. It says " href="TgClan.f68894">
Now I have no clue what this is, but I don't think it should be there..lol
Heres the URL to my forum http://www.chatarea.com/TgClan
and here is the code I am using in the NAME section
<img src="http://img139.exs.cx/img139/7144/clanmemebrs4wn.jpg">
Also in the CUSTOMIZE section there is something strange happening. There is a "> outside of the text field. It's not always there, but only sometimes.
I can see the image so it's not the image hosting, so what could it be?
All help is thanked in advance |
Sharky
ChatArea.com Owner

Quote | Reply |
|
Forum Name image
replied on: 2/11/2005 11:52:08 AM
I will look at it for you no later than tomorrow afternoon.
|
TgAngelOfDeath
Quote | Reply |
|
Forum Name image
replied on: 2/11/2005 2:26:07 PM
Thanks.. I will check back every so often.
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Forum Name image
replied on: 2/12/2005 8:34:41 AM
You html was perfect, how ever it was messing up the title tag we had for those links, so I took the title tags out.
Which is not a good thing for search engines like google, just means it might get a lower rating.
To get rid of the blue border around your images, just add this to your style's
img { border: 0px; }
|
TgAngelOfDeath
Quote | Reply |
|
Forum Name image
replied on: 2/13/2005 1:27:59 AM
Ok, this might sound a bit stupid, but where do I add that? I think your talking about CSS, but I'm not using that. So if there is a text field, tell me where it is?
If i am wrong and your telling me to add that to my HTML code, Not sure where I would add that?
http://img152.exs.cx/img152/6715/antihack0oh.jpg img { border: 0px; }
Like that?
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Forum Name image
replied on: 2/13/2005 11:02:46 AM
In the forum header you will put
<style> img {border:0px;} </style>
|