Hello,
please see
i tried everything i could think of here
my goal is to have the current link have a certain / different background when that page is viewed
this is not working
also on https://forallthetime.com/BI23/index.html
line 59, having trouble putting an image into my HTML here
this works
cannot get
to work for me
i have succesfuly FTP my IMAGES to /public_html/BI23/IMAGES in filezila, so you can see how i am lost
i have an IMAGES folder but cannot get an image in tht folder to work
also, when i get to
it DOESNT auto-fill, as it usualy does at that point
help, please
please see
i tried everything i could think of here
my goal is to have the current link have a certain / different background when that page is viewed
Code:
<li><a href="rentals.html" class="active">Rentals</a></li>
.active {
background-color: #514fdb; ;
}
this is not working
also on https://forallthetime.com/BI23/index.html
line 59, having trouble putting an image into my HTML here
this works
Code:
<img src="https://forallthetime.com/drop2/IMAGES/1.jpg" alt="nature scene">
cannot get
Code:
<img src="https://forallthetime.com/BI23/IMAGES/SANY0432-300x225.jpg" alt="chair">
to work for me
i have succesfuly FTP my IMAGES to /public_html/BI23/IMAGES in filezila, so you can see how i am lost
i have an IMAGES folder but cannot get an image in tht folder to work
also, when i get to
Code:
https://forallthetime.com/BI23
help, please