Jump to content

Search the Community

Showing results for tags 'adding'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 3 results

  1. I know you can simulate columns in text by using tables, but there are a few problems. Such as a cell expanding the more text you add. So I have a proposition; Lock the cells. Set the size of the cells in then lock that size. The cell is then limited to the number of characters one may add depending on the size of the cell, the font family, the font size, the font weight, the font style, and other relevant things. Lock the table. Set the dimensions of the table, then lock them. Attempting to add anything more than what the table can hold fails. Automatic carry over. In the case of a cell anything over and above is placed into the cell immediately to the left of the first cell, or into the first cell on the left in the row below the one. When the current cell is the last one in a table to covers the page (whatever the page dimensions), the table in question is copied on the next page and entries continue as before. (Any table copied has the settings of the original. In addition, I recommend adding a specialized table, to consist of one cell (though it can have additional cells if your formatting calls for it), to be set to the size of a sheet of paper---either a standard size such as American Legal or British A4 plus margins, or a custom size---giving the writer a text area material may be added to. But once the "page" is full a new "page" is created where the work can continue. Note that this means a link would be added on the old page to the new one. I'm suggesting this because I'm tired of web pages that go on and on and on (and on and on and (on and on))) until the Moon is about to enter the Earth Roche Limit and break up. And that's a long time away. What do you think? (Note that not everybody uses a small screen to visit the Web, and sometimes a large browser window means really long lines of text. Naturally my suggestion would have to be responsive to screens or windows of various sizes. Besides which, I want to be able to present pages on my site that look like the pages in a book or a certain format.}
  2. Can anybody help me on this issue? It's very important to my site. Some (although not all) of my permalinks won't work. Some work perfectly and some are having variants of this "%20%E2%80%8E" added to the end of them, which obviously is giving me the 404 message. I've tried deactivating plug ins but had no difference and obviously as some work, it is unlikely to be that. I have also checked for hidden characters but cannot seem to find any. Can anybody think of a viable reason/solution for this error? Thanks
  3. so i have a pic editing website set up, and i have a function which lets you download images.http://jsfiddle.net/9Ytsk/ is what it looks like. what i want it to do is also generate the image to a different directory (gallery/gallery), and add +=1 if the image already exists (ex. image.png exists so it's named image1.png). Thanks!
×
×
  • Create New...