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 07-17-2005, 09:59 PM external logo
Skilled Talker

Posts: 73
Trades: 0
i have created a text logo that uses a lot of html.
I would like to put this in an external file and then refer to it and have it open on load.
how do i do this?

Code:
 style="font-family: kristen itc;"><big><span
style="color: rgb(0, 0, 153);"><span style="font-style: italic;"><span
style="font-weight: bold;"><font size="+3">R</font></span></span><span
style="font-weight: bold;"><font size="+3"><font size="-2"><span
style="font-family: balloon xbd bt;"> </span></font></font></span><font
size="+3"><font size="-2"><span style="font-family: balloon xbd bt;"><font
size="-1">ANKTIPS</font><font
style="font-style: italic; color: rgb(153, 0, 0);" size="+1">.</font></span></font></font></span></big></big><font
style="font-style: italic; color: rgb(153, 0, 0);" size="+1"><span
style="font-family: kristen itc;"><span
style="font-family: balloon xbd bt;"></span><span
style="font-family: balloon xbd bt;"><span
style="font-family: comic sans ms;">COM</span></span></span></font><big
style="font-family: kristen itc;"><big><span
style="color: rgb(0, 0, 153);"><span style="font-weight: bold;"><font
size="+3"><br>
</font></span></span></big></big>
bobby9101 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-17-2005, 10:05 PM
fancymoustache's Avatar
Ultra Talker

Posts: 316
Location: Michigan
Trades: 0
If your server supports php:
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>
Sample
</title>
</head>
<body>
<?php
  
//change filename to your own
  
include('awesome_logo.txt');
?>
<!--Rest of your website here-->
</body>
</html>
You're going to have to save this page as *.php. also, your text logo can be a *.txt file because when the server includes it into your file, it will render it as HTML.

Hope I could help,
Micah
fancymoustache is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to external logo
 

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.57816 seconds with 12 queries