hendrix940
-
HOW TO? - Category list move down page as scroll page??
Awesome!! Thanks all for the help!!
-
Center the loading .gif in the middle of the screen?
Thanks for the help all!
-
Center the loading .gif in the middle of the screen?
@dade thanks so much!! I'll try this!!
-
HOW TO? - Category list move down page as scroll page??
I think just using the FIXED would work. So I guess then, I would target the div around the CATEGORY and apply the 'FIXED' to it? Correct? THANKS GUYS!!
-
Center the loading .gif in the middle of the screen?
I appreciate all the help!! Thank you all!
-
How make movement on screen with out flash?
Thanks all! @sayedtaqui ... to implement the JS, do I just simply place that script in the HTML file and it will work? Or do I need to load it in the header? Thanks!!
-
Center the loading .gif in the middle of the screen?
Thanks @paulie_d ... by chance do you know code to "fake" it? I'm just looking for something that will display a percent as the page loads. it doesn't have to be exact. Thanks!!
-
BLOGGER - Add black frame around photo AND remove margin under photo
AH!! Thanks so much dude!!
-
BLOGGER - Add black frame around photo AND remove margin under photo
Furthermore, when I got into the HTML/CSS of the blogger, I can't edit and modify 'ELEMENT.STYLE'
-
BLOGGER - Add black frame around photo AND remove margin under photo
@chrisp , I'm doing something wrong. Here's the HTML: http://simeonhendrix.com/images/boogeyman-poster-movie.jpg"> Check out this Pen! And this is the CSS that blogger automatically is generating. You'll also notice…
-
BLOGGER - Add black frame around photo AND remove margin under photo
Okay, yes I think I understand. I'm trying it out right now sir.
-
BLOGGER - Add black frame around photo AND remove margin under photo
correct? THANK YOU SO MUCH!!
-
BLOGGER - Add black frame around photo AND remove margin under photo
on only the IMG tags ... then, I would write it like this: img { border: 1px solid black; margin-bottom: 0em; }Check out this Pen!
-
BLOGGER - Add black frame around photo AND remove margin under photo
@chrisp , so if I wanted to remove a margin-bottom attribute element.style { clear: right; float: right; margin-bottom: 1em; margin-left: 1em; }Check out this Pen!
-
BLOGGER - Add black frame around photo AND remove margin under photo
Awesome! Thank you @chrisp I very much appreciate your explanation sir!!
-
BLOGGER - Add black frame around photo AND remove margin under photo
I found the answer here: http://www.southernspeakers.net/2011/02/adding-shadow-around-blogger-post.html
-
BLOGGER - Add black frame around photo AND remove margin under photo
I realize that all I need to do is remove the 'MARGIN-BOTTOM' from the CSS and that will remove the margin, HOWEVER, when I go into the HTML/CSS for my blogger, 'ELEMENT.STYLE' is not able to be found.
-
How Target Specific H2 Within Specific DIV? - Thanks!
Excellent. Got it! Thanks!
-
How Target Specific H2 Within Specific DIV? - Thanks!
Okay I understand. I'm test now. Thank you very much.
-
How Target Specific H2 Within Specific DIV? - Thanks!
@chrisp ... what am I doing wrong sir? h2.date-header span { text-align: right; }Check out this Pen!
-
How Target Specific H2 Within Specific DIV? - Thanks!
AH okay, great thank you very much sir!
-
How Target Specific H2 Within Specific DIV? - Thanks!
Okay, there it is @chrisp thank you very much for your help. I'm trying to get the date 'MONDAY, FEB 4, 2013' to align LEFT. ... AND i've already targeted the H2 tag to align RIGHT ... so I need to specifically target the H2 wit…
-
How Target Specific H2 Within Specific DIV? - Thanks!
Monday, February 4, 2013Check out this Pen!
-
How Target Specific H2 Within Specific DIV? - Thanks!
no that didn't work.
-
How Target Specific H2 Within Specific DIV? - Thanks!
I don't know how to embed the CODEPEN ... here's the link http://cdpn.io/Bzktu
-
Adjust Right Column - BLOGGER Page - Please help!
AWESOME!! @Wolfcry911, THANK YOU it worked. Great. By chance can you see how I can also right align the header right above it that says 'LABEL'? Thanks!
-
Adjust Right Column - BLOGGER Page - Please help!
Okay, thank you @wolfcry911 ... If I do in-fact have to create it, is there a specific area it would be best to place the new code? Thank you very much.
-
Adjust Right Column - BLOGGER Page - Please help!
Thank you @wolfcry911. To make sure I understand, I can search for .list-label-widget-content in the HTML of the blogger and then just add the info in the { } ... OR will I need to add this entire piece of code you provided as custom CSS? Thank y…
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
Thank you, @Eric, it now works.