how to add external links with tumbnails. - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: how to add external links with tumbnails. (/thread-146186.html) |
how to add external links with tumbnails. - xekuter50 - 2013-10-02 The current theme im using has no links with pics by default so i wanna add facebook, twitter, google+ etc with pics at the header. and other external links at the footer. this will be about 3 columns. RE: how to add external links with tumbnails. - Arbaz - 2013-10-02 Where about do you want to add the social networking links? RE: how to add external links with tumbnails. - xekuter50 - 2013-10-02 I was thinking either below or above the logo in the header. heres my site. Thanks bro.
RE: how to add external links with tumbnails. - Arbaz - 2013-10-03 You could add something like this in your header template. Go to ACP>Template & Styles>Templates>YOUR THEME>Header Templates>header <a href="LINK TO PAGE"><img src="PATH TO IMAGE"></a> You are using a custom theme, I wouldn't recommend adding the social networks anywhere near the logo. I don't know any good place to add except for the footer, however if you wish to add it above your logo then add the code with your details above the following code in your header template.
RE: how to add external links with tumbnails. - xekuter50 - 2013-10-03 ok thanks i will try this out. remind me how to make them open up in a new tab instead of open up on the curent tab and overwrite my site. also there is a small gap between each image. i dont want any space between the images. RE: how to add external links with tumbnails. - Destroy666 - 2013-10-03 (2013-10-03, 01:51 PM)xekuter50 Wrote: remind me how to make them open up in a new tab instead of open up on the curent tab and overwrite my site Change: to:
As for spaces, make sure there aren't spaces between img/a tags in your code and that images don't have transparent surrounding. |