PDA

View Full Version : Add an introduction


Mirzone
12-10-2004, 08:00 PM
Id like to add into about my site etc how would i do this (add module then what?)

tomshawk
12-10-2004, 10:38 PM
Start with this http://www.vbadvanced.com/forum/showthread.php?t=1011

Inside the section where it says
"Your custom code comes here."

is where you will add your text.

If you know any html, you can play with it a bit to change the look and feel and of course, what you want to say ;)

Our Sponsors
 

Mirzone
12-11-2004, 07:36 AM
Thank you :) Added into but how do i add images

The [img] tag does not work :(

tomshawk
12-11-2004, 10:11 AM
If I am not mistaken the bbcode [img] tag will not work, you have to use the html image tag. something like this

<img src="http://www.Link to your image file.gif">

HTH