Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
webpage
so, i just strted learning html and css and im trying to insert a bf image for the while page, but i keep getting these bars np matter if i try to style it in a css page or the index html page. any idea why?
enter image description here
this is what i tried. I tried to do it in the index file and the css file but these bars keep appearing that interfere with the message. please help!
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
Coding it in VS code. If you need for info, please let me know.
Check via the browser debugging console if any other style is overwriting your css. In chrome, right click with your mouse and select "inspect element" from the popup menu. Find the body tag in the console that should have appeared and click on it. To the right you should see all the css of the element you selected. If you see your own code "striked" with a line it means it's being overwritten by the code above it that looks unstriked.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
I'm currently working on this website http://www.test.yanosp.com/, but when I click the Back to Top button on the bottom of the page, the page gets white. How do I get rid of it? Thank you.
I inspected your pagetop__link class and found that in the "http://www.test.yanosp.com/wp-content/themes/lionmedia/style.css" file, where you define that class in the stylesheet, you have the following selector:
.pagetop__link:active::before {
background:rgba(255,255,255,0.9);
z-index:9999;
}
Get rid of the line background:rgba(255,255,255,0.9); and it should work.
remove .pagetop__link::before {position: fixed} solve the problem
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I have a website on blogger and I have posted 7 posts in it.
But, whenever I open my website it shows only 3 posts on my main page and it's not showing 2nd main page.
My website name - www.BlueWOrld.ooo
have a look and please help me to fix it
There are two orange buttons down. You can see newer/older posts.
/I cannot post picture because I haven't enough reputations/
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
How would I fix this line? I just need the basic code for "skip line" or return in javascript.
What you need seems to be an HTML tag, rather than javascript. In HTML you can use <br> tag to break a paragraph.
On Stack Overflow it is much preferable to provide a sample of your source code than a screenshot.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Can I get a feedback on my footers from my 3 works i dont know if the footers are sticked to bottom on large screen resolutions. please check it for me pls. View it at full page. Thank you.
http://goo.gl/nUrT6m
Haha ... it's awesome you asked. Yes, no and no.