Recent Topics

1 Aug 27, 2006 10:28    

Hi

First of all i am working whit b2 2 weeks and i like it verry much.
But i have 2 problems that i not can solve and noware can't found at the forums
It has to do whit the tags which i not get to work.
1) Why can i not get a email link work clickable (what code i use it doesn't work)
2) How do i get a image clickable to a other bigger image.

Myby it's verry simpel but cannot seem to find the answer
The site and the template i use is :
http//joniesamateurs.nl (adult content)

You wil see the images are not clickable

2 Aug 28, 2006 18:21

1/ you should just be able to type mailto:spam@anywhere.com

2/ <a href="http://domain.com/big-pictures/image.jpg"><img src="http://domain.com/small-pictures/image.jpg" /></a>

The link to your site is invalid http://jonieamateurs.nl ?

¥

3 Aug 28, 2006 18:49

thx for helping me

i changed the url ( forgot a letter)

Whit the pictures is solved now , but the email link is stil not working somthing whit the tags i think

you can see it at the page in the right my email is not clickable

4 Aug 28, 2006 18:54

damn, that woke me up :p

try <a href="mailto:your_email">email me</a>

¥

5 Aug 29, 2006 09:58

stil not working
get message :

Found invalid URL: Invalid URL

thx for helping me

6 Aug 29, 2006 18:29

Try this instead, crack open skins/nifty corners/_main.php and find this bit :-

	<div class="bSideItem">
		<h3><?php $Blog->disp( 'name', 'htmlbody' ) ?></h3>
		<p><?php $Blog->disp( 'longdesc', 'htmlbody' ); ?></p>

Right after it add :-

<p><a href="mailto:your@email.com">email me</a></p>

¥

7 Aug 29, 2006 19:24

thank u verry much for your help


Form is loading...