How do I add banners alongside the logo?
Collapse
X
-
Tags: None
-
If you'd like help in what coding to use, I can help you there as well. -
Considering you know html, you can find and edit the code in the header template. Simple log into the Admin CP and select "Style Manager" and then click the << >> button to see all template. They are listed in a-z order.
If you'd like help in what coding to use, I can help you there as well..
But which template(s) should I edit?
I appreciate, and looking forward for, your help wrt the html coding, too.
Comment
-
Double click the "header" template. Find this code:
Code:<td align="$stylevar[right]"> </td>
Comment
-
If you want to have something in the middle and something to the right (as you shown in the picture), replace the whole code I had to search for with:
Code:<td align="$stylevar[left]"> <div style="float:right;"> *#1 Stuff Here* </div> *#2 Stuff Here* </td>
Comment
-
By "Stuff Here", do you mean something like the following code
<a href="http://whateverlinkiwant"><img src=/pathtomyimage/myimage.jpg></a>Comment
-
Comment
-
Comment
-
-
Worked like a charm
Two Q's:
If I opted for one pic only in the header, how do I center it?
Is there a site you recommend that teaches the ABCs of html?
I would like to learn more on coding to be able to do this too.
Well, html is essential to running any online project (website, forums, etc). So9, you might want to head on over to http://www.w3schools.com/html/default.asp
As for the centering, you can od that by setting up a custom profile field via AdminCP with the options in a drop down menu. Then, you'll have to place some coding in postbit that modifies the text depending on what was chosen.Comment
Related Topics
Collapse
-
by mrBjordalHi
How can we write a text logo in stead of uploading a photo as logo for the site? With H1 html code.
Thank you-
Channel: Support Issues & Questions
Sun 16 Jun '13, 4:45am -
-
by rag_guptaI know how to add my site logo in the header. But I want to attach my site name along with the logo in VB5?
-
Channel: Support Issues & Questions
Sat 7 Apr '18, 5:44am -
Comment