<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>W3Exchange : Script Forums : HTML</title>
<link>http://www.w3exchange.com</link>
<description> W3Exchange</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>How to Create a Website using HTML in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=8547#8547</link>
<guid isPermaLink="false">8547@http://www.w3exchange.com</guid>
<description>Topic: How to Create a Website using HTML

Message: A website is created with a language code called HTML. It has two main parts a head and a body. The head consists of the webpage title, Meta tags (which are used so that search engines can find your site), and other things that are hidden to the visitors of the site because they don't really need to know them. The body is the main part of a website. This is the part where the webmaster codes what he or she wants the visitor to see. A sample head might look something like this: &#60;head&#62; &#60;title&#62;My website&#60;/title&#62; &#60;/head&#62; A sample body looks like this: &#60;body&#62; This website is about.... &#60;/body&#62; Notice that the codes have &#34;&#60;&#34; and &#34;&#62;&#34;. The word inside the symbols &#34;&#60;&#34; and &#34;&#62;&#34; tells the browser what you want for them to do. These are called tags. So &#60;title&#62; my website&#60;/title&#62; means that you are telling the browser that you want the title of Website design services website to be &#34;My website&#34;. Another thing you should notice is that the beginning tag (such as &#60;head&#62;) does not contain a slash &#34;/&#34; while the ending tag does. One thing to remember is that you must put html tags at your code. Now if you combine the html tags, the head part, and the body part, you'll get this code: &#60;html&#62; &#60;head&#62; &#60;title&#62;My website&#60;/title&#62; &#60;/head&#62; &#60;body&#62; This website is about .... &#60;/body&#62; &#60;/html&#62; Note about spaces: It does not matter if there are spaces between tags. For example, in the code above, there are spaces between &#34;&#60;/title&#62;&#34; and &#34;&#60;/head&#62;&#34; while there are no spaces between” “and &#34;&#60;/body&#62;&#34;. Below are some of the common tags that are used by webmasters tells the browser to start a paragraph and display the words inside the code and creates a break which means that the next words will be displayed on a line below instead on displaying on the current line. &#60;img src=&#34;myimage.jpg&#34;&#62; - display myimage.jpg on the browser.
</description>
<pubDate>Fri, 22 Aug 2008 02:19:14 -0700</pubDate>
</item>
<item>
<title>CSS drop down menu in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=7243#7243</link>
<guid isPermaLink="false">7243@http://www.w3exchange.com</guid>
<description>Topic: CSS drop down menu

Message: I want to create a site with a header, a vertical drop down menu to the left, and some content.When clicking on a link in the menu, I can't refresh the entire page. This would reset the status of the drop down menu.So I will have to do one of the following:1) Have to use some modern alternative to frames.2) Let each page have its own static menu.Any ideas?
</description>
<pubDate>Thu, 20 Mar 2008 00:34:36 -0700</pubDate>
</item>
<item>
<title>CSS thumbnail in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=7207#7207</link>
<guid isPermaLink="false">7207@http://www.w3exchange.com</guid>
<description>Topic: CSS thumbnail

Message: Hi, I'm trying to create a thumbnail index page. Ordinarily I would have used tables to create the look I want, but I'm trying to learn CSS as a better way of styling.I would like to position the thumbnails in the centre of the page 6 across and about 8 rows of them with some spacing in between. Could someone help me with the css code to do this.ThanksFuad
</description>
<pubDate>Sat, 15 Mar 2008 22:48:52 -0700</pubDate>
</item>
<item>
<title>How to hide css online? in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=6958#6958</link>
<guid isPermaLink="false">6958@http://www.w3exchange.com</guid>
<description>Topic: How to hide css online?

Message: Hi all,PHP codes remains hidden to the view -&#62; source. Is there any way to hide css file or css online?
</description>
<pubDate>Tue, 19 Feb 2008 21:58:56 -0800</pubDate>
</item>
<item>
<title>video code in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=4145#4145</link>
<guid isPermaLink="false">4145@http://www.w3exchange.com</guid>
<description>Topic: video code

Message: i am creating a web-page that must have a player, and several videos to play it, but all the videos must be behind the same player. Do i need to creat a database?? 0o thnkx 4 all the help
</description>
<pubDate>Wed, 06 Jun 2007 10:44:07 -0700</pubDate>
</item>
<item>
<title>Protection to Image copy in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=2401#2401</link>
<guid isPermaLink="false">2401@http://www.w3exchange.com</guid>
<description>Topic: Protection to Image copy

Message: I dont think that there is any ultimate protection on copying image from website. because anyone can save a protected image even by takin the screenshot.
</description>
<pubDate>Fri, 16 Feb 2007 22:45:27 -0800</pubDate>
</item>
<item>
<title>Protection to Image copy in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=2387#2387</link>
<guid isPermaLink="false">2387@http://www.w3exchange.com</guid>
<description>Topic: Protection to Image copy

Message: Hello,I want to do that thing where it is not possible to copy an image from my web page by right clicking it, or draging it off.&#160; Anyone know how this is done?Thanks in advance!
</description>
<pubDate>Wed, 14 Feb 2007 20:58:05 -0800</pubDate>
</item>
<item>
<title>Hi everyone!Can you please help with this HTML in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=161#161</link>
<guid isPermaLink="false">161@http://www.w3exchange.com</guid>
<description>Topic: Hi everyone!Can you please help with this HTML

Message: Well, if you want to show html in html, you have to have some way to keep the browser from parsing it as regular html.Try the following things.Wrap your code in &#60;code&#62; &#60;/code&#62; tags. If that doesn't work, try &#60;pre&#62; and &#60;/pre&#62; tags. Let me know what you use and whether it works.
</description>
<pubDate>Sun, 20 Aug 2006 10:01:32 -0700</pubDate>
</item>
<item>
<title>Hi everyone!Can you please help with this HTML in Script Forums : HTML</title>
<link>http://www.w3exchange.com/view_topic.php?pid=157#157</link>
<guid isPermaLink="false">157@http://www.w3exchange.com</guid>
<description>Topic: Hi everyone!Can you please help with this HTML

Message: I appreciate your help,and I am trying to figure out how to add a scroll box under my banners that shares the html to add my banner to other peoples websites,and profile!After adding a scroll box that I thought would work it just made the banners show up in the scroll box,and not the html?I just want to display my banner on mywebsite,and have a scroll bar box under my banner so people can copy,and paste the html under my banner to add the banner on their website!If you can help please show an example of what the scroll bar looks like activated if possible....Thank you!
</description>
<pubDate>Sun, 20 Aug 2006 06:13:02 -0700</pubDate>
</item>
</channel>
</rss>
