make php block link into button

Hi

I made a php block in phpmyadmin and used this code to make links to upload too and organise the default photo album in an attempt to make it easier to arrange the profile picture. 

 

$sNickName = getNickName((int)$_COOKIE['memberID']);

$sLink = '<a href="m/photos/albums/my/add_objects/' . $sNickName . '-s-photos/owner/' . $sNickName . '"><p>Upload photos to Profile Photo Album</p></a>';

echo $sLink;

 

$sNickName = getNickName((int)$_COOKIE['memberID']);

$sLink = '<a href="m/photos/albums/my/organize/' . $sNickName . '-s-photos/owner/' . $sNickName . '"><p>organize photos of Profile Photo Album</p></a>';

echo $sLink;

 

this works as I want it to, but I also want to add a button style to it. if i want to add bx-btn class to these links how would I do that? or am i barking up the wrong tree?

 

Quote · 15 Jun 2015

No, you can style it as a button.

Geeks, making the world a better place
Quote · 15 Jun 2015

 

make links to upload too

 Hey Voni, not sure if this is related to what your doing but thought I'd share.

It is a very useful tip for sites.

http://www.boonex.com/forums/topic/Encouraging-Members-to-Upload-Photos-on-a-Dating-site-.htm#161760

http://www.boonexnerd.net/dolphin-7/james-tadeo-tutorials/dolphin-tutorial-how-to-create-a-php-block-in-dolphin-7.0.9-with-QuickLinks-by-james-tadeo/

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jun 2015

You can also use the HTML button

Geeks, making the world a better place
Quote · 15 Jun 2015

that was awesome! With a bit of tweeking I have what I want. thanks!

Quote · 15 Jun 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.