vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Add image to description of forum (https://vborg.vbsupport.ru/showthread.php?t=222273)

MuSuL 09-02-2009 02:29 AM

Add image to description of forum
 
So on forum home, I'd like to add and image to the right of the forum name but on the same level as the name and not one line down as where I'm stuck now.

This is the text I have

<div align="right" width="100%"><img src="logos/4ever.png"></div>

It aligns correctly to the right of the cell for that forum but it is one line down. How do I get it all on one line?

Lynne 09-02-2009 02:38 AM

Take out the width and see if you still have the same problem. (Also, img tags require the alt attribute and you should close it - <img src="xxxx" alt="yyyy" /> .)

MuSuL 09-02-2009 02:46 AM

If I take out the width, it goes right under the forum name. Added an alt.

MuSuL 09-02-2009 02:49 AM

1 Attachment(s)
Here is what I mean.

The 4ever fit logo should be on the same level as the forum name, flush to the top of the cell.

Lynne 09-02-2009 03:47 AM

Do you have firebug for firefox? You can modify the css in the window and figure out the correct way to do it then. I don't think a width of 100% is what you want. I'd guess you want to float the div right and then set the width to just the width of the image.

MuSuL 09-02-2009 03:58 AM

div of 100% should give me the full size of the cell. It's working on both browsers so I think it's doing what it should. The problem is that even if I just insert an img without the div, it will show up beneath the forum name. That means somewhere in the code, there is an element that forces a line feed. I need to "break" out of that and go back up to the same level of the forum name.

Lynne 09-02-2009 04:05 AM

If you want it on the same 'level' as the other element (the name), you need to float it right. Did you do that?

MuSuL 09-02-2009 04:05 AM

let me try

--------------- Added [DATE]1251868229[/DATE] at [TIME]1251868229[/TIME] ---------------

<div style="float: right;"><img src="logos/4ever.png" alt="4everfit"></div>

Ended up getting the exact same affect. It's to the right of the cell as I need but still lower than the div of the forum name :(

--------------- Added [DATE]1251868620[/DATE] at [TIME]1251868620[/TIME] ---------------

<div style="float: right;"><img src="logos/4ever.png" alt="4everfit"></div>

Ended up getting the exact same affect. It's to the right of the cell as I need but still lower than the div of the forum name

Lynne 09-02-2009 04:19 AM

You need to put something that you mean to float right before the thing you mean to float left. Did you do that? So, the image needs to be in the code before the forum name.

You may want to google image positioning using css.

MuSuL 09-02-2009 04:22 AM

Thanks, will research it.


All times are GMT. The time now is 02:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01075 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete