pls help with some code

RyanThailand

Newbie
Joined
Jan 29, 2017
Messages
18
Reaction score
2
Hey guys, hope you doing very great. If any of you know how to change the color and font of HTML code pls let me know. example is below, i just want to learn how to change this pls...: <a href="amazon" rel="nofollow" target="_blank">Visit Amazon</a>
 
wow, thank u so so much for replying.

sorry for taking up your time, but even after your reply i am still super lost :(

can you pls show me on the link <a href="amazon" rel="nofollow" target="_blank">Visit Amazon</a>?

also, 1 more question pls....

weepy cannot no follow image links. so i a want to know the nofollow affiliate links rule applies to images too or only text links?

Thank u for your help and time :)
 
<a href="amazon" rel="nofollow"target="_blank" style="color:blue"; >Visit Amazon</a>

this will make"" visit Amazon ""<<< blue
 
This is how you add color

Code:
<a style="color:#ff00e0; href="amazon" rel="nofollow" target="_blank">Visit Amazon</a>
 
spoonfedder code correct but mine will still work.

you see the hex numbers that spoonfedder has posted it a colour we get them from charts from the internet ok there also on the website I posted ...
 
advance chat spoonfedder .

you must remember posting hex numbers are good but also hex numbers can be Google non friendly.....

not all hex numbers are browser compatible that why I posted written colour word....

for a beginner a hex code looks confusing and frustrating ...
 
sorry guys, i gotta ask u pls...

do we have to nofollow affiliate links the come from images.

example: click an image on my site and they arrive on amazon

Thank u so much for helping me :)
 
if it a link from your website then no ...

the no follow command is to stop traffic from following the link ...

it not needed for your purpose
 
it not good practice to add the command to the link ....

don't get into dirty habits
 
@SpoonFeeder - thank u so much, though, i mean from googles perspective. i heard they do care if the affiliate link is follow / no follow.

@redarrow thank u so so much too - so basically my site has pictures on the home page right, then if u click the image u go to amazon. the thing is, using weebly i can't nofollow the links. so i want to know if since the link is coming from an image (not text) if that makes it okay OR do images as well as text links need to be nofollow?

Thank u both :)
 
Back
Top