Well, it all depends on what type of link you want to put in the bulletin. Here is a list of link codes and add-ons for them, in HTML:
Note: Change URL with the link, Change CLICKHERE with the text you want your text link to say. Change PICURL with the picture you want to use as a link.
Text Link:
%26lt;A HREF="URL"%26gt;CLICKHERE%26lt;/A%26gt;
Text Link Opening in New Window
%26lt;A TARGET="_blank" HREF="URL"%26gt;CLICKHERE%26lt;/A%26gt;
Image Link
%26lt;A HREF="URL"%26gt;%26lt;img src="PICURL"%26gt;%26lt;/A%26gt;
Image Link Opening in New Window
%26lt;A TARGET="_blank" HREF="URL"%26gt;%26lt;img src="PICURL"%26gt;%26lt;/A%26gt;
Note: Instructions apply to all codes below:
Instructions:
If you'd like to have styles added to your text links put the following codes in with the text link code:
Underline Text or Link:
[Place the following code at the begining of the HTML Link code]: %26lt;u%26gt;
[Now Place the following code at the end of the HTML Link]: %26lt;/u%26gt;
Italic Text or Link:
%26lt;i%26gt;
%26lt;/i%26gt;
Bold Text or Link:
%26lt;b%26gt;
%26lt;/b%26gt;
Strike through Text or Link:
%26lt;s%26gt;
%26lt;/s%26gt;
Headings Text or Link:
Level 1: %26lt;h1%26gt;
%26lt;/h1%26gt;
Level 2: %26lt;h2%26gt;
%26lt;/h2%26gt;
Level 3: %26lt;h3%26gt;
%26lt;/h3%26gt;
Level 4: %26lt;h4%26gt;
%26lt;/h4%26gt;
Level 5: %26lt;h5%26gt;
%26lt;/h5%26gt;
That is the end of the answer. I hope I have helped you. Good luck. :)
No comments:
Post a Comment