Board index PBase HTML and Style Sheets HTML front page

HTML and Style Sheets

HTML front page

Customize your galleries.
reimar
 
Posts: 21

HTML front page

Post Tue Dec 17, 2013 10:38 pm


I wanted to make a few changes to my front page and have run into trouble. I'm not seeing any help with the CSS web developer in Firefox. Here is the code I have now:

<h2 align=center>Welcome to my Photo Gallery</h2>
<b><h1 align=center>Reimar Gaertner</h1></b>
<hr width=2000 size=2 align=left|right noshade>

<h3><a href="http://www.alamy.com/stock-photography/8087F491-82F5-457C-9BC1-5A016CDFFEC2/Reimar+Gaertner.html" >More images to search at<img src="http://www.alamy.com/images/Logos/alamy-LM-25.gif" alt="Stock photography by Reimar+Gaertner at Alamy" title="Stock photography by Reimar Gaertner at Alamy" border="0"</a></h3>

<i><h4 align=center>If you are interested in rights of use for images
please contact me at reimar@pppoe.ca </h4>
<h6 align=center>including World of Stock licensing </h6></font><i>

Now that wretched link to Alamy search is live everywhere on the page instead of just that line. How can I fix that? Thanks

vneilknobbe
 
Posts: 121

Re: HTML front page

Post Wed Dec 18, 2013 3:00 am


Hi Reimar

You are experiencing the problem because you have not closed your img tag so the browser is interpreting the last bit of your markup as part of the image tag.

Try:

<h3><a href="http://www.alamy.com/stock-photography/8087F491-82F5-457C-9BC1-5A016CDFFEC2/Reimar+Gaertner.html" >More images to search at<img src="http://www.alamy.com/images/Logos/alamy-LM-25.gif" alt="Stock photography by Reimar+Gaertner at Alamy" title="Stock photography by Reimar Gaertner at Alamy" border="0" /></a></h3>

Hope this helps.

reimar
 
Posts: 21

Re: HTML front page

Post Wed Dec 18, 2013 4:57 pm


Thanks Neil. That did indeed do the trick. No idea why that changed.
Cheers from Canada to Australia.


Board index PBase HTML and Style Sheets HTML front page

Who is online

Users browsing this forum: No registered users and 2 guests