Page 1 of 1

Looking for assistance putting images on Index page

Posted: Sun Sep 16, 2018 10:35 pm
by yyzeigsi
Hi,

Looking for help to put a 3x23 cell with 250x60 images that I am able to incorporate links to. I want to put this functions on my home page of my forum page. Like a ad space

Thanks

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 1:02 am
by yyzeigsi
Is there a way for me to put a table below the header and right above the where my forum starts?

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 7:00 am
by Lumpy Burgertushie
you edit the overall_header.html file but you don't use tables, you use divs.
also, there is a extension for advertising that will do it all automatically for you via the admin panel.

robret

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 5:12 pm
by yyzeigsi
what extension is possible? can't seem to find one that works

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 5:20 pm
by yyzeigsi
Am I looking to put in the end of the overall_header.html file?
how do I assign image and a link associated with image?
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;}
.divTableCell, .divTableHead {
border: 1px solid #999999;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 5:33 pm
by 3Di
Please surround codes with the appropriated BBcode, in this case: CODE. Thx.

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 5:39 pm
by Lumpy Burgertushie
don't use tables just use divs and yes the bottom of the overall_header.html file.

you can then put the css for your html in one of the css files, doesn't really matter which one but the bottom common.css would work.

robert

Re: Looking for assistance putting images on Index page

Posted: Mon Sep 17, 2018 5:46 pm
by 3Di

Re: Looking for assistance putting images on Index page

Posted: Tue Sep 18, 2018 7:14 pm
by yyzeigsi
Thank You Everyone for there input, I was able to make it work

thanks