MyBB Community Forums

Full Version: How to add image and text to Top Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi friends,

Just wanted to know how to add an image to the right top corner and text in the middle top header as shown in the attached image.

Thanks.

[attachment=29857]
Use float:right css property. You can refer to this simple example: http://www.w3schools.com/cssref/tryit.as...ycss_float

Its better you learn on your own by using the css.
(2013-07-31, 07:36 AM)ksr Wrote: [ -> ]Use float:right css property. You can refer to this simple example: http://www.w3schools.com/cssref/tryit.as...ycss_float

Its better you learn on your own by using the css.

Yes you are definitely right about learning it myself. However the issue is I'm a newbie and I'm more into adding content to my websites. I'm not a coder nor designer and I'm not getting any money from my websites.

So would appreciate all the help that I can get.

Can you please tell me where should I put this code on my mybb forum admin. Thanks ksr.
Can anyone here please offer some help ?
I had the almost same question once, try this. It works.

http://community.mybb.com/thread-140301.html

For the text, you just need to make another code and replace it with text instead of any image script i guess. Change positions trough the css, improvise a bit Big Grin

I hope i could help you broadly.
(2013-08-08, 11:34 AM)k1R@ Wrote: [ -> ]I had the almost same question once, try this. It works.

http://community.mybb.com/thread-140301.html

For the text, you just need to make another code and replace it with text instead of any image script i guess. Change positions trough the css, improvise a bit Big Grin

I hope i could help you broadly.

Hi K1R ,

I'm finding it very difficult to understand what is written on that thread. I need to know exactly where I can find this " header_welcomeblock_guest " ,Sorry , I'm that new here Huh

Also where should I put the physical image so that it will be visible ,and should I change also the global.css to make this effect ?

Thanks.
Screenshot are not clear and what you want plz explain
(2013-08-11, 04:02 PM)New2mybb Wrote: [ -> ]Screenshot are not clear and what you want plz explain

Well if you go to my forum, forum.wheelnmotor.com , On the left most corner you can see my logo. On the right corner and middle it's empty. I want to put an image there. Hope you understood now
(2013-08-11, 06:58 PM)stanjohn123 Wrote: [ -> ]
(2013-08-11, 04:02 PM)New2mybb Wrote: [ -> ]Screenshot are not clear and what you want plz explain

Well if you go to my forum, forum.wheelnmotor.com , On the left most corner you can see my logo. On the right corner and middle it's empty. I want to put an image there. Hope you understood now

So if you want to have an image (Logo) on the left and on the right with some text in the middle; Take a look at the tutorial below:

http://www.mybbsecurity.net/topic-tutori...two-logo-s
(2013-08-11, 09:45 PM)Arbaz Wrote: [ -> ]
(2013-08-11, 06:58 PM)stanjohn123 Wrote: [ -> ]
(2013-08-11, 04:02 PM)New2mybb Wrote: [ -> ]Screenshot are not clear and what you want plz explain

Well if you go to my forum, forum.wheelnmotor.com , On the left most corner you can see my logo. On the right corner and middle it's empty. I want to put an image there. Hope you understood now

So if you want to have an image (Logo) on the left and on the right with some text in the middle; Take a look at the tutorial below:

http://www.mybbsecurity.net/topic-tutori...two-logo-s

I tried this , but the problem is , it's adding a table on top of the actual header. I will loose all the links etc. Please see attached pic.

Is it possible only to remove the row which has my left logo. i do not want to loose the row with the top links such as forums , calendar etc.

[attachment=29941]
Pages: 1 2