css fails once i load it into files on my hosting account - html

I could not find the answer to this on here, but then again maybe I worded it wrong.
I have written a simple resume website with some pretty simple design. it works great until I load it into the public files with my hosting. just just a couple small things no longer follows all of the css i had written.
the site is whatshupp.com if you want to see what I mean. the maintenance page doesn't completely follow the css nor do the h1's on the homepage and somehow it worked fine before I load it up.
its not cashed data
is Hostinger the issue? Please help

Related

My website is loading two different page content when it should be the same HTML file

The title says it all roughly...
When you access my site via www.mjgibson.ca it loads a slightly different html file from going to www.mjgibson.ca/index.html
I don't understand how they could be different though because its just one HTML file?
Hopefully one of you have encountered this before because I've been googling this question and can't seem to find someone experiencing this!

Webpage is not being rendered properly

Hi I am an android developer and haven't much knowledge about web, I purchased this App and it has a web back-end, it working pretty fine when I run it local like this,
but when I run this via hosting , I am getting this. link
After going through some search I found that these are some sort of Angular tags, as I already have mentioned that I haven't knowledge about this, How do I solve this?
It's happening due to hosting or path resolution issues.
None of the JavaScript files are getting loaded due to which the page is breaking and hence you are seeing raw code.
Fixing the proper loading of JS should fix the page. You might need to tweak it further in case relative path's are not loaded correctly.
Overall, it is not a code level issue yet.
Below is the screenshot of the hosted link you shared.

Linking to CSS within SharePoint Asset Library renders incorrectly

For some reason, when I link to CSS in SharePoint, it renders incorrectly. However, when I place the CSS directly in the page or link to it raw through BitBucket, GitHub, or via CDN, it renders the page correctly. Can SharePoint not be used to host Intranet design files like js and css?
Turns out, I needed to host it from the Style Library, where no meta gets attached. Now everything is working perfectly! Thanks for everyone’s help! Hopefully if someone else comes along with the same issue, they’ll see how much thought we went through to troubleshoot it! Appreciate all the effort, everyone! :D

Import a Justinmind prototype into a website

I have little experience with coding since I am currently working as a business analyst, but I have been presented with the challenge of making a website that holds all the information about a project, and that can be just zipped up and distributed to all the third parties involved. That sets some specific limitations like not being able to count with a server. Whoever is going to use this site must be able to do it by unzipping and opening Index.html
That being said, one of the reasons why we need to document using a website is because the project is mainly UX and Design and is full of prototypes.
Now, I am using the following in order to include those prototypes in my web structure:
`<div class="prototype">
<iframe src="Documentation/Prototypes/Search/html5/index.html" width="100%" height="1024px"></iframe>
</div>`
But it is not working for the ones I export from Justinmind, yet it works perfectly with the ones from scketchapp. When I do this with a proto from JiM, it just display the wrapper box from "prototype" without content.
Could you please help me? I am falling in despair over here! Thanks in advance for your time and consideration.
if it's of any help to anybody else, the problen is Chrome, which is where I was visualizing my work. It's properly imported in FF and IE

Editing a site built with TYPO3 - Where are the content files?

I have been asked to edit some content on a website built with TYPO3. I have no knowledge whatsoever of TYPO3 - in fact, I had never heard of it before. I build websites from scratch with html & CSS, and know very little about sites built via CMS platforms.
I downloaded the entire site in question in order to edit various parts of content locally, only to find out that it was built entirely with this particular CMS and that I understand NOTHING about the site structure !!! I can't even locate the main index.html / index.php file nor any main CSS files....
Can anyone who understands both the TYPO3 system and basic html & CSS please enlighten me ?
Thanks !
To edit content, you'll need a login to the Typo3 backend. The login is usually at www.example.com/typo3. Ask the site owner for an account.
Once logged in, editing page content should be relatively intuitive. You can browse the site tree and edit individual content elements. There are many basic tutorials out there, like this one for example. Changes to the layout are much more tricky.
TYPO3 stores content in the database, CSS you can find easily checking its path with the browser...
Anyway, sorry to say that but... leave it, TYPO3 is very complicated system and you can cause fatal damages which you won't be able to revert.