J Jericho M Active member Feb 9, 2014 #1 I am customizing my welcome message and I want to add the link of my Terms and Rules on it. Can any tell me how can I do that? Thank you!
I am customizing my welcome message and I want to add the link of my Terms and Rules on it. Can any tell me how can I do that? Thank you!
Jake Bunce Well-known member Feb 9, 2014 #2 Use HTML: Code: <a href="http://www.link.com/">text here</a> Upvote 0 Downvote
J Jericho M Active member Feb 9, 2014 #3 Jake Bunce said: Use HTML: Code: <a href="http://www.link.com/">text here</a> Click to expand... Thanks for the very quick response and for not laughing me for this very easy question. Upvote 0 Downvote
Jake Bunce said: Use HTML: Code: <a href="http://www.link.com/">text here</a> Click to expand... Thanks for the very quick response and for not laughing me for this very easy question.
Jake Bunce Well-known member Feb 9, 2014 #5 Jericho M said: How about to edit the size of the font? Click to expand... Code: <a href="http://www.link.com/" style="font-size: 16px;">text here</a> Upvote 0 Downvote
Jericho M said: How about to edit the size of the font? Click to expand... Code: <a href="http://www.link.com/" style="font-size: 16px;">text here</a>
J Jericho M Active member Feb 9, 2014 #6 I mean the over all font size not just the one with the link.. Upvote 0 Downvote
Jake Bunce Well-known member Feb 9, 2014 #7 Code: <div style="font-size: 16px;"> blah blah blah blah blah <a href="http://www.link.com/">some link</a> blah blah blah </div> Upvote 0 Downvote
Code: <div style="font-size: 16px;"> blah blah blah blah blah <a href="http://www.link.com/">some link</a> blah blah blah </div>
J Jericho M Active member Feb 9, 2014 #8 Done editing my Notices. Thank you Jake... Upvote 0 Downvote