asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Aug 25, 2014 8:51:03 GMT -8
I've tried the forum affiliate table via a Plugin ( name of Plugin: Easy Affiliate Table) ... however, this isn't working for me ( I can't change the width, etc.). I'd like to request a code which looks like the following ( if possible please): BEFORE ( this is the current Plugin I'm not happy with): AFTER (if possible): ... Now to make it more of a request, as I know you're all so great ;-) ... - If the 'CreateITUK's Partners ...' could be a hyper link (URL).
- Although the above text is a hyper link, if the colour could be coded to stay white.
- The width at the moment isn't confirmed, but if there could be a figure I could change which actually changes the width (as the Plugin didn't seem to work)
Thank you in advance.
~asht0n91.
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Aug 27, 2014 9:02:56 GMT -8
... Bump ...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Aug 28, 2014 13:50:24 GMT -8
... Bump.
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 1, 2014 10:18:43 GMT -8
...
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 1, 2014 15:39:34 GMT -8
Try this on for size: Go to Admin > Structure > Layout Templates > Forum Wrapper and paste this directly after the $[content] variable.
<center> <div class="container" style="width: 90%;"> <div class="title-bar"><h2><a href="URLHERE" style="color: white;">CreateITUK's Partners ...</a></h2></div> <div class="content" style="padding: 8px;"> <table width="100%"> <tbody> <tr> <td> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> </td> <td width="88px"> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> </td> </tr> </tbody> </table> </div> </div> </center>
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 2, 2014 10:39:40 GMT -8
Hi,
That's literally perfect. Just a couple of small tweaks. Is there a way to add a line next to my affiliate banner so show it's separate from the other banners.
Many thanks, so appreciative.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 2, 2014 10:46:05 GMT -8
Here you go:
<center> <div class="container" style="width: 90%;"> <div class="title-bar"><h2><a href="URLHERE" style="color: white;">CreateITUK's Partners ...</a></h2></div> <div class="content" style="padding: 8px;"> <table width="100%"> <tbody> <tr> <td> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> </td> <td width="88px" style="border-left: 1px solid;"> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> </td> </tr> </tbody> </table> </div> </div> </center>
Did you want the other banners to scroll like the plugin as well?
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 2, 2014 10:49:18 GMT -8
Very close, the line needs to be to the left more (it is right on the beginning of the image). As for the marquee, I'm ok without it, it looks very neat - thank you v much!
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 2, 2014 10:51:34 GMT -8
Here:
<center> <div class="container" style="width: 90%;"> <div class="title-bar"><h2><a href="URLHERE" style="color: white;">CreateITUK's Partners ...</a></h2></div> <div class="content" style="padding: 8px;"> <table width="100%"> <tbody> <tr> <td> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> </td> <td width="88px" style="border-left: 1px solid; padding-left: 10px;"> <a href="URLHERE"><img src="http://placehold.it/88x31"></a> </td> </tr> </tbody> </table> </div> </div> </center>
Okay- just letting you know without the marquee if you have too many affiliates in the table it won't look too great.
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 2, 2014 10:54:56 GMT -8
That's perfect thank you very much. I really appreciate your quick replies!! As for the marquee, I'm guessing I can just add <marquee></marquee> around the advertisement images? Many thanks!
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 2, 2014 11:02:04 GMT -8
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 2, 2014 11:04:14 GMT -8
Oh wow, thank you very much for that ... that's awesome. I can't thank you enough.
|
|