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)
-   -   Images in Forum Description (https://vborg.vbsupport.ru/showthread.php?t=213599)

redhawk89 05-13-2009 02:00 PM

Images in Forum Description
 
1 Attachment(s)
On my forum, I'm trying to find code that will center the image with the descriptive text, as WELL as aligning it to the right hand side of the field! So far, I can only do one or the other, with the ABSMIDDLE attribute of <img>. Check out the screenshot to see where I would like the image to be...

Seven Skins 05-13-2009 02:04 PM

Dont know how the code is setup but have you tried "float: right" ?

.

redhawk89 05-13-2009 02:08 PM

Quote:

Originally Posted by Seven Skins (Post 1810080)
Dont know how the code is setup but have you tried "float: right" ?

.

do you mean trying something like <img="imagename.gif" float:right> ?

Seven Skins 05-13-2009 02:09 PM

HTML Code:

<img src="imagename.gif" style="float:right">
Like this.

redhawk89 05-13-2009 04:52 PM

1 Attachment(s)
It sort of worked, but it's under the text now, not next to it. Check it out in the attachment.

Seven Skins 05-13-2009 06:15 PM

Then ... you will have to make a table to do what u wanna do.

Fill in the code where it says Forum name etc ....

HTML Code:

<table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td>Forum Name</td>
    <td align="right" valign="middle" rowspan="2">Icon</td>
  </tr>
  <tr>
    <td>Forum Description</td>
  </tr>
</table>



https://vborg.vbsupport.ru/

redhawk89 05-13-2009 08:15 PM

Quote:

Originally Posted by Seven Skins (Post 1810202)
Then ... you will have to make a table to do what u wanna do.

Fill in the code where it says Forum name etc ....

HTML Code:

<table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td>Forum Name</td>
    <td align="right" valign="middle" rowspan="2">Icon</td>
  </tr>
  <tr>
    <td>Forum Description</td>
  </tr>
</table>



http://img91.imageshack.us/img91/9699/0634.png

What template is that in? I'd have to set it individually somehow?

Seven Skins 05-13-2009 08:30 PM

Where and how did you add those images?

ProSkinner.com 05-14-2009 06:19 AM

You want to edit the forumhome_lastpostby template. I'd like to help... can you please post the code from that template, here?

Seven Skins 05-14-2009 03:21 PM

Quote:

Originally Posted by Seven Skins (Post 1810299)
Where and how did you add those images?

What I meant to say was how did you add those images?
What hack you are using?

Then we can help you.


All times are GMT. The time now is 07:08 PM.

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.01267 seconds
  • Memory Usage 1,737KB
  • 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
  • (3)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (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