← Back to team overview

sslug-teknik team mailing list archive

Re: Less og HTML source tekst

 

Kristian Vilmann wrote:
Jørgen Heesche wrote:

Hej.

Hvorfor skal der tilføjes : til filnavnet, hvis man se en HTML source med less?


øhhh?
prøv at være lidt mere specifik.

hvad er det du prøver? Hvis du har en html source-fil der hedder gedkohest.html kan du se indholdet med "less gedkohest.html"

/k


Uden :
less phpform.php
==> append : to filename to view the HTML source
   Enter your name: ____________________ Enter your age:
   ____________________ Submit

Med :
less phpform.php:

<html>
<body>

<form action="welcome.php" method="POST">
Enter your name: <input type="text" name="name" />
Enter your age: <input type="text" name="age" />
<input type="submit" />
</form>

</body>
</html>




--
Med venlig hilsen

Jørgen Heesche
mailto:heesche@xxxxxxxxxxx


References