Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 10-31-2004, 06:29 AM No output :S
Super Talker

Posts: 121
Trades: 0
My php code is generating this code:
Code:
<html>
<head>
<title>Add A Link Category<title>
<link href="../../style.css" rel="stylesheet" type="text/css">
</head>
<body>



<h2 align="center">Add A Link Category</h2>
<br>
	To Create a new link category enter the name in the box below<br><br>
	<form name="form1" method="post" action="/pub/admin/links/addcat.php">

		Category Name : 
		<input name="catname" type="text" class="textbox">
		<br><br>
		<input name="submit" type="submit" class="button" value="submit">
		<input name="lg" type="hidden" value="y">
	</form>
	You may need to refresh the add new link page to see your new category in the dropdown list';
	</body>
</html>
But it doesnt show when it viewed in the browser but when you click view source it comes up with the above code, can anyone tell me why?

Thanks,
VC
vegancoder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-31-2004, 10:54 AM
Extreme Talker

Posts: 160
Trades: 0
You need to close your <title> tag.

Change

<title>Add A Link Category<title>

to

<title>Add A Link Category</title>
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 10-31-2004, 09:57 PM
beta's Avatar
Extreme Talker

Posts: 169
Trades: 0
the <title> element is not closed with </title>

EDIT: oops...

Last edited by beta; 10-31-2004 at 10:00 PM.. Reason: because im blind
beta is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to No output :S
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43298 seconds with 12 queries