AJH Up-and-Coming Sensation Joined Oct 21, 2021 Messages 356 Reaction score 215 FP$ 245 Mar 31, 2022 #1 What HTML do I use to make a link open up in the same tab and not a new tab?
AJH Up-and-Coming Sensation Joined Oct 21, 2021 Messages 356 Reaction score 215 FP$ 245 Mar 31, 2022 #2 I tried this code: Code: <a href="#" target="_self">Text Here</a> That seems to work. Is this done correctly?
I tried this code: Code: <a href="#" target="_self">Text Here</a> That seems to work. Is this done correctly?
Ozzy47 Offline Joined Apr 2, 2021 Messages 4,900 Reaction score 3,649 FP$ 583,217 Mar 31, 2022 #3 That’s fine.