+ 7
Can i be able to take a photo on my phone with some sort of code line and so that it will ouput on codeplayground when i code?
15 Respuestas
+ 15
Ok @Samaritan. Thanks !!
+ 15
@aSamaritan Okay 😂😂
+ 14
Hey @Samaritan How are you ? I'm seeing you're learning PHP... Good !!
+ 14
@aSamaritan What is "di" attribute in your code please ?
+ 14
@Samaritan I think this is the "id" attribute, maybe... 😊😊
+ 10
I use Dropbox. It makes this whole process easier and acts as a backup for my files. I dont know much about Imgur, as Mr. Tobias Hallmans recommended but Dropbox also allows other content such is videos and audio files, in case you want to add these media types later on.
After you upload your files on Dropbox, you can create a link to the file and paste it in code playground. change dl=0 to dl=1 in the link you've created so that the image displays
+ 8
<center>
<img align="center" di="ZeeR" src="http://www.Dropbox.com/s/ZeeR.jpg?di=1"
height ="150px" width ="130px" alt ="Pic error"/>
</center>
or
<p align = "center">
<img align="center" di="ZeeR" src="http://www.Dropbox.com/s/ZeeR.jpg?di=1"
height ="150px" width ="130px" alt ="Pic error"/>
</p>
I'm also curious. What is the "di" attribute?
+ 7
I used it in this code:
https://code.sololearn.com/WxW4CA5jRJph/?ref=app
Basically:
<img src="https://www.dropbox.com/s/czmjp271ixw5fvn/002%20%281%29.jpeg?dl=1" alt="Teachers from CJHS">
+ 6
Thanks dude you damn crazy yoo that's an amazing code...
+ 6
Thank you ^_^
+ 6
Hi, @Galaxy. I'm good thanks and how are you?
I'm just taking my chances 🙈
I shall send you an invite on Discord so we can talk there^_^
+ 4
oky please ....code a simple <img/> as an example with a link
+ 4
lorl id
+ 3
To move it to center. Enclose it with center tags. or use CSS
+ 2
hey I just wrote this command
<img align="center" di="ZeeR" src="http://www.Dropbox.com/s/ZeeR.jpg?di=1"
height ="150px" width ="130px" alt ="Pic error"/>
now I want to move the picture to the center align ="center"...but it's ain't moving help...please #coders...