Uh...Addenda
Jan. 4th, 2010 09:42 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Every time I try to add the link to the landing page for the Rose and Bay Awards, or link to the
crowdfunding community, I lose most of my previous post.
WTF!?!?!?!?
So these links are here, instead of where they should be.
Given that LJ is being so very very flaky for me right now, I won't try to do a poetry landing page tonight.
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-community.gif)
WTF!?!?!?!?
So these links are here, instead of where they should be.
Given that LJ is being so very very flaky for me right now, I won't try to do a poetry landing page tonight.
It's RTE
Date: 2010-01-05 03:56 am (UTC)http://azurelunatic.livejournal.com/6454167.html
The only fix right now is to not use Rich Text at all, stick with html posting.
Re: It's RTE
Date: 2010-01-05 05:27 am (UTC)I'm not (yet) anywhere close to good enough to do much with html. And I'd rather be writing fiction than learning it!
Re: It's RTE
Date: 2010-01-05 01:16 pm (UTC)I'll try to do a code post later today with just the basic tags.
Re: It's RTE
Date: 2010-01-06 02:31 am (UTC)Just ask if there is something I didn't cover.
Re: It's RTE
Date: 2010-01-06 06:29 am (UTC)Re: It's RTE
Date: 2010-01-06 12:27 pm (UTC)Re: It's RTE
Date: 2010-01-06 03:58 pm (UTC)For me, it's kind of like knowing how to sharpen a pencil, not hard, definitely useful, but much less interesting than other stuff I could be doing!
Re: It's RTE
Date: 2010-01-06 04:06 pm (UTC)Re: It's RTE
Date: 2010-01-06 06:20 pm (UTC)Re: It's RTE
Date: 2010-01-06 06:19 pm (UTC)Re: It's RTE
Date: 2010-01-07 02:56 am (UTC)(no subject)
Date: 2010-01-05 08:33 am (UTC)(no subject)
Date: 2010-01-05 10:22 am (UTC)It used to be that for a nominal fee you could be a supporting member of Worldcon and get to nominate and vote in the Hugos even if you weren't going; now the cost is prohibitive.
But you don't have to be a member of the crowdfunding community on LJ to nominate for the Rose and Bay awards. Just click over there and scroll down to the nominating posts.
I'd put in links if the rich text editor weren't, in effect, AWOL.
(I'm all waily-waily about this. I don't want to have to learn HTML, especially since I don't have a quick-reference book. Or, to put it more accurately, I wouldn't mind learning HTML, but not at the expense of taking time away from writing!)
(no subject)
Date: 2010-01-05 12:05 pm (UTC)BTW I can teach you html no sweat - I've taught the basics to people in like five seconds. There's like exactly three things you'll need to do - add images, make breaks and add links. Here is how you do them. Bear in mind that you'll have to use the triangly paranthesis and not the [ ] ones I'm using for these examples. You know. The ones that look like Vs on the side.
Add an image like this:
[img src="http://theimageurl"]
Breaks:
[br]
Add a url like this:
[a href="http://THELINK"]then put here the text you want the link to go to and then put this on the end[/a]
Thar. You've now learned absolutely everything you need to know about html.
(no subject)
Date: 2010-01-05 12:27 pm (UTC)And thanks!!! Now I have to get it stuck in my brain.
Oh, what's the difference between [br] and [div] ?
I know the difference between [b] and [strong] is only that search engines treat them differently.
Don't you love my new "frustrated" icon?
(no subject)
Date: 2010-01-05 12:35 pm (UTC)A br is a break, it's just plain ass old code like hitting enter. A div is a divider, you use it when you're coding CSS more, it's more like making a box around something. Like it defines a section. They're like totally different. So yeah. Don't use divs. You aren't coding any complex ass stuff, I didn't need to use 'em once until I got my new gig doing CSS.
Actually the real difference (at least for me as a web writer) between b and strong is that using strong is an accessibility issue.
(no subject)
Date: 2010-01-06 06:32 am (UTC)(no subject)
Date: 2010-01-06 06:49 am (UTC)So the tag strong is read by ALL internet audio readers which means that people with compromised eyesight have these bold words emphasized for them.
Both bold and strong tags should be picked up the same when it comes to search engines.
(no subject)
Date: 2010-01-06 04:02 pm (UTC)I can't personally vouch whether that's accurate, of course...
(no subject)
Date: 2010-01-06 11:03 pm (UTC)(no subject)
Date: 2010-01-07 03:12 am (UTC)