Hi,
in my first page of my site I use a table with anouncements (with marquee).

I want when an user is interested in a link to click on it and then to be redirected in another site in specific section.

How could I do this ?

I am trying <a href="2.html/#C4">Link</a>
and to the other page <a name="C4">Chapter 4</a>

It works but the background and all the css format of the page does not exist.

<a href="somepage#somemarker">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body><a name='top'></a>
<a href='#top' style='background: transparent; color: #000000; text-align: right; font-size: 85%; top: auto; left: auto; bottom: 1px; right: 1px; position: fixed; '>Goto Top</a>
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />blah<br />
<img src='http://missmarcy.files.wordpress.com/2009/03/blah_blah_blah.jpg'><br />
blah<br />blah<br />
blah<br />blah<br />
blah<br />
</body>
</html>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.