Thanks Vragabond & ca8msm.
With regards to using floats, I'm pretty new to html and css so I don't really know how to implement them but I'll do some research and give it a go.
Cheers.
I written a page that works fine in Firefox but not IE.
In IE only the footer appears.
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Main Menu</title>
<link rel=stylesheet...
I've created a slideshow and I'm having a few problems.
When the page loads up, no image is being shown and I want the first image in the slide show to come up automatically.
Also if you get the last picture and if you keep pressing the 'next' button, it keeps incrementing by 1. So then when...
I've written a piece of javascript that works fine in firefox but doesn't in IE:
<script type='text/javascript'>
function formValidation(){
var f_name = document.getElementById('f_name');
var s_name = document.getElementById('s_name');
var email = document.getElementById('email');
var...
ok here goes.
This is my xml page:
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/css" href="xml.css"?>
<wrapper>
<header>
</header>
<header1>
</header1>
<header2>
</header2>
<leftSidebar>
<menu>
<ul>
<li><a href="assignment_slideshow.html">Main Menu</a></li>
<li><a...
. . . when one of the buttons in my menu is clicked, it will take the user to a different page. It works fine with my html page but not for my xml page . . . ?
yep, just viewing it in the browser. I've created a menu:
<leftSidebar>
<menu>
<ul>
<li><a href="assignment_slideshow.html">Main Menu</a></li>
<li><a href="assignment_slideshow.html">Slide Show</a></li>
<li><a href="assignment_slideshow.html">Calculator</a></li>
<li><a...
I've been trying to figure out how to link using XML.
The html way of doing this:
<a href="....html">Slide Show</a>
. . . doesn't work and I was wondering if anyone knows how to fix this?
Thanks
Steven
I've created a html page using css style sheets. I've also created an xml file and want to embed that into my html page.
Does anyone know how to do this?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.