Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Banners images cannot be alighned to left or center

Asked Modified Viewed 800 times
A
alqutob
A
PHP-FUSION ARABIC SUPPORT
http://phpfusion-ar.xyz
 
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 39 threads in the forums
  • Started this discussions
asked
Member

I tried to add an image as a banner by inserting it through the image tab
but when I added the left or center bbcode , it still showing on the right
the code will be created as the following
<p style='text-align:center;'><img src="http://www.mydomain.com/images/myimage.jpg" />alt="" class="img-responsive"</p>

But when I remove

alt="" class="img-responsive"

and the code becomes as

<p style='text-align:center;'><img src="http://www.mydomain.com/images/myimage.jpg" ></p>


the image will be centered.

Any idea?
Thank you
alqutob attached the following image:
Image not found Image not found Image not found
0 replies

1 post

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

See this, https://www.w3schools.com/howto/howto...onsive.asp , just add with inline style='xx;xx'; if you do not want to add .css classes.
0 replies

Labels

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
A
A
PHP-FUSION ARABIC SUPPORT
http://phpfusion-ar.xyz
 
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 39 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet