
- Misc HTML help
-
NO REPEAT (CSS)
[HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-image: url(http://forums.importatlanta.com/images/misc/vbulletin3_logo_white.gif);
background-repeat: no-repeat;
}
-->
</style></head>
<body>
</body>
</html>
[/HTML]
REPEAT (CSS)
[HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-image: url(http://forums.importatlanta.com/images/misc/vbulletin3_logo_white.gif);
}
-->
</style></head>
<body>
</body>
</html>
[/HTML]
REPEAT
[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<body background="http://forums.importatlanta.com/images/misc/vbulletin3_logo_white.gif">
</body>
</html>
[/HTML]
IMAGE AT 100%
[HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<body>
<img src="http://forums.importatlanta.com/images/misc/vbulletin3_logo_white.gif" width="100%" height="100%" />
</body>
</html>[/HTML]
Last edited by 4dmin; 08-08-2006 at 12:18 PM.
-
IA Member
- Rep Power
- 0
Thanks. I had to stretch it. it looks alittle distort but it is ok. Is was for my myspace page.

- Misc HTML help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules