Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Called Tivo and the tech support guy was very helpful. He said he's pretty sure it's a hardware issue and my DVR will need to be replaced, but their policy is to make sure it's not a CableCard issue first, so I have to pop the card out and wait 24 hours to see if the problem resolves before they'll issue an exchange.
Out of respect for DH's viewing habits, I have decided not to remove the card until after Lost tonight.
Jess, you're a good wife.
Sorry, the formatting for that is getting too damn weird because, not surprisingly, the text processing here really doesn't like to process PHP. I'll post on LJ and link in a few.
Here's the code I'm driving myself nuts over:
[link]
Dumb html question.
If you have an <a> tag with a graphic that you can click as the link, how do you eliminate the purple border that you get that shows the button has been pressed?
eta: I mean, besides just using a function call instead....
As part of the <a> tag? Doesn't work.
eta: But it works as part of the <img> tag. Cool!
Oops! Yes, because it's an attribute of the image, and I didn't think through a full example before phone-posting.
I put
img {border:0;}
in my style sheets.