vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do I display welcome image for guests? (https://vborg.vbsupport.ru/showthread.php?t=278864)

watty005 02-20-2012 07:00 AM

How do I display welcome image for guests?
 
I've created a welcome image for guests using photoshop then dreamweaver, I want this to be added to notices for guests to view on my forum. But how do I get this image to show, what's the html code i need to put in the 'notice html'?

kh99 02-20-2012 11:22 AM

You'd just put regular old html, like:

Code:

<img src="path_to_image/imagename.png">

and of course you want to change it to the path and image name of your actual image.

watty005 02-20-2012 11:51 AM

Quote:

Originally Posted by kh99 (Post 2301516)
You'd just put regular old html, like:

Code:

<img src="path_to_image/imagename.png">

and of course you want to change it to the path and image name of your actual image.

Thanks for this, how about if I have clickable links on my image say 3 of them?? I know very little about html, so any help much appreciated.

kh99 02-20-2012 11:56 AM

Quote:

Originally Posted by watty005 (Post 2301521)
Thanks for this, how about if I have clickable links on my image say 3 of them?? I know very little about html, so any help much appreciated.

So you mean there are three different parts of the image that you want to be clickable? Then I guess you want an imagemap, like this: http://www.w3schools.com/tags/tag_map.asp

I'm not an html expert either, I only know the basics.

watty005 02-20-2012 02:41 PM

Quote:

Originally Posted by kh99 (Post 2301524)
So you mean there are three different parts of the image that you want to be clickable? Then I guess you want an imagemap, like this: http://www.w3schools.com/tags/tag_map.asp

I'm not an html expert either, I only know the basics.

Thanks for your help, but it doesn't seem to work for me?? I've inserted that code just for the image in 'Notice Html' below

<img src="http://www.mysite.com/images/misc/banner.png">

and that doesn't show the image either?? could it be another reason why it's not showing?

kh99 02-20-2012 02:47 PM

Does the notice show at all? If you take the url out of the src= part and put it in the browser, does it show the image?

watty005 02-20-2012 04:18 PM

Quote:

Originally Posted by kh99 (Post 2301574)
Does the notice show at all? If you take the url out of the src= part and put it in the browser, does it show the image?

Got it working now, thanks for your time anyway. :)


All times are GMT. The time now is 05:23 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.01195 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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