Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how do i link back out a folder using th a-href tag


Try setting your link to be your site root as so; note the / in front of home.html:

<a href="/home.html">bla</a>

Or if you know the path is definitely one directory down then just explicitly tell it to go down 1 directory; note the ../ in front of the home.html.

<a href="../home.html">bla</a>
Comment

PREVIOUS NEXT
Code Example
Html :: How do I change the default text in dropzone.js? 
Html :: rick astley never gonna give you up 
Html :: $ html 
Html :: ConfirmPassword 
Html :: lorem ipsum full text 
Html :: was not loaded because its mime type, “text/html”, is not “text/css”. react 
Html :: ordered lists html 
Html :: how to make auto focus textarea vuejs 
Html :: how to call one phtml file in another phtml file in magento2 
Html :: empty img 
Html :: remove extra whitespace in pre html 
Html :: python timestanp 
Html :: mat-toolbar 
Html :: html content in rectangle 
Html :: fontawesome icons reference 
Html :: reduce the width of google recaptcha 
Html :: smaller than small html 
Html :: sell html templates 
Html :: Dangerously Set innerHTML image 
Html :: html elements list explained 
Html :: load a html page inside another 
Html :: simplecss cdn 
Html :: table bootstrap 4 
Html :: what is the meta tag in html 
Html :: <!DOCTYPE html eslint error 
Html :: how to select the last type of an element in html 
Html :: django html in vscode 
Html :: html label tag 
Html :: button animation 
Html :: html id 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =