Skip to main content

All Questions

Tagged with
0 votes
0 answers
20 views

Byte marks in a ASP.NET Core razor view

When I run my app and inspect my HTML in the browser, I see this thing: It doesn't appear in my .cshtml file and it really messes up with my layout(it's the cause for the margin between the heading ...
Alice's user avatar
  • 21
0 votes
2 answers
654 views

JavaScript Login Form Problem Related to Remember me Button

I have made this login form from my basic HTML CSS and JavaScript knowledge. There is a Remember me button in this login form I have created and now I have to give it a functionality. I want to click ...
Abdullah Waseem's user avatar
1 vote
0 answers
45 views

Head tags rendering in the body and BOM detected

In my solution, I have the tags inserted in the head. When I run the application, these tags are rendered inside the body. I've also noticed that the browser detects BOM at the beginning of the body. ...
mapuleta's user avatar
2 votes
2 answers
677 views

How to replace content of div element?

i want to add more than one element to my content it should be (h1,input and some buttons). So i wrote a function where i created h1 and input and now i try to add it to my div content and got an ...
Forest's user avatar
  • 51
0 votes
0 answers
759 views

django adds %EF%BB%BF at the end of my urls

I am working on a blog django app. I have list of posts and a post detail pages. when I click on a post title in the list should takes to the post detail page. views.py from django.shortcuts import ...
DjangoGuy's user avatar
  • 103
2 votes
0 answers
291 views

Problems with unwanted Byte Order Mark in email html

I design emails for an advertising network. I have found out that the network platform is re-encoding my html files with a Byte Order Mark when I upload them. Therefore, when they are downloaded from ...
RFZ's user avatar
  • 21
3 votes
1 answer
3k views

Include Unicode Signature (BOM) in HTML files or not?

In Dreamweaver I have the option "Include Unicode Signature (BOM)". If I check this box and save the file the HTML file it looks good when viewed in the web browser. If not it gives me strange ...
user1087110's user avatar
  • 3,753
1 vote
1 answer
500 views

Priority charset detection in web browser

I really need to know the priority of processing of encoding indication in web browser(HTML5). Answer please with sources please. Http header BOM Meta Heuristic / user setting I dont know the number ...
MmM ...'s user avatar
  • 131
3 votes
1 answer
254 views

Header displaced after PHP implementation (UTF-8 BOM)

My company had a decent website before I joined them, outsourced and untouched for years since. After joining I've been slowly improving it in my free-time. This week I rewrote the header/left-column/...
Kyle Postlewait's user avatar
0 votes
1 answer
2k views

Remove BOM from html files - 1,000s of files/ Can I remove with regex or apache?

I have 1,000's of HTML files all with BOM at the beginning. When a page loads in the browser it displays chinese looking charecters. My question - is there a way to remove BOM from the beginning of ...
Guy123's user avatar
  • 1
1 vote
1 answer
134 views

Twitter bootstrap generated empty space

For some reason on just one of my pages I get an empty space that I believe is generated by the bootstrap's library. I am including the page into a section <section class="container col-md-8"> ...
user3458600's user avatar
2 votes
1 answer
1k views

Invisible character rendered between Twig includes

I have a weird issue with a Twig include that's rendering some invisible character on my HTML. I've tried googling it in a thousand different ways, but couldn't find anyone with a similar issue. In ...
seiseises's user avatar
  • 450
-2 votes
3 answers
1k views

How to add a BOM to an HTML document [closed]

From the W3C: If an HTML document does not start with a BOM, and its encoding is not explicitly given by Content-Type metadata, and the document is not an iframe srcdoc document, then the character ...
user2284570's user avatar
  • 3,052
4 votes
3 answers
6k views

How do I get rid of this character ?

This character:  shows up on my site 3 times and for all 3 cases it's shown after a closed div tag. I searched the web and SOF and there are some solutions but none of them worked on mine so ...
starbucks's user avatar
  • 3,006
1 vote
1 answer
286 views

Python: Youtube HTML full of BOMs

I'm trying to parse youtube comments using BeautifulSoup 4 in Python 2.7. When I try for any youtube video I get text full of BOMs, not just at the file start: <p> thank you kind sir :)</...
Underscore's user avatar
  • 1,057

15 30 50 per page