Jump to content

Dale

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Dale

  1. I dont really use XML but try http://www.w3schools.com/xml/default.asp for more info on XML
  2. Dale

    Flash Polls

    Hmm sorry i cant find nothing
  3. Dale

    Flash Polls

    Yes i will put it here as soon as i find it because my friend owns a site made with flash for now check - http://www.w3schools.com/flash/default.asp
  4. Dale

    Distributing line height

    Check here for info on CSS- http://www.w3schools.com/css/default.asp
  5. Dale

    c++ tutorial

    adding a c++ tutorial will help people with creating games and stuff!
  6. W3schools dont have a c++ tutorial and they dont explain how to create a game anywhere!
  7. HERE IS A LINK TO THE BASIC SECTION INTRODUCTION - http://www.w3schools.com/html/html_intro.aspBASIC TAGS - http://www.w3schools.com/html/html_primary.aspFORMATTING - http://www.w3schools.com/html/html_formatting.aspAnd to create your background go to - http://www.w3schools.com/html/html_backgrounds.aspOr just folow this guide -BACKGROUND COLOUR<body bgcolor="#000000"><body bgcolor="rgb(0,0,0)"><body bgcolor="black">BACKGROUND IMAGE<body background="picture url.gif"><body background="http://www.YOURSITE.(com)(tk)(net)ect/picture url.gif">Folow these guides to help you get started then ask for help
  8. You must first learn all the basics of HTML or XHTML to do this go to http://www.w3schools.com then click HTML and then click basics
  9. Dale

    Can I skip HTML?

    Its your choice it won't make much diffrence but by learning both HTML and XHTML then you will get the better advantage!
  10. Dale

    Tables

    Sorry i didnt read the you had figured it out peace lol!
  11. Dale

    Tables

    Try adding height or Just erase it and re-add this!<TABLE BORDER="1" CELLSPACING="1" CELLPADDING="1" BGCOLOR="#000000"BORDERCOLOR="#2377BB" BORDERCOLORLIGHT="#0000FF" BORDERCOLORDARK="#0000FF"><th>BLANK</th><th>BLANK</th></tr><tr><td>BLANK</td><td>BLANK</td>then re-enter the table cell to remove the cell altogether put <TABLE BORDER="1"into <TABLE BORDER="0" the higher the number the thicker the lower the number the slimmer you can readd the table inside the table and just erase the border of the one inside!
  12. im currently using Ripway I hear that Freewebs HTML mode are not very good so i am not going to try them i am currently using ripway but:They dont give enough webspaceand you only get to do a few downloads a day!can anyone think of a better webhost??
  13. Never mind i figured it out myself it can't be possible because you can insert HTML into an actual popup so ill just stick to W popups
  14. Using popups (real popups) not a popup webpage is it impossible to put pictures into an actual HTML popup<HTML><HEAD><script type=text/javascript><!--function myPopup2() { window.open( "http://h1.ripway.com/rswildy/main.htm/!.htm", "myWindow", "status = 1, height = 165, width = 250, resizable = no" )}//--></SCRIPT> I no you can in that sort of image but i want it to trigger with an image when someone right clicks!
  15. change the file from JPEG or just try taking some off and adding them to diffrent pages to many on the same page can cause lagg if people are on a slow computer!
  16. Dale

    Tables Problems

    You can check out this guide http://www.w3schools.com/html/html_tables.asp or you can just folow and change the HTML table shown below this table is diffrent and from this table you can change your table outline and bg colour enjoy HTML code is shown below:<TABLE BORDER="1" CELLSPACING="1" CELLPADDING="1" BGCOLOR="#000000"BORDERCOLOR="#2377BB" BORDERCOLORLIGHT="#0000FF" BORDERCOLORDARK="#0000FF"><th>LINK</th><th>PICTURE</th></tr><tr><td><a href="LINKTOAPAGE.htm">LINK</a></td><td><img src=" ALSO USING THIS METHOD YOU CAN ADD A PICTURE INSIDE THE TABLE!"></td></tr>By changing the <th> HEADING </th> this will change the headings you dont have to add pictures or links if you like you can just put content there!
  17. Dale

    Newbie Question...

    To work a template you must first desighn where you are going to put your navigation & boxes ect on a website you can have as many text boxes on the same page as you want below is a HTML code to creating your page you can edit the width and were you would like it to apear on the page change the page from main.htm to whatever page you would like it to link to: <TD rowSpan=6 vAlign=top bgcolor="#000000"> <iframe src="main.htm" name="content" width="620" height="400" scrolling="auto" frameborder="0"></iframe></TD> That would apear as a box on your website with whatever is on your page when you create the page for it you may use HTML to change the font and bg colour it would look something likes this<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#000000"> By changing the colour number it will change your font and background colour for more info on this check out http://www.w3schools.com/html/html_colors.asp it explains all the basic colours!
×
×
  • Create New...