simple html problem

Questions about programming languages and debugging
Post Reply
bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

simple html problem

Post by bubzuru »

how can i make it so the image doesn't
repeat itself vertically it will just stretch instead ?

http://codeviewer.org/view/code:5c
http://bubzuru.freehostia.com/

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

try using a style instead ex.

Code: Select all

<table style="background-image=url(yourimage.jpg); background-size=100%;">
browsers dont support it though... :( yet

anyways heres a link to fake it

http://webdesign.about.com/od/css3/f/blfaqbgsize.htm

Post Reply