« Web, HTML, Tech Forum

How to add extra button on view my: [closed]

Hi im looking to achieve that old myspace look and I want to add a link on my view my buttons, the ones that say blog, bulletin and forum topics. How can i add a link next to it that leads to another site for my pix bc spacehey doesnt image host :(


Report Topic

3 Replies

Sort Replies:

Reply by Askhat_thesonof_KnightChief

posted

Heyyyy.

I js checked out ur page and its like so totally cool.

Do you like, wanna be friends? If so hit me upp!!!


Permalink Report Reply

Reply by GOAT

posted
updated

good news && bad news

good news is you can add content after those links using pseudo elements

bad news is you can't make that content clickable :o


what ur better off doing is using the space in your about me section

add this on any new line between yr <style></style> tags


.gallery-links {
padding:3px; }

.gallery-links::before {
content: "view";
margin-right:5px; }


then just before your about me text

<div class="gallery-links"> <a href="HTTP://LINKTOYOURGALLERY.COM">my gallery</a></div><br>

that'll do it :3


Permalink Report Reply

Reply by Azzy MarieHilton

posted

ok ok this is so sad :'( but thank you for the helpĀ 


Permalink Report Reply

Azzy MarieHilton closed this Forum Topic