Re: Ruby's Congrats: Sign Ups Fixed bolding! :-)
in reply to a message by rubymay92
UN: miakendall
LN: Austin
DH: David Michael
DW: Jennifer Nicole [Holliday]
LN: Austin
DH: David Michael
DW: Jennifer Nicole [Holliday]
This message was edited 6/6/2011, 7:50 PM
Replies
About that...
That happens to me sometimes too, but that is because I haven't written the HTML code correctly.
If you write something like this:
< b > Hey, how are you? < / b <
But without the blanks, it should disappear because the last < wasn't facing the right direction. It should, of course, be like this:
< b > Hey, how are you? < / b >
(:
That happens to me sometimes too, but that is because I haven't written the HTML code correctly.
If you write something like this:
< b > Hey, how are you? < / b <
But without the blanks, it should disappear because the last < wasn't facing the right direction. It should, of course, be like this:
< b > Hey, how are you? < / b >
(:
Oh, that's strange! Yeah that's fine