Search

.com Forum · General

Replies in this thread : 23
Page : 1 2
<< prev page next page >>

Author Topic : Decorate Your Notes - HTML
 Leidenschaftlich
Basic User
Posts : 500+

System.__ComObject
4/12/2012 6:41:11 PM reply with quote send message to Leidenschaftlich Object to Post   

I posted this a couple years ago but there's a lot of new users now so thought I'd post it again.

Some tricks to make your Notes section look nice or to highlight important things that will draw your eye right to it when you log in. I'll post screenshots of designs I've done in the past and give the code so you can copy it if you like it. Feel free to change it as well.



quote
<center>

Sizes

<font size="2pt"> Written Part </font><br>
<font size="3pt"> Written Part </font><br>
<font size="5pt"> Written Part </font><br>
<font size="8pt"> Written Part </font><br>

Colors

<font color="#3399FF">Hello</font><br>
<font color="red">My</font><br>
<font color="deeppink">Name</font><br>
<font color="green">Is</font><br>
<font color="orange">Reina</font><br><br>

Text Decoration

<b>Bold</b><br>
<i>Italic</i><br>
<u>Underline</u>
<br>
<br>

Fonts

<font face="Century Gothic">Century Gothic </font> <br>
<font face="Impact">Impact </font> <br>
<font face="Franklin Gothic Book">Franklin Gothic Book </font> <br>
<font face="Verdana">Verdana</font><br>

Mixtures of All of the Above!

<font face="Century Gothic" size="5pt" color="red">Strawberries!</font><br>
<font face="Tahoma" size="4pt" color="#A99A86">Grullo!</font><br>
<font face="Arial Narrow" size="9pt" color="#C8A2C8">Lilac!</font><br>

Images

<img src="i55.tinypic.com/16hl0z6.jpg"><br>
<img src="i53.tinypic.com/25f62d2.jpg"><br>

Spaced Text! Also works as enlarging the width of the box.

<pre>s p a c e d</pre>
<pre> w h a t e v e r </pre>

<br>
</center>

Right Aligned Text

<p align="right">Right Aligned Text!<br>
<font face="Terminal" size="1pt">AWESOMENESS MANG!</font></p>


<center>

<font color="#333333" size="4pt">Thanks for looking;</font><br>
<font color="hotpink" size="3pt">hope you found it helpful.</font>

</center>
An easy way to remember it is if you know how to do BBcode (the codes you use on Showdog with [ and ] ), it's pretty much the same except you have to use these: < and > instead of the square brackets.



SPECIAL CHARACTERS

Alt codes don't work in SD notes. Example: ALT 0164 ( ¤ )
BUT, these codes do work:





And another special character:
Except that is an image: i38.tinypic.com/35mpgg9.jpg



Widening the Notes Box Use the <pre> tag, like this:

<pre> now type or just put a bunch of spaces in between here </pre>
Make sure you have both "pre" tags, the one at the front and the one at the end. The computer won't recognize the command if there is only one tag either at the front or the end.

If you press space more than once in the forums, you'll notice that it shortens it to one space between each word. If you use the "pre" tag in the notes, this won't happen. This is why it widens the Notes box!
 Leidenschaftlich
Basic User
Posts : 500+

Basic User
4/12/2012 6:41:36 PM reply with quote send message to Leidenschaftlich Object to Post

Another example...






quote


<center>

<font face="Century Gothic" size="4pt" color="#222222"><b> SETTLING DATES </b></font><br>

<br><font face="Verdana" size="2pt" color="#3399FF"> December 1 </font><br>
&bull; Ranomafana <b>x</b> Israella<br>
<font face="Century Gothic" size="1pt">South African Boerboel</font><br><br>


</center>


WARNING. This does not work in Showcats notes! It messes up the page.

 Leidenschaftlich
Basic User
Posts : 500+

Basic User
4/21/2012 6:28:19 PM reply with quote send message to Leidenschaftlich Object to Post

bumporshkies
 Myths
Basic User
Posts : 1,000+

Basic User
4/21/2012 8:19:35 PM reply with quote send message to Myths Object to Post

*Boodkmarks*
Thanks! This is relaly helpful.
 Bord De La Mer
Basic User
Posts : 500+

Basic User
4/21/2012 11:05:51 PM reply with quote send message to Bord De La Mer Object to Post

Wow! Thank you!! I LOVE THIS!

-Lily
 Bord De La Mer
Basic User
Posts : 500+

Basic User
4/21/2012 11:10:43 PM reply with quote send message to Bord De La Mer Object to Post

is there a way to make the text big, and change the color? or is there a way to make it Century Gothic and Pink??
 Leidenschaftlich
Basic User
Posts : 500+

Basic User
4/25/2012 3:48:48 PM reply with quote send message to Leidenschaftlich Object to Post

Yes, you just combine them together.

<font face="Century Gothic" color="#FF0066">Hello!</font>

or <font size="6" color="red">Size 6 and red.</font>

Places to get your color codes could be a photo editing program. For those that don't have it, here's a good one: www.w3schools.com/html/html_colors.asp Or just type in "HTML color codes" in Google.


Reina

 Arizona Dreams
Basic User
Posts : 248

Basic User
5/2/2012 6:41:22 PM reply with quote send message to Arizona Dreams Object to Post

This is great thanks!!!!

Amy
 Celestia
Basic User
Posts : 500+

Basic User
7/26/2012 3:58:58 PM reply with quote send message to Celestia Object to Post

this post has been edited 1 time(s)

Bump
 Rose Forest Kennel
Basic User
Posts : 500+

Basic User
7/27/2012 4:37:32 PM reply with quote send message to Rose Forest Kennel Object to Post

Great thanks happy :)
 Arizona Dreams
Basic User
Posts : 248

Basic User
10/28/2012 1:47:33 AM reply with quote send message to Arizona Dreams Object to Post

bump
 Leidenschaftlich
Basic User
Posts : 500+

Basic User
12/9/2012 2:34:31 AM reply with quote send message to Leidenschaftlich Object to Post

I don't think I put this up... how to put links in that are clickable rather than having to copy and paste them to get to them. Here is a screenshot of my notes at the moment.



And the HTML:




The link tag without any "instructions" (not filled out) is:

I made them images so they don't mess up if I have to edit this post.

The way to fill them out is in between the quotation marks put the entire link and then in between the tags put your description. Example:

<a href*="htt*p://ww*w.com">HELLOOOOOO</*a> (without all the stars) will just look like HELLOOOOOO but clickable in your notes and it will take you to the link. The link is the instructions for the computer to read and do the work for you.

 Inspirational Kennels
Basic User
Posts : 3,000+

Basic User
12/10/2012 1:57:10 PM reply with quote send message to Inspirational Kennels Object to Post

Do you know if these work in our kennel slogans?
 BRW Gold Winners Kennel
Basic User
Posts : 1,000+

Basic User
12/18/2012 11:48:36 PM reply with quote send message to BRW Gold Winners Kennel Object to Post

THanks! happy :)
 Leidenschaftlich
Basic User
Posts : 500+

Basic User
12/19/2012 6:40:31 PM reply with quote send message to Leidenschaftlich Object to Post

No they do not work in kennel slogans. BBcode only.
 Laffy-Taffy Kennels
Basic User
Posts : 3,000+

Basic User
2/19/2013 1:08:42 PM reply with quote send message to Laffy-Taffy Kennels Object to Post

I think this could be bumpedwink ;)

Alexandria
 Picardy
Premium Member
Posts : 500+

Premium Member
4/9/2013 10:52:05 AM reply with quote send message to Picardy Object to Post

happy :)
 BeauBlanc
Basic User
Posts : 1,000+

Basic User
4/11/2013 11:15:21 AM reply with quote send message to BeauBlanc Object to Post

pomp happy :) this may be helpful uin the future
 Inspirational Kennels
Basic User
Posts : 3,000+

Basic User
5/31/2013 3:49:45 PM reply with quote send message to Inspirational Kennels Object to Post

bump happy :)
 Inspirational Kennels
Basic User
Posts : 3,000+

Basic User
7/29/2013 6:32:48 PM reply with quote send message to Inspirational Kennels Object to Post

bump wink ;)
 Leidenschaftlich
Basic User
Posts : 500+

Basic User
8/2/2013 2:32:30 AM reply with quote send message to Leidenschaftlich Object to Post

I don't believe this works anymore on the new layout.

Replies in this thread : 23
Page : 1 2
<< prev page next page >>

Post Reply

 



Did you know?
In multi-breed and all-breed shows, the winners of all breeds within the kennel club's breed Groups then compete for Group placements.