Tyssen
Aug 5 2005, 06:47 AM
| | QUOTE(Becca @ Aug 4 2005, 04:51 PM) Whats the different between using tables?
The difference is that <div>s are used to display 'divisions' of content and tables are used to present tabular data. So when people started using tables for layout and presentation, they were using them for a purpose they were never intended. Semantically speaking (and according to the guidelines set down by the W3C), tables should only be used to display tabular data (the sort of data that would be held in a database - rows and columns). Tables also aren't as search engine friendly, nor are they as easy to use for people with disabilities (e.g. people using screen readers).
|
Reply
Saint_Michael
Aug 5 2005, 09:24 AM
yeah pixel2life is good place to have your tutorial placed at but you got alot of compitition there to deal with and also they do alot of deleting of tutorials too.
Reply
rvovk
Aug 5 2005, 09:45 AM
I will stay loyal  to Trap17 even tho I also have hosting at Computinghost.com. This is a place I like to stay
Reply
Recent Queries:--
hack the canon a40 - 1092.47 hr back. (1)
Similar Topics
Keywords : centered website columns css- My First Website
- Where can i find useful web page templates? (3)
- Adding Your Website To Google
- How to register with google (25)
Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
tags or other search engine optimisation techniques in place. This tutorial is solely about
registering with google. At one time i thought simply using meta tags etcetera would get you listed
in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
will go into this tutorial. the first step is to get a google account, this will get y...
Creating Navigation For Html Websites
- Have a common navigation menu for the whole website! (12)
Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
and organization. Designing a proper navigation system is a basic step in building your website. If
you are developing webpages in html you would have observed that as you go on creating pages it
becomes difficult to maintain the links to the pages. This article will guide you in developing a
common navigation menu for your website. It describes three ways, so if you don'...
How To Setup A Website After Your Forum
- (3)
This tutorial is about how to setup a website after you have setup a forum. That means, you have a
forum, and are wanting to add a website. This tutorial will show you how to create the website in
your root directory(Example: http://domainname.com) , while your traffic gets redirected to your
forum while you are creating it, until you're ready for guests to see it. This method is
opposed to setting it up in another directory, then moving it(particularly more time consuming if
you're site is PHP based). First of all, you are going to want to setup a redirect ...
Css Scroll Bar Styles
- Change the color of your website scrollbar! (1)
REQUIREMENTS 1. Must have limited to good knowledge of CSS. 2. Must have limited to good knowlege
of HTML. THE ELEMENTS First of all, there are 7 different elements of a scrollbar. a) Scrollbar
Arrow Color /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />
Scrollbar Darkshadow Color c) Scrollbar Track Color d) Scrollbar Face Color e) Scrollbar Shadow
Color f) Scrollbar Highlight Color g) Scrollbar 3dlight Color Bassically all that you need to do is
change the colors like you normally do with any sort of CSS. Therefore, if you want the...
Making A One Page Does All Website In Phph
- (2)
Hello and Great Day or Night either one. Have you ever been to a site and seen a index page or any
page at all control everything such as index.php?do=home&action=logout something similar to the
above? Well I am going to show you how easy it is to make this all own your own, and only have to
use one web template or design to make it work. Before we get started you need to go ahead and find
the web design that you want to use. After you find the site you want to use go ahead and save
it... and save it like this so we can work together, ok! Note* We are going to ...
Secure The Email Addresses On Your Website!
- Wonderful script and useful! And working (10)
Just follow the instructions below: /* Secure Email Function by Juan Karlo Aquino de
Guzman Website: http://www.karlo.ph.tc and http://www.abs-cbn.ph.tc E-mail:
http://www.karlo.ph.tc/send.php Usage: showEmail("support@microsoft.com",0); OR
showEmail("support@microsoft.com",1); Types: 0 = ordinary random 1 = more secure random To
include to a script: include_once("email_secure.php"); */ And here is the code :
CODE <?php /* Secure Email Function by Juan Karlo Aquino de Guzman Website:
http://www.karlo....
Checking Dns Settings For Website
- DNS Setting, Ping, Whois, Dnsreport etc (2)
If you have recently purchased a domain and facing problems with the workings, the first thing which
you should check is the DNS setting. Dns settings determine, how to domain is pointed to the Server
and How the server is connected to the world (internet). Ensure, the DNS settings are perfect to
make sure, things work smoothly and people across the globe don't have problems accessing your
site. The basic check would be : PING Suppose you register your domain (example.com) at
ComputingHost. You get an IP for your website. In this case, suppose its 64.69.35.170. Yo...
Configuring Dns Settings For Website
- Nameserver, A-Address, DNS configuration (1)
Most of the people have problems configuring their website. After registering their domain, many get
confused in configuring their domain (basically the DNS settings). This small tutorial will help you
get started with DNS settings configuration. A domain can be basically pointed to a server using 2
main techniques. 1. Nameserver (the most recommended way) 2. A Address (Not recommended)
Configuring using Nameservers ==================== Login to your domain Control panel provided by
your DOMAIN NAME PROVIDER / REGISTRAR. Not your webhost. Search for settings like DN...
Introduction To Templating
- Templating your website with PHP (1)
Pre-note Hello and welcome. if your website doesn't use a templating function, you may have
noticed it's pretty hard to update your website (layout) unless you dig through many files to
update the images and such. The solution is templates. If you ever got curious and looked into
phpBB codes or any other template based forum/CMS, you saw the .tpl files they use. I am not at a
point where i base everything on .tpl (simply because i havent taken the time to see how it all
works). But i do can tell you that it's the same principle, template your site using an...
E-mail Mailer Script 0.1
- useful for website visitors (4)
Are you pissed off when you are putting e-mail in your website, you always get spammers? Well,
here's the solution. Just change the default variables to anything that you like, etc... follow
the instructions on the script.. Here it is... hope you like it /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> CODE <?php //E-mail Mailer Script 0.1
by Juan Karlo de Guzman //FOR TRAP17 ONLY... DEMO VERSION... DO NOT DISTRIBUTE
header("Content-type: text/html; CHARSET=UTF-8");
$int_rand=mt_rand(1,20); if...
Centered Website With Fixed Width
- ...begginers lesson... (2)
This will be tutorial on how to make a simple website design with fixed width and center position.
This is actually rather simple tutorial, but hopefully it will help others that are new in world of
creating websites. Website will also contain header, content area and footer. First we must do
Wrapper. Wrapper is actually an area of fixed width and will be position into center, so that our
page doesn't fall apart. CODE body{ width:100%; margin:0px; padding:
0px; text-align:center; background:#FFFFFF; } This is actually an IE...
Making A Website
- Also Some Dos and Don'ts (6)
I had originally had this posted on my domain at nevernormal.com, and thought that you guys could
use it here as well. Granted, this is geared to the uber newbie, so don't razz me if I
don't suggest the most advanced in web design. lol So, you want to make a website? 1.
First, think about what you want your site to be about. There are fanfic sites, like Drastic
Measures and fanfiction.net ; cliques or clubs, like the BtVS Writers' Guild ; or, if you
want, you could have a general site, whether it be about a show/movie you like, or even just about y...
[tutorial] Skinning Your Site
- a tutorial on how to skin your website (2)
For this tutorial you are going to need to know how to use php includes. You are also going to need
to rename all o your files to a .php extension. In your FTP or Cpanel make a folder in your public
(main) directory and name it "skins". In the skins folder make another folder named "1". In the
folder you names skins make a file called cookiecheck.php. Copy the code below and paste it into the
cookiecheck.php file. $total_skins = 1; $default_skin = 1; if (isset($_REQUEST
)) { $newskin=(int)$_REQUEST ; if ( ($newskin $t...
Looking for centered, website, columns, css
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for centered, website, columns, css
*MORE FROM TRAP17.COM*
|
advertisement
|
|