PDA

View Full Version : yet ANOTHER html markup question.


Telegon80
09-16-2005, 03:48 AM
i scoured through 5 pages of the search results but none of the topics dealt with html markup including pics..

i want to add flags like these on my forum. can anyone help me out??
http://premium1.uploadit.org/telegon80//wtfmate-htmlmarkup.jpg


Admin, mod, supermod, advertiser, and donator. i have these saved already but i cant make the work if my life depended on it. idk html code. :nervous:

Guest190829
09-16-2005, 04:15 AM
Well the html to bring up an image is:

<img src="http://www.yoursite.com/forums/images/adminsmall.gif" />

You would change the url in the src attribute with the path to your image.

john1744
09-16-2005, 05:46 AM
How would you go about breaking that up to fit in the two html markup boxes. I tried placing just the /> in a box and it didnt work.

Telegon80
09-16-2005, 10:17 AM
Well the html to bring up an image is:

<img src="http://www.yoursite.com/forums/images/adminsmall.gif" />

You would change the url in the src attribute with the path to your image.
okay i will try that later on. thanks.

btw, one question. are these little images included with the board? or i have to upload them to that directory myself. :ermm:

Guest190829
09-16-2005, 04:39 PM
No those aren't default vb images. You'd have to make your own.