1.) Do not a template overwrite for the banner
2.) create a banner module in joomla, add a banner to it, add the width & height
3.) Check the source generated here, it will be something like:
img src="banners/banner_example_468x60.gif" alt="486x60"width ="486"height ="60"/
img src="banners/banner_example_468x60.gif" alt="486x60" width="486" height="60"/
img src="banners/banner_example_468x60.gif" alt="486x60"width ="486"height ="60"/
Joomla 3.6.5
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-25 09:24:21 |
Closed_By | ⇒ | brianteeman |
If you are creating a Pull Request then you dont need to create an issue at the same time ;)
@brianteeman thanks. It was my first pull request since a very long time and I wasn´t sure if i got the process to create a pull request correctly. The Joomla howto is a little bit outdated and for a first time user not very easy to follow and understand (as we normally do not use a local installed software, such small changes could be easily be done online). So I picked that way to ensure its covered regardless if I manage to cover the pull request correctly ;-).
For a small change like this you can indeed do it online directly at github but I cant find a good tutorial for that right now - sorry
I took a quick look at your changes and they look fine - but I will take a more detailed look later today if others have not beaten me to it
Found one
https://help.github.com/articles/editing-files-in-another-user-s-repository/
I will try to find some time to expand it a little as you can also use this method to edit multiple files
sure its not very urgent and thanks for the link.
There is a good one on JDocs: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests
Please close as there is a PR.