Ask a Question related to Macromedia ColdFusion, Design and Development.
-
ranger #1
table compression on web page
not a CF issue but all these fertile minds...?
when setting a table width as a percentage to compress/enlarge as page
resizes, is there a way to have it compress from left so background image right
side maintains as left side "disappears".
need for framset top frame that contains logo and art.
tnx in advance,
ranger Guest
-
PDF Optimizer: What is'Optimize compression of page regions based on color content'?
Here is my story... I received a pdf of an ad that was designed in InDesign. To use with our Ad Management system our workflow is to flatten... -
flow text vertically page to page in table?
Can someone help with this? I'm setting up a long table with lots of information in each column. I want the text to flow from page to page. I want... -
table drifts on page
I'm not sure if this is a Cold Fusion issue or Dreamweaver issue, but when clicking on recordset page links like 'Next Set' for example, the table... -
Login - multi table insert for registrant; subsquent login insert page requests into joined 'Selection' Table
Question regards insert and updates in sql server for a simple login script that requires registration the first time and only "email address" upon... -
Does everything on the page need to be in a table?
Hi, I had a thought and just wanted to ask if everything such as images, nav bars, text etc on the page need to be in its own table? Jill -
Stressed_Simon #2
Re: table compression on web page
Use CSS to align the background to the right hand side of the table!
ie
..unnamed1 {
background-image: url(yourImage.gif);
background-position: right;
}
Stressed_Simon Guest
-
ranger #3
Re: table compression on web page
how do i call out in background tag
..td1 {
background-image: url(art/ecc4.jpg);
background-position: right;
}
<tr>
<td width="42%" background="????"> </td>
</tr>
tnx again
ranger Guest



Reply With Quote

