Two Plus Two Older Archives

Two Plus Two Older Archives (http://archives2.twoplustwo.com/index.php)
-   Computer Technical Help (http://archives2.twoplustwo.com/forumdisplay.php?f=46)
-   -   html Question (http://archives2.twoplustwo.com/showthread.php?t=291843)

gergery 07-13-2005 03:37 AM

html Question
 
how do i get the little pictorial for spade, heart, etc. to show up in html if i am designing a website?

Johan 07-13-2005 05:50 AM

Re: html Question
 
Hi,

There are several different possibilities, first of all, most Windows fonts include these, but they are not very dependable.

The best way to do this is by using normal img tags, that way you can be sure everyone will be able to view the page as you designed it.

Good luck designing your page!
Johan

PS: With a pic named heart.jpg in your page's root:

<img src="../heart.jpg">

TheTROLL 07-13-2005 05:20 PM

Re: html Question
 
[ QUOTE ]
Hi,

There are several different possibilities, first of all, most Windows fonts include these, but they are not very dependable.

The best way to do this is by using normal img tags, that way you can be sure everyone will be able to view the page as you designed it.

Good luck designing your page!
Johan

PS: With a pic named heart.jpg in your page's parent directory :

<img src="../heart.jpg">

[/ QUOTE ]

FYP


All times are GMT -4. The time now is 12:09 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.