posted 1756006851
Forum: Web, HTML, Tech
View Topics View Profile
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
Sort Replies: Oldest Newest Newest Oldest
posted 1756053684
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
posted 1756094735 updated 1756094905
good news && bad newsgood news is you can add content after those links using pseudo elementsbad news is you can't make that content clickable :owhat ur better off doing is using the space in your about me sectionadd 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
posted 1756136534
ok ok this is so sad :'( but thank you for the helpĀ