Search:
Type: Posts; User: waxdoc
Search :
Search took 0.01 seconds.
I didn't follow your query, BUT what is this ????
Most HTML tags come in pairs, marking the content between the opening<tag> and closing</tag>. The basic page construction is as follows
...
LearningCoder -- Please note your INDEX OF is showing
Do you have an index.html or index.htm page in yiour site ROOT directory so the contents do not display?
KML = KEYHOLE MARKUP LANGUAGE
That's new to me. Found this https://developers.google.com/kml/documentation/kml_tut
How did you get to this state? Did you use a "create a web site" template? Or what?
You might do well to start from scratch.
I'm not above "cheating." View>Source Code of something you like...
On MAC it opens in Firefox, etc. Why do we have to click VIEW? All those IE conditionals???
I cannot wrap my head around some of the basic structural <tags> being "optional," but you do have...
"Portfolio" of what? Fabric designs? Digital images? Photographs?
There are so many examples out there. View>Source Code to see how they are done.
Do you want to roll over thumbs to see bigger...
XHTML requires adherence to XML specif9ications -- such as self-closing <br /> of "empty tags.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Do you need all those separate liked style sheets? CSS = cascading. Last linked style sheet (or closest to element) overrides previous ones.
You have to make your buttons and content narrower...
Hey Major Payne, that second reference about "Right Click and choose application" works on MAC too.
NO. Do NOT float div with margin: auto; that would take it partially out of normal HTML flow.
I saw this on a post nd tried it. My explanation is a guess,
but it seems logical. The...
Floats are kinda like position:absolute in that floated elements are partially taken out of normal HTML doc flow.
Using width: 30% for all, I found that if one element is float: left and another...
I use Dreamweaver in the school open lab so cost is not a factor for me.
Do NOT expect any program to write any code for you (if you do you will end up with cluttered garbage).
But Dreamweaver...
Frustrated like a Wall Street whistle-blower must have felt in 2007.
With communication channels defunct, it was hoped some caring person at the State University of New York, Fashion Institute of...
Is this the culprit? http://www.opentext.com/wsm/index.htm ?
Or this? http://www.opentext.com/2/global/services/ls-learning-services-home/ls-catalogue/ls-offering-websolutions.htm ?
Or this?...
Excuse me! Thank yo WebJoel.
Humph?
Wonder what the role of Open Text Web Solutions is?
Wondered how a breathing, thinking human could have created such tangled gook? Amazing how some people supposedly engaged in Web...
How would you clean up and/or prevent HTML/CSS markup code such as the following?
<p><span><span style="background-color: #f0ffff; color: #0000ff;"><strong><span style="text-decoration: ...
You are using <FRAMESET>, and when I click on above link I see "INDEX OF" exposing your files on your server -- which indicates you neglected to create an index.html or index.htm document as your...
Correction on link reference/ Should be
See, for example, http://css-tricks.com/utilizing-the-...finition-list/ and
http://www.thecssninja.com/css/accordian-effect-using-css
It has become a festering problem because concerned students were summarily dismissed when they tried to call attention to flaws that would become a nightmare to correct.
The above markup excerpt...
Am I sounding like a hyper-critical, cruel, rude, know-it-all? Hope not. But I freaked out when seeing the following code online. Would appreciate comments, suggestions, solutions to correct my...
Learn something new: CSV?
Found http://8help.osu.edu/1701.html
No space %20 please. http://www.iana.org/domains/example
Don't quite understand your query. The title of page (displayed at top of window) shows: Domain Examples
Thanks tracknut. All that at http://en.wikipedia.org/wiki/Path_%28computing%29 overwhelmed me
I'm thinking this has to do with "command line" programming??? Going to try to absorb the following...