|
-
Nov 21st, 2000, 09:27 AM
#1
Thread Starter
Addicted Member
If I want to use 2 seperate style sheets is there a shorter way of writing this rather than doing the following.
<HTML>
<HEAD>
<TITLE></TITLE>
<link REL=STYLESHEET TYPE="text/css" HREF="styles/mystyle1.css">
<link REL=STYLESHEET TYPE="text/css" HREF="styles/mystyle2.css">
</HEAD>
</HTML>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|