why my picture in my progam html and xss not look | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why my picture in my progam html and xss not look

4th Nov 2016, 11:42 AM
Khatami
Khatami - avatar
3 Answers
0
Can you upload you code so I can have a look
5th Nov 2016, 12:18 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
if were dealing with html make sure that your code looks like this: <img src=" " alt=""/> <!--your image link will go between the " " thats right after src--> <!--if you want to center your image you can do this two ways--> <center><img src=" " alt=""/></center> <!--or--> <p align="center"> <img src=" "alt=""</p>
5th Nov 2016, 12:58 PM
Aquarius
Aquarius - avatar
0
how ever if were talking about css i cant help with that
5th Nov 2016, 12:59 PM
Aquarius
Aquarius - avatar