... What example file? ... Both FF 16 and IE 8 display this behavior. ... I do have this inline styling: <p style="text-align: center; margin-bottom: ...
7248
Axel Berger
absalom_nemini
Oct 31, 2012 8:50 pm
... Alright. You have a separate CSS-file on your site. That file has caused issues, there were problems with comments, it didn't validate at first and so on. ...
7249
Axel Berger
absalom_nemini
Oct 31, 2012 8:53 pm
... The one I sent at 18:25 h my time, seems to be 13:25 h yours....
7250
Mike Breiding - Morga...
mikebreiding
Nov 1, 2012 11:10 am
... I will start the process of elimination and see where it goes. Thanks, -Mike...
7251
Mike Breiding - Morga...
mikebreiding
Nov 7, 2012 8:00 pm
I want this HTML to show up as plain text, not a link, in a web page How do I do that? <p class="date"><strong><a ...
7252
Mike Breiding - Morga...
mikebreiding
Nov 7, 2012 8:02 pm
... That style was being overridden by the more specific: div#content p { margin: 8px auto; width: 65%; } Using: "div#content p.date{margin-bottom:-10px;...
7253
Greg Chapman
gregchapmanuk
Nov 7, 2012 8:14 pm
Hi Mike, On 07 Nov 12 19:58 Mike Breiding - Morgantown WV ... Remove the link! Or am I missunderstanding what you meant by "plain text"? Perhaps, what you seek...
7254
Mike Breiding - Morga...
mikebreiding
Nov 7, 2012 8:25 pm
... I want the link to be shown so all of the HTML can be seen. ... Would this not still show only the linked text? I need all of the HTML to be visible. ... I...
7255
John Wallace
johnta1
Nov 7, 2012 8:35 pm
If you're just wanting that link blurb to look like html, change the < and > to [ and ]. html will convert it otherwise. Like this?: [p class="date"][strong][a...
7256
Alec Burgess
alecb3ca
Nov 7, 2012 9:00 pm
From Google: [show html as plain text] ... Not tested but it looks correct :-) ... [Non-text portions of this message have been removed]...
7257
bruce.somers@...
bruce.somers
Nov 7, 2012 9:16 pm
To have the HTML show on your page as in your mail, replace all opening less-than signs with & lt; (with no space after the ampersand). That will cause them...
7258
Axel Berger
absalom_nemini
Nov 7, 2012 9:32 pm
... If you mean all the URL, i.e. http://.../d1/, then just write it down. If you want "<a" to be seen and not interpreted, then make it "<a". ... Look like...
7259
Don
dpasseng
Nov 7, 2012 9:37 pm
Highlight the stuff you want and then click on modify > characters to html > all special characters ... it will become plain text that displays without being...
7260
Bob McAllister
bob_mcallister
Nov 8, 2012 1:04 am
Option 1 <xmp></xmp> was a tag for Examples of HTML. Now deprecated but still works fine in Chrome. (Check other browsers). Option 2 Use a textarea to pull...
7261
Jeffery Scism
scismgenie
Nov 8, 2012 1:16 am
... http://epicroadtrips.us/2010/mich-ont/d1/ Just type the link without the A Href coding...
7262
Jeffery Scism
scismgenie
Nov 8, 2012 1:19 am
... OR Highlight <p class="date"><strong><a href='http://epicroadtrips.us/2010/mich-ont/d1/39; target="_blank" title="Friday, June 11">Friday, June...
Wow! That was fun. So many ways to skin a cat. Here they are: http://epicroadtrips.us/2010/mich-ont/betsy_journal/test.php Thanks, everybody. -Mike ...
7265
Mike Breiding - Morga...
mikebreiding
Nov 11, 2012 3:23 pm
Greetings, I downloaded my entire web site via FTP. I would now like to convert all the links to my local filesystem. I cannot come up with any utility via a...
7266
Greg Chapman
gregchapmanuk
Nov 11, 2012 4:00 pm
Hi Mike, On 11 Nov 12 15:22 Mike Breiding - Morgantown WV ... You need to explain a little more about your site and its structure. I would expect your site to...
7267
Axel Berger
absalom_nemini
Nov 11, 2012 4:08 pm
... That is a bit of a problem. I have a locally installed Apache server for that purpose. Using that I can use a root directory href="/". On all my sites all...
7268
Mike Breiding - Morga...
mikebreiding
Nov 11, 2012 4:30 pm
... Arg! I forgot about PHP aspect of it. I have WAMP for that. Others most likely will not. I think I will forget this idea. Thanks, -Mike...
7269
Mike Breiding - Morga...
mikebreiding
Nov 11, 2012 4:31 pm
This is not going to work out, Greg. Thanks for taking the time. -Mike ============...
7270
Axel Berger
absalom_nemini
Nov 11, 2012 5:37 pm
In the times of pure and simple HTML you could look at a page's metadata, e.g. with right click "View Page Info" and get (among other stuff) "Modified: 4 July...
7271
Jeffery Scism
scismgenie
Nov 25, 2012 2:44 pm
I am running a Clip which I want to HTMLTIDY all open documents, after running the LAST Clip on each, save then close each one, then process the next...
7272
John Shotsky
shotsky1
Nov 25, 2012 2:58 pm
Assuming each document has html code, why don't you just test for the presence of an angle bracket at each open? Regards, John RecipeTools Web Site:...
7273
Marcelo Bastos
mcbastos
Nov 27, 2012 11:05 pm
I have recently become aware of Markdown, a technique/conversion program to make it easier to write in plaintext and convert to HTML. ...
7274
John Shotsky
shotsky1
Nov 27, 2012 11:28 pm
I worked on it until I ran into issues that I couldn't solve with NoteTab clips. I contacted the developer to see about adding more support, but he wasn't...
7275
Axel Berger
absalom_nemini
Nov 28, 2012 2:16 pm
I want to write a single paragraph in Russion. In LaTeX there is a simple syntax for temporarily changing the character set in the middle of a document, but I...
7276
Piotr
syntaxpb
Nov 28, 2012 2:19 pm
You could make the whole page in UTF-8. Regards, Piotr ... [Non-text portions of this message have been removed]...