guys is there a way how to create SINGLE BACKGROUND image in PAGE and TABLE? everytime i enlarge the table size/page size or increase the screen resolution mahimo na tiled image ang background picture... saonz mna?
guys is there a way how to create SINGLE BACKGROUND image in PAGE and TABLE? everytime i enlarge the table size/page size or increase the screen resolution mahimo na tiled image ang background picture... saonz mna?
just use CSS!
i think its background-repeat: no-repeat;
just google it... the internet's well kept secret!
sample nlang plzzzzz
like the above reply, just insert this sample code on the appropriate element:
...Code:background-image: url('images/background.jpg'); background-repeat: no-repeat;
or kung wala pa gyud ka kagets,
<head>
<style type="text/css">
body {
background-image: url('images/background.jpg');
background-repeat: no-repeat;
}
</style>
</head>
tnx. how about sa table?
just place in tr or td
<td style="background-repeat: no-repeat">
or
<table style="background-repeat: no-repeat">
gamit og style sheet bai para mas gaan imong page, mas organize imong codes kaisa imo i hardcode sa imong mga html elements..
suwayi nang dreamweaver ai. nndot na.
oks
Similar Threads |
|