inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 13, 2017 16:01:02 GMT -8
I just created a custom page for my forum using the template in the custom page creator. The only widgets I added contain HTML boxes that just have centered images, and that is all. But when I go to the link, it looks like this: summitoflegends.net/page/adoptionsWhat is wrong with it?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 14, 2017 0:32:13 GMT -8
I just created a custom page for my forum using the template in the custom page creator. The only widgets I added contain HTML boxes that just have centered images, and that is all. But when I go to the link, it looks like this: summitoflegends.net/page/adoptionsWhat is wrong with it? It looks like you are adding </img> to the end of your image url html. It needs to be: <a href="http://summitoflegends.net/thread/64/stallion-run"><img src="https://image.ibb.co/kfdS1Q/Stallion_Adopt_Icon.png"></a> or you can add a closing slash..<a href="http://summitoflegends.net/thread/64/stallion-run"><img src="https://image.ibb.co/kfdS1Q/Stallion_Adopt_Icon.png" /></a> Either will work. Also, this one has a closing </a> but no starting <a href...." And the center should have quotes around it. So this... <div align=center><img src="https://image.ibb.co/eQLbT5/Adoptions_Sign.png"></img></a> Should be this: <div align="center"><a href="http://linktosomething"><img src="https://image.ibb.co/eQLbT5/Adoptions_Sign.png"></a></div> See if those changes help.
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 14, 2017 4:21:23 GMT -8
Ahh Thank you that fixed it nicely ^-^
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 14, 2017 22:37:07 GMT -8
Ahh Thank you that fixed it nicely ^-^ You're welcome.
|
|