Which text editor do SoloLearn using? Because I'm having problem with sublime text 3 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Which text editor do SoloLearn using? Because I'm having problem with sublime text 3

<input type="date"/>

8th Jun 2018, 2:29 AM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
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
8th Jun 2018, 2:35 AM
Mickel
Mickel - avatar
+ 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.
10th Jun 2018, 1:27 AM
Mickel
Mickel - avatar
+ 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/#
9th Jun 2018, 11:41 PM
Mickel
Mickel - avatar
+ 1
Can you share the code here?
9th Jun 2018, 11:45 PM
Mickel
Mickel - avatar
0
there are some syntax on htm5 that are not working on it, or is it because I'm using MacBook system
9th Jun 2018, 11:46 AM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
0
how can I shose my image with my html and css
9th Jun 2018, 11:36 PM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
0
yes I've already upload it to my host, yet, it's not accept it
9th Jun 2018, 11:44 PM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
0
<img src="olatunde.jpg" width="30" height="30">
10th Jun 2018, 12:45 AM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
0
and css. body{ background-image: src("olatunde.jpg") }
10th Jun 2018, 12:47 AM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
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
10th Jun 2018, 12:49 AM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar
0
yes, I've also tried it in that way yet it's not show any image to me
10th Jun 2018, 1:29 AM
Olatunde Taiwo Oladele
Olatunde Taiwo Oladele - avatar