How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help

free web hosting
Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help

Marche00
Well im new to this,and i know a person who knows how to do HTML,I of course dont lol,but I was wondering with html can you change the way the sites you make on here look and ect..(put flash in and w/e..)

Reply

nightfox
QUOTE(Marche00 @ Feb 10 2006, 11:12 PM) *

Well im new to this,and i know a person who knows how to do HTML,I of course dont lol,but I was wondering with html can you change the way the sites you make on here look and ect..(put flash in and w/e..)

Astahost* and I think this topic should be in programming, but I'll leave that up to a mod.

Anywho, HTML is the base language (if you can call it that) that forms a website. EVERYTHING on the web uses HTML and is (usually) enhanced with some sort of server side scripting (PHP, Perl, etc).

Hmm.. reminds me that I should finish up my site which is about this sort of thing.

Just remember, when it comes to your first site, you've got several best friends: Notepad, Google, and Astahost forums.

When you're starting out, I DON'T suggest using any sort of WYSIWYG (What You See Is What You Get) editor such as FrontPage or DreamWeaver which is not aimed at starters anyway. I started off in Notepad and learned HTML until I felt comfortable. Though I still kind of new to web design, I've made several templates that I have been told look very professional.

It will take a while, just work hard at it! wink.gif No cheating either with those free WYSIWYG editors! Later on down the road, you'll thank me! I didn't spend as much time in Notepad as I should so my tables always seem to come out "strange", but that's my fault.

Take your time with it and don't worry about your design at first. My first "real" site was an ugly blue background non-standard fonts and looked terrible. You get the hang of it and then it comes natrual and soon, you'll know "right" from "wrong" and you'll get HTML down. Then you can move on to things such as my favorite language: PHP! smile.gif But that is another topic at a later time.

Good luck with your learning! wink.gif

[N]F

 

 

 


Reply

demolaynyc
If you want to spice up your webpages, you can't just use HTML alone and notepad. You'll need pictures. I use Photoshop CS2, Dreamweaver, and Flash. Those three will make your site look professional. I'm just starting at server side scripting, specifically PHP.

I suggest you use photoshop to design a layout and then slice them up into tables or divs and use flash for animation. use server side scripting for guestbooks.

Reply

Vyoma
Well, I would say, that as nightfox has said, try learning a bit of HTML, writing most of the code by hand. This, you would require to get the hang of it.

Once you have done that, you design your web pages. Either you do it, or catch hold of a good designer. Overlay the presentation with the content using something like CSS, and you get a good result.

Reply

demolaynyc
QUOTE(Vyoma @ Feb 13 2006, 02:43 PM) *

Well, I would say, that as nightfox has said, try learning a bit of HTML, writing most of the code by hand. This, you would require to get the hang of it.

Once you have done that, you design your web pages. Either you do it, or catch hold of a good designer. Overlay the presentation with the content using something like CSS, and you get a good result.


i agree with vyoma, u should learn html first--just the basics. it's easy to learn anyway. a good website for tutorials is htmlgoodies.com

Reply

twitch
Hahaha. Something I can finally talk about.

Firstly, this should be exactly where it is. He's talking about Web Design and HTML, so it is only fitting that it should remain here.

XHTML - Get it right the first time
People before me have been talking about using HTML. I personally think it is better that one starts with the latest push language - which at the moment is XHTML. It ensures that your code is cleaner and more respectable. Due to this cleanliness, it more often than not, leads to better cross-browser compatibility.

To start learning XHTML, I suggest you go to the the following address:
http://www.w3schools.com/xhtml/default.asp


Comments are a working wonder
When you have started using XHTML, make sure you comment your work throughout, and structured it properly. There is nothing worse, than opening a source code to find mess and tatter. It's hard to read and slows down future developments. Commenting your work also helps, as you know where things are.

To use comments in XHTML use <!-- REPLACE CAPITAL COMMENT WITH YOUR OWN -->
To use comments in CSS use /* REPLACE CAPITAL COMMENT WITH YOUR OWN */


CSS is art, simplified
Many people will tell you that CSS design is a cross-browser, cross-computer efficient approach to design. This is true. Unless you are 100% arrogant. Then it is false. CSS based design can help decrease page load times and efficiently display your stuff. I use CSS based design, along with simple graphics to a good effect. CSS over XHTML formatting is much preferred. For example, stating a font size in XHTML is not the done thing. Therefore, you can control all of that font type with a couple of lines of CSS, and zero-clutter XHTML.

To start learning CSS, I suggest you go to the following address:
http://www.w3schools.com/css/default.asp

Once you have covered that, I then suggest you go to the following address, and read through it properly:
http://www.csszengarden.com


Advanced
After swatting up on XHTML/CSS, you may want to try venturing into feature-rich sites. For example, one good direction is Javascript.

To start learning Javascript, I suggest you go to the following address:
http://www.w3schools.com/js/default.asp


Server Side Scripting
PHP, ASP and the other forms are generall Server Side Scripting. PHP is arguably the better course, depending on your uses. If you are wanting to go professional, then most clients/employers will look to see i f you have any SSS knowledge, and how good that knowledge is.

PHP allows you to create almost anything, from online games, to complete Content Management Systems (CMS).

ASP is generally used for heavy handed things, like Shopping Carts and mass database control.

To start learning PHP, I suggest you go to the following address:
http://www.w3schools.com/php/default.asp
To start learning ASP, I suggest you go to the following address:
http://www.w3schools.com/asp/default.asp


Graphics
As well as using CSS to aid in your design, you may also want to take up the likes of Photoshop or Paint Shop Pro. Personally, I use Fireworks, it allows me to powerfully control the aspects of my Ultra Keep It Simple Stupid (UKISS) design. However, it is limited to Bitmap and Filter controls.


REMEMBER: Javascript and Java are two completely different things. Javascript is a scripting language that allows you to do basic controls on web pages. Java is a programming language that allows you to make applications.

Reply

Beefdip
I'd like to add a little something to the shindig: Flash. Flash has its time and place. Mainstream websites are not a part of it. Say, for example, you design a website for Re/Max. First thing you do is make a nice, catchy flash splashscreen. Then someone comes along with Dial-Up and they can't even LOAD the splashscreen, let alone get to click the "Skip Intro" button--provided you put one in there. What's that going to say? It's not going to look good for Re/Max. A lot of people still use Dial-Up. Look at the big companies--Dell, Microsoft, HP, Sony. None of them have a flash splashscreen. They may use inline frames with flash, but not very often. They lean more towards providing ALL users with the same level of professionalism. This is especially important when your a national compnay. Take, for example, Australia. High-speed DSL or Cable internet runs around $100/month in a lot of places. So most people have dial-up. Not good for flashsites.

Reply

lonebyrd
I started to learn HTML from the HTMLGoodies site that was mentioned. Started writing some pages in notepad and learned that way and I'm doing rather well I think. I tried some of those free WYSIWYG programs because I thought it would help me out, but I didn't like it at all, I wasn't learning what I needed to. I'm on my way to learn CSS, now so thank you for the web site Twitch, then on to PHP. I've read what others have said on how to learn but I have my appoach, good or bad as it may be. After PHP, I am going to learn about MySQL.

Reply

Rohan Ramanath
This topic is one that can be debated on. Some webmasters say that it is not advisable to use WYSIWYG Editors as a beginner. They may have many reasons to do so . I find myself under the latter category. I feel that knowing a programming language like H.T.M.L. (Hyper Text Markup Language) is not required to make a website of any caliber.
I myself started designing my first website on a WYSIWYG Editor .In this you can design your page like you are drawing on paper and it will automatically get decoded into H.T.M.L, you can then sit and study the coding and analyse asto what work each code does. The WYSIWYG Editors that I would recomend are Microsoft Frontpage and Macromedia Dreamweaver. These software in colaboraton with other softwares like Macromedia Flash, Macromedia Fireworks and even Microsoft Paint can be used to design ultimate webpages.
After creating this basic part of a webpage extra-ordinary effects can be added by using programming languages like Javascripts, PHP, ASP, CSS and many more...The same way like HTML need not be learnt to make websites so are Javascripts and the other above mentioned languages. Ready made scripts of these languages are available for free in many websites like :
www.wsabstract.com
www.thefreesite.com
and many more search results can be found on Google. At thefreesite.com any begginer will get all the features that are required for his/her website.Also : additional features like guest book, site search, and member's area are also available on various websites like www.bravenet.com and the like. Now let me tell you the importance of know all the above mentioned programming languages .
Firstly, it increases your knowledge on programming .
Secondly, it lets you be independent : you need not depend on other sites for various features.
Thirdly, it lets your site be free from the forced adds that are put by the websites who privide you with this feature. And even if they put adds for other features you can remove it by HTML commands.
Forthly, it lets you to design it according to your means and fancies instead of choosing from one of their pre-designed templates.
The disadvantage is that you spend more time learning instead of designing your website. I have explained to you the advantages and disadvantages of knowing programming languages. For more queries on this issue you can e-mail me at rohanramanath@gmail.com[size=2][color=#FF0000].
For your information, I am the Dean of Solutions4u[size=2] and am presently re-designing my site. :)
Rohan Ramanath

Reply

ganeshn11
--------------------------
This topic is one that can be debated on. Some webmasters say that it is not advisable to use WYSIWYG Editors as a beginner. They may have many reasons to do so . I find myself under the latter category. I feel that knowing a programming language like H.T.M.L. (Hyper Text Markup Language) is not required to make a website of any caliber.
I myself started designing my first website on a WYSIWYG Editor .In this you can design your page like you are drawing on paper and it will automatically get decoded into H.T.M.L, you can then sit and study the coding and analyse asto what work each code does. The WYSIWYG Editors that I would recomend are Microsoft Frontpage and Macromedia Dreamweaver. These software in colaboraton with other softwares like Macromedia Flash, Macromedia Fireworks and even Microsoft Paint can be used to design ultimate webpages.
After creating this basic part of a webpage extra-ordinary effects can be added by using programming languages like Javascripts, PHP, ASP, CSS and many more...The same way like HTML need not be learnt to make websites so are Javascripts and the other above mentioned languages. Ready made scripts of these languages are available for free in many websites like :
www.wsabstract.com
www.thefreesite.com
and many more search results can be found on Google. At thefreesite.com any begginer will get all the features that are required for his/her website.Also : additional features like guest book, site search, and member's area are also available on various websites like www.bravenet.com and the like. Now let me tell you the importance of know all the above mentioned programming languages .
Firstly, it increases your knowledge on programming .
Secondly, it lets you be independent : you need not depend on other sites for various features.
Thirdly, it lets your site be free from the forced adds that are put by the websites who privide you with this feature. And even if they put adds for other features you can remove it by HTML commands.
Forthly, it lets you to design it according to your means and fancies instead of choosing from one of their pre-designed templates.
The disadvantage is that you spend more time learning instead of designing your website. I have explained to you the advantages and disadvantages of knowing programming languages. For more queries on this issue you can e-mail me at rohanramanath@gmail.com[size=2][color=#FF0000].
For your information, I am the Dean of Solutions4u[size=2] and am presently re-designing my site. smile.gif
Rohan Ramanath
----------------------------------

Firstly my friend I would like to tell u that HTML is NOT a programming language as you have mentioned, nor is CSS, practicaly I would suggest using WYSIWYG editors before doing anything else, it gives you more experience. And totally depending on your programming skills is not going to lead you to any where, first thing is that, i don think so that no-one is mad enough to program a set of dum things, where you can get them for free at a cost of few clicks, but you have gotta point just ignoring the point of programing is also not going to lead u anywhere.

What I would like to tell you is that, use a WYSIWYG editor, know programming and u'r site will rock

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : spice, basic, html, site, beginner

  1. Help Me Host My Site On My Pc
    (4)
  2. What You Need Before You Can Create A Text-based Game..
    Using PHP, HTML and MySQL (5)
    Please comment and rate, after you finished reading! /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
    ################################################################# Change log: Aug 22 2008: The
    Tutorial Was Created. V1.0.0 Aug 30 2008: Added XHTML and a small CSS part. Also corrected some
    small things and added this change log. V2.0.0
    ################################################################# OK.. Many people here want to
    create text based games. Many of you ask us here on the forums: "how to create a text-based ....
  3. A Site I Put Together Over The Last 3 Days
    (4)
    http://seriouslyfree.50webs.com Wht do you think of it? I know the Template is pretty basic as of
    now, I was thinking about chnaging that after I further expanded the site.....
  4. Joomla Template Kit Extension For Nvu/composer
    help in understanding how to change html template to joomla (2)
    Hi Everyone, I am becoming quite (a lot) interested in designing with joomla, and need an
    understanding of how to use the template kit extension in Nvu/Composer. There doesn't appear to
    be any tutorials available on how to use a HTML template to insert and design with joomla modules.
    Is there anyone who could shed some light on this subject. It would be MUCH appreciated.....
  5. Indentation In Html
    (4)
    Whenever I start a new project one of the first things I do is put in a base index.php page. Yes,
    it's a .php file, but I won't be looking at the PHP just yet. Normally, it looks a little
    something like this: CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html
    xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
        <head>         <title>Title</title>         <meta http-equiv="c....
  6. Free Site
    (3)
    Try http://sites.google.com for free websites you can create your own site using simple controls
    there. If you have tried then post your reviews....
  7. An Absolute Basic Guide To Algorithms For Dummies
    (0)
    I really want to learn about algorithms but i dont know how it works at all. Can anyone suggest a
    site, or more preferably a book that can introduce me to algorithms?....
  8. Web Editor
    great application for your html and javascript development (0)
    Aptana IDE is a free Integrate Development Environment great for HTML/CSS editing and Javascript
    development The best feature in my opinion is the autocomplete feature , both in html and css mode
    it not only give you the suggestion but informs you about compatibility in different browsers and
    vresions same in javascript mode It is based on Eclipse IDE, it's free and can be extended
    help you with your php editing need to it's free and defenitely worth a try LINK ....
  9. How To: Display A Members/user List.
    With PHP, Mysql, and HTML. (3)
    Alright, some of you might want to display your User's or Members on your site. Notes: 1.This
    is to fit in with Feelay's register and Log-in scripts you can find in the tutorial section. 2.I
    made this to show the members of my site who is a member and what their ID is. First off, we must
    set up a connection to our MySQL Database. CODE <?php $con =
    mysql_connect("localhost","database_username","database_username_password
    4;); if (!$con)   {   die('Could not connect: ' .
    mysql_error(....
  10. Request Form Site Suspended
    (4)
    the request form site is Suspended>.<....
  11. Style P And H? Html Tags
    (2)
    Well, I have found that css was very hard to predict and precise control their apperance. When mix
    and use the p and h? tags. Their apperaence were not identity. Place the h? tags within the p tag
    causes style error on both firefox and IE. So, anyone should do it reserved, instead, place the p
    tag with any h? tags will do the jobs on both browsers. Still learning it coz it much varies when
    doing styles. Tested it on XHTML 1.0 Strict....
  12. Time Travel?
    Site activity showing up from the past (1)
    Not really a hosting question, but I couldn't find anywhere better to stick this. So: The
    Latest Activity list at the bottom of the screen is showing up links from the past. Specifically the
    Last Topic column, actually, as the Last Post seems to be fine. If you're not getting the same
    problem, here's a screenshot . Basically all of the links in Last Topic are from way back
    (March-ish?). I'm also fairly sure the site clock is wrong. As I'm writing this, at the
    bottom is "Time is now: 22nd June 2008 - 12:24 AM", despite being much earlier than that (w....
  13. Does This Site Mean Anything To Us…i Don’t Know U Tell Me?
    (4)
    Hello All; I would like to host my site, i have seen many hosting review sites.....i have notices
    http://www.webhosting-rated.com giving indepth knowledge on hosting companies and hence it did not
    take me long to decide.it is the best review site i have so far seen.i would welcome any suggestion
    and help thanks Rick ....
  14. Youtube Videos
    add videos to my site (4)
    Hello and thanks for taking the time to read this and help me out. I was wonder if I could get help
    with an issue I'm having. I want to add youtube featured videos to my site. I'm not sure
    about what to input into my site to get the videos to load there. I want it to be like a slideshow
    of the featured videos and I want it to be automated so that it is always changing if an new video
    is added. Yes, I'm a noob at making sites so even if this maybe simple for others I'm not
    sure what to do. I have seen a few places that have a few boxes and the videos....
  15. Basic Css
    (5)
    can someone help me learn CSS or give me a good link to learn it....
  16. Yaml - (x)html/css Framework
    (2)
    The YAML (Yet Another Multicolumn Layout) Framework is an excellent open source project that helps
    you to create two or three columns (X)HTML/CSS floated layouts. This framework is very easy to use
    and allows you to modifiy it to your own needs, this framework offers some tools for rapid
    development of modern and accessible CSS layouts. QUOTE Yet Another Multicolumn Layout (YAML)
    is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is
    extremely versatile in its programming and absolutely accessible for end users. Based on w....
  17. Increase Your Knowledge Of Html Language
    (11)
    For Creating good website you have to be master in HTML Language. It is a scryptic Language. If you
    want to Learn this language than visit the link http://zwqa.page.tl/Increase-you-HTML-Knowledge.htm
    ....
  18. How To Create Your Own Proxy Site (free And Easy)
    (13)
    Tired of your school blocking every new proxy site you find? Here's an answer. Check out
    http://www.proxybuilder.com . After you fill in the information you want for your proxy site, it
    will give you the download link for your files. Then all you have to do is upload the files you
    download to your web host and you've got your own proxy website. If you find a free hosting
    site, you can make as many of these as you want! NOTE***If your site gets blocked, just make
    another account with the free hosting service. BUT UNDER NO CIRCUMSTANCES SHOULD YOU KEEP ALL ....
  19. What Is The Best Photo Sharing Site?
    The best photo sharing site (15)
    I have a group at groups.yahoo.com. But i didn't enjoy YahooGroupsPhotoAlbum.Coz it's
    resolution was 480 x360 and there was an storage limit. So i'm looking for anyother way to share
    my photos with my friends. There are 40 friends in my group. It's impossible to send the
    invitation to see my photos. So i'm looking for the best photo sharing site wich supports group
    sharing. I tried flickr.com it was good. But you know 200 pix limit was not cool. My asking is, "Is
    there anysite supports group sharing so that every member can upload and every member ca....
  20. C++: Basic Classes
    classes, objects, access labels, members, inline functions (5)
    This tutorial assumes that you have a basic knowledge of C++. You know how to use built-in types,
    like ints, doubles, chars, etc. You should know some types that are part of the STL, like vector,
    etc. Those types that come in the STL are just C++; you can create your own types just like
    those! Non built-in types are referred to as classes . To create a class, you just use the
    keyword class , the name of the class, and curly brackets. CODE //A class named MyClass class
    MyClass { }; In fact, that is all we need to create variables, pointers, or references ....
  21. Converting PSD To HTML
    (9)
    Hi I m new to this site. I have designed a layout in PSD. What i want is to know how can I slice
    the PSD to build a Cross-Browser Compatible HTML file. Thank U.....
  22. Add A Forum To Your Site
    A guide to adding discussion forums to your site (23)
    QUOTE When you’re setting up a site using CSS, it’s a good idea to do a little planning ahead
    and think how you’ll be using your styles, otherwise you could end up spending much more time later.
    As a case in point – for a site I’ve recently built, a basic style sheet was put together, with
    entries for matters like headlines, section headings, item headings and so on. When it came to forms
    on the site that needed headings next to the data entry boxes, the logical choice was the item
    headings style. It helped maintain a consistent look across the site, but it came bac....
  23. Create A Site Without Cms But Just Dreamweaver?
    (6)
    The Web site will enable staff to be able to maintain the Web site with DreamWeaver. The maintenance
    of content must be separate from the maintenance of design so that individual offices responsible
    for providing information would be capable of maintaining that information on the site. Please
    give a detailed explain.....
  24. Www.modthesims2.com - Sims 2 Mods Site
    I need to get it out of my system! (8)
    Okay, MTS2 is one of the BEST sites to get awesome downloads for The Sims 2. I love that site so
    much! And they have this cool forum where you can request people to create downloads for you if
    you aren't very good at creating downloads! And some people post pictures of themselves,
    that way people can sim them! Some of the people that post their pictures are weird looking.
    Anyway, I just want to know who has been to MTS2 and loves it!? This sounds like spam, but I
    just want to know who loves that site?! /biggrin.gif' border='0' style='ver....
  25. Mp3 Questions
    a question for a mp3 beginner like me (14)
    Hello... You all like to download MP3 's online right? Well, hmmm... i love to download them
    and burn them in a cd but there's some unanswered questions roaving in my mind. Example, I
    have many duplicates of one song with different file names, well, I want to remove those duplicate
    ones ... how? And MP3 is compressed right? Is there a way to uncompress those compressed
    sound so that I will really do unlock the wonderful sound of the audio?....
  26. Flash Site Software
    Help need for nice flash making software (11)
    Hello iam a newbie in flash ,And i want to make a Website Using flash, Can someone show me some easy
    to understand flash making software,I have macromedia flash mx but i dont understand a word in
    that..! its very complicated..! As i need an easy to use software..! /sad.gif'
    border='0' style='vertical-align:middle' alt='sad.gif' /> ....
  27. Good Places To Advertise Your Site
    (20)
    a good place to advertise your site is off craigslist.com there are 1000 of people who visit that
    site every day and to advertise on that site its free....
  28. Visual Basic Help
    need help useing visual basic (5)
    i was just wondering, when you are useing the program Visual Basic is there any way to add some
    animation to a form, and if so what is a good(cheep) animation program i could get?....
  29. Basic Tutorial: PHP GD
    basic tuts (15)
    With php gd is the image function library of php. The functions include in this library enable php
    users to creating image up to manipulating photos. PHP gd can create with file extension of jpg,
    gif, swf, tiff and jpeg2000. Installation see http://www.php.net/manual/en/ref.image.php .
    Astahost hosting service has enable gd library, so won’t need any extra works except in coding.
    Lets get started, creating images from php set the canvas: CODE   $img =
    imagecreate(250, 80) imagecreate this function create and set a blank canvas with the
    wide of....
  30. Converting HTML over to XHTML
    Crossing over to the darkside (13)
    Allow for alterations Well, I've just had to convert another HTML 4.01 Transitional website
    over to XHTML (eXtensible HyperText Markup Language) 1.0 Transitional, I will later on convert over
    to XHTML 1.0 Strict as soon as I write the CSS (cascading stylesheet) file for it but it had to be a
    quick update and removing all presentational elements and placing them in a CSS file is not quicker
    than just altering some tags. So this is where I got the idea to write a How to Convert HTML over
    to XHTML . Let's begin I'm having trouble knowing where to start ....

    1. Looking for spice, basic, html, site, beginner

Searching Video's for spice, basic, html, site, beginner
Similar
Help Me Host
My Site On
My Pc
What You
Need Before
You Can
Create A
Text-based
Game.. -
Using PHP,
HTML and
MySQL
A Site I Put
Together
Over The
Last 3 Days
Joomla
Template Kit
Extension
For
Nvu/composer
- help in
understandin
g how to
change html
template to
joomla
Indentation
In Html
Free Site
An Absolute
Basic Guide
To
Algorithms
For Dummies
Web Editor -
great
application
for your
html and
javascript
development
How To:
Display A
Members/user
List. - With
PHP, Mysql,
and HTML.
Request Form
Site
Suspended
Style P And
H? Html Tags
Time Travel?
- Site
activity
showing up
from the
past
Does This
Site Mean
Anything To
Us…i Don’t
Know U Tell
Me?
Youtube
Videos - add
videos to my
site
Basic Css
Yaml -
(x)html/css
Framework
Increase
Your
Knowledge Of
Html
Language
How To
Create Your
Own Proxy
Site (free
And Easy)
What Is The
Best Photo
Sharing
Site? - The
best photo
sharing site
C++: Basic
Classes -
classes,
objects,
access
labels,
members,
inline
functions
Converting
PSD To HTML
Add A Forum
To Your Site
- A guide to
adding
discussion
forums to
your site
Create A
Site Without
Cms But Just
Dreamweaver?
Www.modthesi
ms2.com -
Sims 2 Mods
Site - I
need to get
it out of my
system!
Mp3
Questions -
a question
for a mp3
beginner
like me
Flash Site
Software -
Help need
for nice
flash making
software
Good Places
To Advertise
Your Site
Visual Basic
Help - need
help useing
visual basic
Basic
Tutorial:
PHP GD -
basic tuts
Converting
HTML over to
XHTML -
Crossing
over to the
darkside
advertisement




How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE