PDA

View Full Version : Using dynamic+ static font in same page , List files in folder



suraj4u
December 6th, 2007, 10:27
1


Using dynamic+ static font in same page

I am undergoing a unicode project. In that Iwish to use dynamic font.
But dynamic font works only on IE .
For other browser the default font must be available at the client side/he has to download and view

How and is it possible.

2


List the files(html or image) in folder as hyperlink.

suraj4u
December 6th, 2007, 10:34
3

A page contain full of text.
I wish to insert a image in any place..
The image must be place without over lapping the text.. The image have to set it's own room

Example . Assume the 2 image is one
------------------------------------------------------------------------
a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
a a a a a a a a a a a a :wave: a a a a a a a a a a a a a a a a a a a a a a a
b b b b b b b b b b b b :wave: b b b b b b b b b b b b b b b b b b b b b b b
b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b
------------------------------------------------------------------------

4

2. When resizing the window the div tag position changes. How to avoid it

5


When coding webpage whichone is best?
* DIV
* Table

themoose
December 6th, 2007, 13:34
1. You can't, at least not easily - I've looked into this before. Best option is to just make an image with your desired font.
2. Delete the index, there's a script too - search google for php opendir and you should be able to find one easily enough.
3. Just use the <img> tag....
4. Huh?
5. DIVs
6. Why the hell are your questions laid out like that!?

suraj4u
December 7th, 2007, 04:39
3. Just use the <img> tag....



1. solved
2. solved
3. i hope U don't understand

themoose
December 7th, 2007, 11:07
You hope I don't understand? :S

JohnN
December 7th, 2007, 11:25
css supports this, however you'll need different fonts for windows and mac. try w3schools for more.

Richard
December 7th, 2007, 11:49
4) use fixed values (EG: 100px) not percentages (EG: 30&#37;)

Richard
December 7th, 2007, 11:51
3) use a table, and lay out every a and b in the table, when you get to the image, set the first cell to "rowspan='2'" and leave that cell out under, it will work fine.


Long winded solution, but it does work, I bet it can be done much simpler in CSS.