PDA

View Full Version : HTML Repeat Code


Logikos
01-23-2003, 09:05 PM
What is the code to make an image repeat across the screen?
My problem im having is that user that use 800x600 resolution get a scroll bar cause my images are to long. So i would like the image to repeat itself so it will fit the users screen resolustion.

Is Image repeat the think to fix this problem?
Thanks

-Nem

filburt1
01-23-2003, 09:38 PM
If you use it as a background to a table, page, or any other similar container it should do it itself.

Logikos
01-23-2003, 09:46 PM
well i wanted to add a pic on the top of my forums. One pic for the name of the forum, and another next to it spreading across the top of the forum

filburt1
01-23-2003, 10:00 PM
Use a table with a width of 100%, a height of the height of the image, and a background of the image itself.

sonic3d
01-23-2003, 10:14 PM
i think he means like the logo and the bg.

l8er
sonic

Logikos
01-23-2003, 10:19 PM
Thanks Filburt i see what you mean now