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)
-   -   Can someone check this please? (https://vborg.vbsupport.ru/showthread.php?t=217994)

stained 07-06-2009 08:03 PM

Can someone check this please?
 
I'm a total amateur at html but this code worked on my forum header until I implemented Vbseo relative replacements. Now it interfers with the display of the RR. The code I mean is the graphics stuff at the end. Can someone let me know what needs to be corrected please? The 3 graphics need to be horizontally aligned above the navbar.

Quote:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

<p align="center">

<img src="images/badges.gif" border="0">

<a href="http://www.dasreich.co.uk/index.html">
<img src="images/dasreich/das_reich_header_003.gif" border="0">

<a href="http://www.hj-research.com/forum/billspaypal.php">

<img src="images/supporter_banner.gif" border="0">

</center></p>

Gamezod 07-06-2009 08:58 PM

Just a quick point.... ive only briefly scanned it, but your opening Links but not closing them before opening a new one. (See red additions below), and you also dont need to close the Center tag at the end as it is already contained with in the Paragraph Tag.

Code:

<p align="center">

<img src="images/badges.gif" border="0">

<a href="http://www.dasreich.co.uk/index.html">
<img src="images/dasreich/das_reich_header_003.gif" border="0"></a>

<a href="http://www.hj-research.com/forum/billspaypal.php">

<img src="images/supporter_banner.gif" border="0"></a>

[S]</center>[/S]</p>


napy8gen 07-09-2009 02:39 AM

adding from gamezod.
your image tage should be closed inside the tag. like this.

Quote:

<img src="images/badges.gif" border="0" />
and you can manipulate spacing between those 3 images by inserting a style in the image tag.like this

Quote:

<img src="images/badges.gif" style="padding-right:5px;" border="0" />


All times are GMT. The time now is 12:03 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.00984 seconds
  • Memory Usage 1,719KB
  • 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)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete