Hi everyone,
I've inherited a long document that's being updated for a new year edition. I'm using Indesign CS4's cross referencing feature but I noticed that when I create a text anchor, there's already a heap of them in the list which I didn't create. I looked in the bookmarks panel and saw...
Hi everyone,
The SQL query in the following code block includes a GROUP_CONCAT function:
if (isset($_GET['action']) and $_GET['action'] == 'search')
{
include(__ROOT__ . "/includes/dbAdmin.inc.php");
$select = ' SELECT
items.itemID...
I've actually ended up solving it by removing the width from the td cells and just setting the width on the table itself, so thanks everyone for your input.
I thought you had to specify a width for the table element.
I tried your suggestion and removed the width:
table#private {
color: #333;
text-align: left;
}
I tested again, but still no luck. It's still not the working in ie 7 and below.
I can't work it out.
Hi,
I tried table-layout: fixed but no luck. Any other suggestions? Also not sure if the xhtml would help troubleshoot?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin...
Hi everyone,
I'm using a .csv file as the basis for a spry dataset. I've got it working and the data is getting inserted into a table dynamically. Since there'll be quite a lot of rows in the table, I'm trying to implement some paging controls so the user can see about 20 rows at a time and...
I've managed to progress a little bit more on this and have now got the following code:
<script type="text/javascript" src="SpryAssets/SpryData.js"></script>
<script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript"...
Hi everyone,
I'm using a .csv file as the basis for a spry dataset. I've got it working and the data is getting inserted into a table dynamically. Since there'll be quite a lot of rows in the table, I need some sort of paging controls so the user can see about 10 rows at a time and then page...
Hi everyone,
I'm using the xml features in indesign to create an online version of a book. In this online version, the first level headings in the table of contents (which list the chapter names) will act as a hyperlink to the xhtml page that it links to. I can tag each of the table of contents...
Hi everyone,
I have table of contents that I've done in Indesign CS4. I'm trying to make the first level entries bold but I only want the text to be bold up to the point where the leader dots start. The text is formatted with a paragraph style so I thought that I could use nested styles to...
Hi everyone,
I've placed a table on the page in Livecycle Designer. It consists of 1 column and 4 rows. I specified the first cell to be an image field so users can insert an image. The second cell is set to be a text field so a testimonial can be entered. The third cell is another text field...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.