Code preview? Is it gone?
-
I just published a new article for the first time in a while (Is Dependency Injection the Missing Technique That's Holding Your Career Back? [^]) I don't see where you can preview the code like you could in that past. Am I missing it or is that no longer a feature? Just curious. Thanks
-
I just published a new article for the first time in a while (Is Dependency Injection the Missing Technique That's Holding Your Career Back? [^]) I don't see where you can preview the code like you could in that past. Am I missing it or is that no longer a feature? Just curious. Thanks
-
Thanks for your help. That's where I have seen that in the past too. :confused: Oh, wow, I wish I had a snapshot of what I was seeing because I wasn't seeing that link. Hmm...Let me look at the article again. Oh...check out this snapshot[^] - it doesn't show up there. Question: Can you guess why? Answer: Yep. When you narrow the browser window down, those options disappear and don't show up anywhere else that I can tell.
-
Thanks for your help. That's where I have seen that in the past too. :confused: Oh, wow, I wish I had a snapshot of what I was seeing because I wasn't seeing that link. Hmm...Let me look at the article again. Oh...check out this snapshot[^] - it doesn't show up there. Question: Can you guess why? Answer: Yep. When you narrow the browser window down, those options disappear and don't show up anywhere else that I can tell.
You have to shrink it to 1023px wide or less:
@media (min-width: 800px) and (max-width: 1023px) {
.article-container-parts .article-left-sidebar {
display: none;
}
}
@media (min-width: 757px) and (max-width: 800px) {
.article-container-parts .article-left-sidebar {
display: none;
}
}
@media (max-width: 756px) {
.article-container-parts .article-left-sidebar {
display: none;
}
}
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Thanks for your help. That's where I have seen that in the past too. :confused: Oh, wow, I wish I had a snapshot of what I was seeing because I wasn't seeing that link. Hmm...Let me look at the article again. Oh...check out this snapshot[^] - it doesn't show up there. Question: Can you guess why? Answer: Yep. When you narrow the browser window down, those options disappear and don't show up anywhere else that I can tell.
Growing old is not for sissy's - Growing old is not for sissy's[^] I had to throw this out there :laugh: