I Want To Put Something As A Back Ground, Nothing Pacific, I Just Dont Know How, And Cant Get It To
*hole screen! ppl have told me to stretch it but i dont find that.........
There isn't a way to stretch it using style sheets. You need to use a program to make it a certain size, set the image to be centered using style sheets, and use the border color as a background color.
Ex:
<style type="text/css">
body{
background-image: url('mypic.gif');
background-position: center center;
background-color: black;/*if your image background is black, otherwise match it*/
}
</style>
Ex:
<style type="text/css">
body{
background-image: url('mypic.gif');
background-position: center center;
background-color: black;/*if your image background is black, otherwise match it*/
}
</style>
have you considered the atlantic, or the indian?
1-right click desktop select properties
2-click Desktop Tab
3-under browse button select stretch from combobox
4-click apply then ok,
2-click Desktop Tab
3-under browse button select stretch from combobox
4-click apply then ok,
There isn't a way to stretch it using style sheets. You need to use a program to make it a certain size, set the image to be centered using style sheets, and use the border color as a background color.
Ex:
<style type="text/css">
body{
background-image: url('mypic.gif');
background-position: center center;
background-color: black;/*if your image background is black, otherwise match it*/
}
</style>
Ex:
<style type="text/css">
body{
background-image: url('mypic.gif');
background-position: center center;
background-color: black;/*if your image background is black, otherwise match it*/
}
</style>