Recent Topics

1 Dec 16, 2006 15:28    

I'm so happy whit b2 but 1 thing i cannot mannage

When i inserting the code you see right under this

<a href="http://www.dumparump.com/view.php?id=MbuTeZ0" target="_blank"><img src="http://www.dumparump.com/thumb/203/MbuTeZ0.jpg" alt="dumpArump.com" border="0"></a>

i get the error

Parser error: mismatched tag: img near <img src="http://www.dumparump.com/thumb/203/MbuTeZ0.jpg" alt="dumpArump.com" border="0"></a></body>

please help me whit it ( links are 18+ )

greetings

2 Dec 16, 2006 15:33

try :-
<img src="http://www.dumparump.com/thumb/203/MbuTeZ0.jpg" alt="dumpArump.com" border="0" />

¥

3 Dec 16, 2006 15:40

thx but what about the first part

gr

4 Dec 16, 2006 15:42

the rest of your code should be ok, it's just that <img> is a self closing tag (ie/ it ends with />)

¥

5 Dec 16, 2006 15:53

thx man you realy helped me out

greetings

And if it's not to much asked another smal problem...

i cannot get the code right for a email adres

i want to make my name in the post clickable so the people go to my emailadress.

now i have only my name in the post but no email link

ps :sorry for my bad Englisch

6 Dec 16, 2006 16:10

I don't do email addresses, but this should work :-

<a href="mailto:you@yourdomain.com">Your name</a>

¥


Form is loading...