We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Add content on new pages | Forum

Topic location: Forum home » Support » General Questions
zack
zack Feb 9 '16
I want to add a new page on my website with pictures and text underneath . so I place the text in html form but I need to know how to add the pictures as well. Can someone help?
tammy harris
tammy harris Feb 9 '16
Theres plenty of free online html editors


Use one of them and paste the html in 

ross Team
ross Feb 9 '16

Zack, please check this link:

http://www.w3schools.com/tags/tag_img.asp
Richard Austin
Richard Austin Sep 14 '16
I have the HTML Editor but . . . . .
. . . .will Oxwall upload the images automatically or will you have to do that manually in cP

Thanks,
Steve
Steve Sep 14 '16
@ross Thank you I was wondering how to do it with out having to putting in another websites url.
ross Team
ross Sep 14 '16
what do you mean by putting another websites url? 

what you want to achieve Steve? 

Steve
Steve Sep 15 '16
I wanted a couple of gif files and there was one of two ways one was to grab a script from the site which showed the pic or to download it and put it on your page yourself.


A script like this.


<a href="http://www.fg-a.com/american-1.shtml" target="_blank"><img src="http://content.screencast.com/...6293a33c40/usaCa.gif" width="68" height="50" border="0" alt="Flags" /></a>



ross Team
ross Sep 15 '16
everything seems ok with your html

we do not support gif images, try to use jpg, it should work


Shaun
Shaun Sep 16 '16
I have done it this way, it may not not be right lol but it works.

1 goto the admin menu and click edit theme
2 Click on the graphics section
3 upload you image
4 when you create a new page usae a htlm code like the the one below.

<center><a href="Location of target link" target="_blank">
<img src="Location of the image to be displayed"
</a></center>

The above is for displaying a clickable link / picture.

Works well on my site for banner exchange.

Example

Hope this helps.
The Forum post is edited by Shaun Sep 16 '16
Shaun
Shaun Sep 16 '16
The location of your image is displayed displayed in the graphics section

ross Team
ross Sep 19 '16
Yes, that will work too, but if you want to include images from another site, you need to make sure theyare not in gif format