ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Due to ongoing maintenance work some features and functions (including Dark mode!) may be unavailable or visually appear differently.
  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Website Help

Car  Fiat Panda 100hp
I have re-created my website, and having issues with it :mad:

Ok...in internet explorer I can click on the links but you have to click them 2wice to get the page, and in Firefox you can click a page then cant click anything else.

I have linked the pages up correctly in dreamweaver. (I think) any help appriciated.

site - www.vorax-systems.co.uk
 
Last edited:
The links don't actually have any address in the href attribute, therefore the links won't work.
HTML:
<a href=""><img src="images/m01.jpg" border="0"></a>

Oh, and I would also put your e-mail address as an image rather than text, otherwise you will get tonnes of spam mail from robots trawling your site.
 
Change the HTML to something like this, obviously changing the href for each link.

HTML:
<a href="About.html"><img src="images/m01.jpg" border="0"></a>
 
anyone fancy helping me with a site.

im trying to install the new LDU thing called sedito. its like a template, but i cant even sort the MYSQL out. either that or can someone name any better templates!
 
Back
Top