0
Which text editor do SoloLearn using? Because I'm having problem with sublime text 3
<input type="date"/>
11 Antworten
+ 3
Sololearn uses Ace editor, or at least in the web version they use it. I don't know if it is also implemented on Android.
Btw, what's your problem with Sublime Text?
https://ace.c9.io/#nav=embedding
+ 3
Post all code in Code Playground, that way it's easier. Although there are two details:
1. You should try doing it like this: background: url (path/to/your/image.png);
2. The way you are working the routes will only work locally. And only if the files are in the same directory.
+ 2
The support for the elements depends on your browser, not the editor. Although most of the features of HTML5 are currently supported by the latest versions of web browsers.
If you want to show an image you must specify the path of it. In case you want to show it in Code Playground you must upload it to an external host:
https://imgbb.com/
https://code.sololearn.com/WW6t4B73kJVz/#
+ 1
Can you share the code here?
0
there are some syntax on htm5 that are not working on it, or is it because I'm using MacBook system
0
how can I shose my image with my html and css
0
yes I've already upload it to my host, yet, it's not accept it
0
<img src="olatunde.jpg" width="30" height="30">
0
and css. body{
background-image: src("olatunde.jpg")
}
0
please I've tried all the best I can do to give my text alone gradient linear color, but all the syntaxes I used were not working. and pls how can I solve that with css
0
yes, I've also tried it in that way yet it's not show any image to me