Skip to content
Snippets Groups Projects
Commit 859f186d authored by Craig Earley's avatar Craig Earley
Browse files

fixed author.html update to change rows rather than columns

parent a61febc0
No related merge requests found
......@@ -18,8 +18,8 @@
<h1>Author-Side Interface</h1>
<form>
Start URL's.<br><textarea name="start" id="start" cols="2" rows="10"></textarea><br>
Stop URL's.<br><textarea name="stop" id="stop" cols="1" rows="10"></textarea><br>
Start URL's.<br><textarea name="start" id="start" cols="50" rows="2"></textarea><br>
Stop URL's.<br><textarea name="stop" id="stop" cols="50" rows="1"></textarea><br>
<input type="submit" id="submit" value="Get my URL">
<input type="reset">
</form>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment