Hey your question is a bit unclear, but if you want a button that you click that opens up a wildlife gallery you can have something like this <button> <a href = www.wildlife-photos.com/gallery></a> Wildlife </button> or just make a page called wildlife.html and make the button direct to it <button> <a href = wildlife.html></a> Wildlife </button>
I hope this helps :D
Sorry if this isn't much of a direction.
发布评论
评论(7)
你是这样的?
You mean like this??
我不建议在画廊中使用桌子。您也许可以将每个画廊放在不同的 html 页面中,并使用标签来访问它们。喜欢:
但如果您希望它们在同一页面上动态显示或滑动,您可能需要一些 javascript 或 jquery。
I don't recommend the use of a table for a gallery. You can maybe put each gallery in a different html page and use the tag to access them. like:
But if you want them to appear or slide dynamically on the same page you may need some javascript or jquery.
我真的不明白你的问题。
但是,如果您想制作一个按钮,请使用
&lt; input Type ='text'&gt;按钮&lt;/input&gt;
或按钮元素。或者,如果要单击映像,请使用
&lt; a href =“ image_url”&gt;&lt; img href =“ image_url&gt;&lt;/&gt;/a&gt;“ >
I don't really understand your problem.
However, if you are trying to make a button then use the
<input type='text'> button </input>
or the button element.Or if you want an image to be clickable then use
<a href="image_URL"><img href="image_URL></a>"
如果画廊在其单独的页面上:使用
&lt; a href =“ site.com/gallary/wildlife”&gt; wildlife&lt;/a&gt;
如果画廊将作为完整屏幕弹出:使用:使用:
&lt; button ID =“野生动物”&gt; wildlife&lt;/button&gt;
您还可以使用
&lt;详细信息&gt; summary&gt; summary&gt;
元素以获取相同的功能,而无需更多的功能在JavaScript上编辑1:
您可以像
If galleries are on their separate page: use
<a href="SITE.COM/gallary/wildlife">Wildlife</a>
If galleries will open as a full screen pop-up: use
<button id="wildlife">Wildlife</button>
You can also use
<details><summary>
element to get the same functionality without depending more on JavaScriptEDIT 1:
you can us a js library like PhotoSwipe,
it could fit perfectly in your use case
使用输入类型=“提交”值=“添加”
值表示名称
该按钮名称为add
Use input type="submit" value="add"
Value mean Name
This button name is add
您应该使用
&lt; a href =“/”&gt;&lt; img src =“” alt =“”/&gt;&lt;/a&gt;
you should use
<a href="/"><img src="" alt="" /></a>
嘿,你的问题有点不清楚,但是如果你想要一个点击打开野生动物画廊的按钮,你可以有这样的东西
或者只是创建一个名为wildlife.html 的页面并将按钮直接指向它
我希望这有帮助:D
抱歉,如果这不是一个方向。
Hey your question is a bit unclear, but if you want a button that you click that opens up a wildlife gallery you can have something like this
<button> <a href = www.wildlife-photos.com/gallery></a> Wildlife </button>
or just make a page called wildlife.html and make the button direct to it<button> <a href = wildlife.html></a> Wildlife </button>
I hope this helps :D
Sorry if this isn't much of a direction.