The html tag has no wiki summary.
1
vote
2answers
15 views
How capture full screen shot for Local website project?
I have lot of website (css3 and html5). I want to put that as a portfolio page. But System capture almost half of website only.
I browsed for that. Some website capture full screen short,.. But they ...
1
vote
1answer
142 views
Removing scroll bar on videos on Facebook
I have a problem on my laptop when I try to view videos on Facebook. Whenever I click on a video to start it, iframe expands but not enough to cater the video and scroll bars appear.
There is a way ...
1
vote
1answer
31 views
In PHP is it ok to use ?> TEXT <?php instead of echo() [closed]
For example:
I have a php file like this:
<?php
if ($var == true)
{
?>
<p>Some text here</p>
<?php
}
else
{
?>
<p>Some different text</p>
...
1
vote
2answers
29 views
Making it easier to read page source in firefox
In firefox, to read the page source, I do Tools / Web Developer / Source. A pop up appears with the page source. Sometimes this pop up will have massive amounts of white space making it very ...
1
vote
1answer
56 views
Override webpage doctype in my browser?
My CIS class' webpages seem to be using the shorthand HTML4 Doctype (as in, not with the full W3C URL) and improperly formed HTML. I'm having trouble seeing the pages although several professors seems ...
1
vote
2answers
36 views
Change URLs with percent signs back to their original language
How can IĀ convert a link which has percentages and dollars in the URL into its original language?
I don't want it displayed like the following
...
0
votes
0answers
28 views
Save html file to iphone and open in safari [migrated]
Does anyone know if its possible to save a html file to your iphone and then open it with safari so that you can then favourite it and have it appear on the launcher as an icon?
1
vote
0answers
46 views
Thunderbird removes leading spaces before XML/HTML tags, how can I disable that feature?
The following is especially annoying on XML / HTML / XSL / etc user groups and mailing lists. When I create a new plain-text message and type the following message in Thunderbird 9.0.1:
Check this ...
-1
votes
0answers
13 views
What's the best way to use headers and footers in large-ish PHP applications using HTML5BP? [closed]
I'm just starting up a new web application with real direction and I'm excited to get everything cross-browser compatible, efficient and expandable.
I just don't know what to do about header and ...
0
votes
3answers
67 views
Linking to a specific scroll position on a web page
Is it possible to create a hyperlink to a specific scroll position on a web page?
For example, I'd like to create a link to http://www.stackoverflow.com/, but with the page scrolled down 100 pixels.
0
votes
1answer
57 views
Simple searching of one directory of HTML files [closed]
I have a directory of files like so:
accordance-temporary-downloads
accordance-temporary-downloads.md
add-to-dock-from-commandline
add-to-dock-from-commandline.md
dock-settings-via-defaults-write
...
0
votes
1answer
58 views
Submitting a form using curl
Forgive me for the simple question... I haven't used curl before. I'm trying to automatically download some data from this form: http://ida.water.usgs.gov/ida/available_records.cfm?sn=12040500
which ...
0
votes
1answer
43 views
Save email as html in apple mail
Is there an easy way to take an HTML email that is in AppleMail and save it out as an HTML file that can be used for email updates?
I know in Outlook you can save as html file but looking to do this ...
1
vote
3answers
59 views
Dump HTML from script
Is there a way to create a script to download the HTML source to a text for html file locally?
For example, if I wanted to archive the HTML of Google.com each day.
I'm up for batch, VBS or PS1 but ...
1
vote
1answer
27 views
Strange text-box placeholders in Chrome
I see following placeholders on every html form, in Google Chrome (my chrome version is 18 dev channel). What is that and how can I disable it?
0
votes
1answer
33 views
How to disable script errors in CHM. (Windows Help Format)
Recently I requested for the Android Documentation in CHM format on stackoverflow, the dude helped and did a conversion of the HTML data to a CHM format. However each page has some sort of script ...
3
votes
2answers
42 views
What makes the folder associated with Word or Powerpoint HTML files special?
When Word or Powerpoint saves a file as HTML, it creates a filename.htm file, and a filename_files folder.
What makes this combination of file and folder special? If I delete one, the other is also ...
0
votes
2answers
72 views
HTML editor with IDE features
There is a ton of questions about free HTML editors for Windows. I have a couple of specific requirements, which seem ubiquitous to me, yet, I can't seem to find any that don't suck.
So here is what ...
0
votes
0answers
25 views
Microsoft Visio: How to insert an hyperlink that open a popup video?
i'm using Visio to 'describe' my company flow process. The process will be saved in HTML format and published in our intranet.
I would like to insert some link into my flow chart that open a popup and ...
0
votes
1answer
39 views
Run HTML Tidy in batch on Mac OS X?
I want to run HTML Tidy on a large number of files located in folders and subfolders. I can use the following command in Terminal to run it on a single file:
tidy -f errors.txt -m -utf8 -i ...
0
votes
3answers
37 views
A tool for getting HTML Markup Code from rich texts
Want a dedicated tool For Achieving the below-mentioned result fast
Edit and Work visually to make a styled text or importing from MS-Word or RTF
and get it's markaup HTML(the text with inline ...
0
votes
1answer
70 views
How to change the default program used by Outlook 2010 for displaying the source of an email?
I installed a demo version of a text editor recently (Ultraedit) and it appears to have set itself up as the default viewer for the html source of messages (via right-click -> View Source).
Now that ...
0
votes
1answer
64 views
internet explorer won't play webm video files?
I have installed a webm plugin for internet explorer but internet explorer 9 won't play the webm file. IE only downloads it.
Is there any way to prevent this like('event.preventDefault')?
0
votes
1answer
21 views
Convert links to images to images in a .docx
I have converted a DOCX file to HTML using Microsoft Word 2010, now I want to do the vice versa, that is convert this HTML back to DOCX. But Microsoft Word doesn't include all the pictures in the DOCX ...
6
votes
4answers
59 views
Getting Chrome to open an `.html` file in a new window
Every time I double-click an .html file on my computer, Chrome opens it in a new tab in the most-recently-used window. I don't like that. I want it to open a new window.
Is there a way to do that?
3
votes
2answers
92 views
How can I tab inside a text box?
I'm using OS X and when I am typing in a text box and press the tab key, it will jump to the next HTML element on the page. I've tried using the modifier keys to prevent this from happening but that ...
0
votes
0answers
17 views
saved_body.html automatic e-mail attachment
Since two days now, my Outlook (Office 2007) attaches in every E-Mail the written content as a saved_body.html file. I reset all the Properties but it didn't made any difference. As well I disabled ...
-7
votes
1answer
67 views
My CSS file isn't loading in FireFox 8. What's wrong? [closed]
Here's my website: http://www.charleswu.me
I've only so far tested it in chrome. I can't see what's wrong with my code. =(
0
votes
1answer
98 views
Pasting HTML table into Excel 2007 without modifying the format of each cell
I have a table in HTML having cells storing numbers like 123.0,123.00. When I use ctrl-A to copy the whole page into excel, 123.0 and 123.00 are all changed to 123, which is not something I want to ...
3
votes
3answers
74 views
Why do some web page URLs have no suffix?
For example the web page I'm on now is:
http://superuser.com/questions/ask
not:
http://superuser.com/questions/ask.html
http://superuser.com/questions/ask.php
I've noticed this for ...
0
votes
1answer
38 views
How to generate syntax-highlighted HTML from source code?
Is there a command-line tool, preferably available on both Windows and Linux, which will take a source code file as input, and generate the corresponding syntax-coloured HTML code ?
I'm looking for ...
2
votes
1answer
104 views
Google Chrome extension to edit local HTML files like in MS Word
I have saved several web pages on my local HDD. Is there any GC extension that can highlight text, change text color, editing just like in MS Word? Mainly need WYSIWYG feature. I don't want to use MS ...
1
vote
0answers
75 views
AdBlock Plus Advanced Element Hiding?
I'm trying to block a certain element on a site using AdBlock Plus's element hiding feature. However the problem is that there are two elements with the same exact name and type that I'm trying to ...
0
votes
0answers
28 views
WMV videos not running in firefox in Linux
I am unable to play WMV videos in Firefox in both Linux and Windows even after installing wmpfirefoxplugin in windows and mplayer in Linux.
Actually first I tried in Windows, I found searching in ...
0
votes
2answers
46 views
Is there a CSS element that could serve as Alt Text? [closed]
I know that Alt is used for images in HTML, but is there a way to apply it to text via CSS?
Example:
input {
color: #62161e;
font-size: 25px;
font-family: Lintel;
}
...
0
votes
1answer
39 views
How can I parse data from inside a tag with Applescript?
How can I parse data from inside a tag with Applescript? I know Applescript has the words 3 thru -2 of myTextVariable syntax - but how would I use it to be sure I am just getting This is my text from ...
2
votes
1answer
35 views
Instruct Firefox (or any browser than can) to print data on a webpage to next page?
For example I have the following HTML page
<html>
<head></head>
<body>
This should be printed in the first page
<!-- Special code to print anything below this line to ...
-2
votes
3answers
90 views
How can we protect our image being copied from our web site [closed]
How can we protect an image on our web site from being copied?
1
vote
0answers
13 views
Default window size in HTML-Kit
When I open an HTML file in HTML-Kit the default window size is not what I want so I always have to resize.
Is there a way to set the default size for a new window to (say) 700x750?
0
votes
1answer
33 views
Tool to generate faq page (html)
I dont care if the software is in an exe or a website
I would like something that i can feed a bunch of questions and their answers and have it generate the links/question part at the top of the ...
1
vote
1answer
44 views
Equivalent to rowspan in Microsoft Word tables
Is there an equivalent to the HTML tag rowspan when creating a Microsoft Word table? I seem to only be able to create rectangular grids.
1
vote
0answers
90 views
Unhelpful suggested autocomplete tags when editing HTML & CSS with Aptana Studio
I switched from PHPed to Aptana 3 because of the Zen Coding Addon which is not available for PHPed.
My Problem is as follows:
I'm coding HTML / CSS. When I type <div st the first suggestion is ...
1
vote
1answer
51 views
Why does Windows default to MS Word to edit .html files?
When trying to edit .html files on Windows XP, they open up in MS Word. Is there any reason that this is the default rather than something that is more lightweight and only deals with plain text and ...
0
votes
1answer
42 views
How to randomly click/check all radio/check boxes and select from drop-down menus in a webpage
Is there an easy way to randomly click/check all radio/check boxes and select random items in all drop-down menus in a webpage? I am testing my web site and there are a bunch of these. It is a pain to ...
0
votes
1answer
24 views
Generate html files on remote server, quickly see changes
I'm compiling some rst files on a remote machine to generate html files. I want to view the generated html in my browser to see if it's right, make some changes to the rst, then view them again, etc. ...
5
votes
1answer
218 views
Why is “It works!” showing up at my http://127.0.0.1 (localhost)?
So, I was playing around with Java sockets, servers and streams, the other day, and I decided, purely out of curiosity, expecting no good results, to open Google Chrome and navigate to 127.0.0.1, and ...
1
vote
5answers
472 views
How do you use WGET to mirror a site 1 level deep, recovering JS, CSS resources including CSS images?
Pretend I wanted a simple page copy to be downloaded to my HD for permanent keeping. I'm not looking for a deep recursive get, just a single page, but also any resources loaded by that page to be also ...
0
votes
1answer
29 views
Compressing a bunch of HTMLs into one PDF
I have a lot of HTML files (webpages, saved with FireFox as one <filename>.html file and a <filename>_files directory with statics). How can i compress them into one large PDF file with ...
1
vote
2answers
124 views
How can I batch process HTML files to prepare them for printing?
I have a collection of one thousand HTML files I need to clean up for printing. I need to delete all the tags inside the <body></body> area except for one, <div.pg>. The excess are ...
0
votes
1answer
64 views
Links getting cut off in outlook
I have long hyperlinks. These get cut of in outlook to just the first line. Shortening them is not an option. How do I get the entire link to show up on Outlook?
I tried doing it again in word. But ...