add logo on top and text footer #753
-
Add LOGO image on top of header and some text on footer, but the style want to fit the default location and center. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
it depends on what you want to get. |
Beta Was this translation helpful? Give feedback.
-
Hi, Something like this? |
Beta Was this translation helpful? Give feedback.
-
the most "clear" way to center things, is to wrap them like this <center>
hello!
</center> |
Beta Was this translation helpful? Give feedback.
-
for image is the same. |
Beta Was this translation helpful? Give feedback.
-
i guess this is not a question, just showing that it works |
Beta Was this translation helpful? Give feedback.
-
Hi, This is my header regarding what can be seen. I have this part of code in the 'Before Header' section of 'Custom HTML' in the MAIN MENU of HFS. The classes in the div are CSS code in the 'STYLE' section of 'Custom HTML'. I hope the image gives you an idea how the use your own images in the header. The CSS is not important for that. I made an 'image' drirectory in the main HFS directory and all the images I use are in it. |
Beta Was this translation helpful? Give feedback.
Let say, I set the Home disk source is C:\Web <~this is a web location
Custom HTML > Before Header, add:
<p style="text-align:center;"><img src="/images/logo.png" width=50%></p>