Click here to Skip to main content
15,879,239 members
Home / Discussions / Web Development
   

Web Development

 
QuestionArrange image and text in a div, div after div Pin
_Flaviu6-Mar-23 3:19
_Flaviu6-Mar-23 3:19 
AnswerRe: Arrange image and text in a div, div after div Pin
Richard Deeming6-Mar-23 4:26
mveRichard Deeming6-Mar-23 4:26 
GeneralRe: Arrange image and text in a div, div after div Pin
_Flaviu6-Mar-23 5:51
_Flaviu6-Mar-23 5:51 
GeneralRe: Arrange image and text in a div, div after div Pin
Richard Deeming6-Mar-23 22:55
mveRichard Deeming6-Mar-23 22:55 
GeneralRe: Arrange image and text in a div, div after div Pin
_Flaviu7-Mar-23 1:39
_Flaviu7-Mar-23 1:39 
GeneralRe: Arrange image and text in a div, div after div Pin
Zarchiver Apk17-Mar-23 19:27
Zarchiver Apk17-Mar-23 19:27 
QuestionEnglish to Arabic language change integrate in html Pin
Manish Kumar 2926-Feb-23 21:22
Manish Kumar 2926-Feb-23 21:22 
AnswerRe: English to Arabic language change integrate in html Pin
Andre Oosthuizen28-Feb-23 1:43
mveAndre Oosthuizen28-Feb-23 1:43 
you need to add the dir and lang attributes to the tag in your HTML document.

The dir attribute specifies the direction of the text, and can have one of two values: rtl (right-to-left) for languages such as Arabic and ltr (left-to-right) for languages such as English.

The lang attribute specifies the language of the text, and should be set to the ISO 639-1 language code for the language you want to use, for Arabic, the language code is "ar".

Sample code will look something like this -
<!DOCTYPE html>
<html dir="rtl" lang="ar">
<head>
    <meta charset="UTF-8">
    <title>My Arabic Website</title>
</head>
<body>
    <h1>مرحبا بالعالم</h1> <!--Hello World-->
    <p>هذا هو موقعي الإلكتروني العربي.</p><!--This is my Arabic website-->
</body>
</html>

Questionwhy doesn't the file I have submitted appear in the email? Pin
rahmat_ hasibuan10-Feb-23 4:03
rahmat_ hasibuan10-Feb-23 4:03 
AnswerRe: why doesn't the file I have submitted appear in the email? Pin
Andre Oosthuizen10-Feb-23 5:33
mveAndre Oosthuizen10-Feb-23 5:33 
AnswerRe: why doesn't the file I have submitted appear in the email? Pin
jschell10-Feb-23 10:01
jschell10-Feb-23 10:01 
QuestionWhat is the capability of Django to handle large amounts of data? Pin
Karl Shady26-Jan-23 19:44
Karl Shady26-Jan-23 19:44 
AnswerRe: What is the capability of Django to handle large amounts of data? Pin
jschell2-Feb-23 7:58
jschell2-Feb-23 7:58 
GeneralRe: What is the capability of Django to handle large amounts of data? Pin
Gulshan Negi6-Feb-23 19:53
professionalGulshan Negi6-Feb-23 19:53 
GeneralI am trying to send confirmed Person and Vehicle images to telegram. Pin
sesipod29-Dec-22 6:22
sesipod29-Dec-22 6:22 
QuestionLooking for testers Pin
Alberto Enrique Franco Ferreiro24-Nov-22 9:15
Alberto Enrique Franco Ferreiro24-Nov-22 9:15 
AnswerRe: Looking for testers Pin
Richard Deeming24-Nov-22 21:45
mveRichard Deeming24-Nov-22 21:45 
GeneralRe: Looking for testers Pin
Alberto Enrique Franco Ferreiro25-Nov-22 5:51
Alberto Enrique Franco Ferreiro25-Nov-22 5:51 
QuestionHosting Question Pin
Kevin Marois21-Nov-22 6:41
professionalKevin Marois21-Nov-22 6:41 
AnswerRe: Hosting Question Pin
Richard Deeming21-Nov-22 21:55
mveRichard Deeming21-Nov-22 21:55 
GeneralRe: Hosting Question Pin
Kevin Marois24-Nov-22 7:26
professionalKevin Marois24-Nov-22 7:26 
GeneralRe: Hosting Question Pin
Richard Deeming24-Nov-22 21:43
mveRichard Deeming24-Nov-22 21:43 
GeneralRe: Hosting Question Pin
Kevin Marois29-Nov-22 17:11
professionalKevin Marois29-Nov-22 17:11 
QuestionJavascript Pin
Yuvraj Singh Nov202216-Nov-22 21:40
Yuvraj Singh Nov202216-Nov-22 21:40 
AnswerRe: Javascript Pin
Richard Deeming16-Nov-22 23:24
mveRichard Deeming16-Nov-22 23:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.