ugur Member Jan 29, 2015 #1 Resources manager ads problem Hello The underlying resource manager is the official place to 728x90 ad How do I add that? Thanks.
Resources manager ads problem Hello The underlying resource manager is the official place to 728x90 ad How do I add that? Thanks.
P Paul B XenForo moderator Staff member Jan 31, 2015 #3 There is no ad template in that location so you would have to manually edit the template and add your own. Upvote 0 Downvote
There is no ad template in that location so you would have to manually edit the template and add your own.
ugur Member Jan 31, 2015 #4 I add code resource_description but there slippage problem. my code Code: <div style="float: right; margin-left: 20px"><div align="center">Reklamlar</div> ads code..... </div> Reklamlar is not center How do I center the ''Reklamlar'' Thanks. Upvote 0 Downvote
I add code resource_description but there slippage problem. my code Code: <div style="float: right; margin-left: 20px"><div align="center">Reklamlar</div> ads code..... </div> Reklamlar is not center How do I center the ''Reklamlar'' Thanks.
P Paul B XenForo moderator Staff member Jan 31, 2015 #5 You are floating it right. If you want to center it, use appropriate CSS such as margin 0 auto or text align center. Upvote 0 Downvote
You are floating it right. If you want to center it, use appropriate CSS such as margin 0 auto or text align center.