Search found 8 matches
- Fri May 23, 2008 7:54 pm
- Forum: Web Developer Talk
- Topic: Page with and without CSS
- Replies: 3
- Views: 5176
Re: Page with and without CSS
Yes, i think the web page should be accessible even if CSS can not be loaded or is not supported or fails to load properly. The only "advantage" of using tables for laying out pages is that all the content elements keep their position relative to each other in case the CSS isnĀ´t present/loaded/w ...
- Fri May 23, 2008 3:12 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Newly introduced: {} and cursor positioning
- Replies: 24
- Views: 17208
Re: Newly introduced: {} and cursor positioning
After some more testing i think i know where the problem(?) relies. Basically what i want to do is use tabs for all my indentation in all situations for both XHTML and CSS. After following the steps i enumerated in my previous post i end up with this: http://mboto.planetaclix.pt/htmlpad.png See the ...
- Fri May 23, 2008 1:02 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Newly introduced: {} and cursor positioning
- Replies: 24
- Views: 17208
Re: Newly introduced: {} and cursor positioning
I think thereĀ´s still problems with the tab indenting in certain situations: Maybe i misunderstanding something... For example try this: Create a new HTML document. Put the cursor between the body tags and start typing: TAB <div> After closing the div you should get this code: <body> <div></div> ...
- Fri May 23, 2008 12:25 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tabs and indent
- Replies: 4
- Views: 4205
Re: Tabs and indent
Thanks for your reply EvilBMP.
I will continue the discussion in that post.
I will continue the discussion in that post.
- Thu May 22, 2008 11:27 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: show dotted indent line
- Replies: 5
- Views: 3993
Re: show dotted indent line
ThatĀ´s the only feature i miss in HTMLPad.
It would be great to have indent guidelines for both CSS and XHTML.
And why not take a step further and highlight the indent guideline that matches the highlighted XHTML/CSS/whatever tags?
It would be great to have indent guidelines for both CSS and XHTML.
And why not take a step further and highlight the indent guideline that matches the highlighted XHTML/CSS/whatever tags?
- Thu May 22, 2008 11:21 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tabs and indent
- Replies: 4
- Views: 4205
Re: Tabs and indent
Same problem with HTMLPad.
It still uses spaces instead of tabs even when Use TAB key for indenting is selected in preferences.
It still uses spaces instead of tabs even when Use TAB key for indenting is selected in preferences.
- Thu May 22, 2008 3:38 am
- Forum: Easy Button & Menu Maker Feature Requests
- Topic: Three Ideas
- Replies: 3
- Views: 7054
Re: Three Ideas
I second that! Being able to create our own templates would be great.turicon wrote:Hei,
3. And last: It would be ingenious, if I can provide my own Templates!
- Thu May 22, 2008 3:33 am
- Forum: Easy Button & Menu Maker Feature Requests
- Topic: Full CSS implementation
- Replies: 12
- Views: 25408
Re: Full CSS implementation
IĀ´m trialing this soft and i agree with all the posts above. Tables are for present tabular data, not for menus. An unordered list (UL) would be much more appropriate and semantic. The program could have a lot of potential if it was fully CSS based, allowing both text and css background images to b ...