100Topics.net

Web Design and HTML

           


Home > Computers & Tech > Designing > Web Design and HTML

TOPICS

Html 5, What's New ?

I'm hearing and reading a lot about HTML 5. Still didn't get my hands on Demo for the HTML 5. Anyone have any clue of what are the changes in HTML 5 ? I would like to know more how it is going to change in future. What are the possibilities and major changes of HTML 5. Any demo seen so far ?

....know more

Making A Website

Hello and Welcome to this tutorial.Lets start off with the tag order.It goes the html tag goes at the base.The head tag goes in the html tag.The title, script, style, link, and meta tags go in the head.The body goes in the html tag.The content goes in the body.Here is what it looks like:HTML<html><head> <title></title></head><body>Blah Blah Blah</body></html>-Hannah

....know more

Div Opacity On Mouseover

So I'm trying to build a website with a menu that's in a transparent div on pageload, and switches to a more visible style on mouseover. I got the div on an opacity 25 by default, and it switches to 75 on mouseover, yet it doesn't seem to jump back to 25 when the mouse leaves the div. Anyone got any idea what I'm doing wrong?CSS:CODEdiv.transON {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1

....know more

New To Design

QUOTE I usually stick to coding but lately I've been dabbling around in design. This is what I have come up w/ so far. (Yes I know they are overly watermarked but I was to lazy to redo it) The files are quite hugeee so links only. =] 1. The Blog Design - http://irnoob.info/misc/blog.jpg Hmm... I just started this tonight, no clue where I'm going w/ it yet as I tend to revise things alottt. 2. The Random Game Design - http://irnoob.info/misc/gamerbeat.jpg I still see a lot of spacing i

....know more

Php Programming Language: Open Source Website Scripting

QUOTE PHP is an Open Source Scripting Programming Language. PHP is used by web Design companies for website programming development with dynamic database connectivity and web application development. In server side web application it is provide many functionality to develop good web development security system. Day by a Day, A PHP Scripting Language is updated with high interactive and creating applications in today's latest web technology. PHP Programming Language is Easy to understand for

....know more

Help On Drupal Designing Needed...

Hi people, this is one of my rare visits onto Astahost. I will try and keep this a short as possible, because I tend to ramble things over and over again and it is getting onto some people's nerves over at our fellow neighbor forum, Trap17. I am a member of the Trap17 forum, and I have posted a help thread there, but unfortunately no one in Trap17 seems to be using Drupal, and most of them prefers Joomla! So I have come over to ask the more technical forum with more expert webmasters for

....know more

Png Images Trancpercy

i got script of trancpercy png images with opacity property in css, But when i insert content in that div it also apply opcity css to that content this is the actually problem mine, give me solution for this problem Reply me....!

....know more

How To Create Icon Next To Address Bar?

I am the webmaster for my School's Marching and Concert Band and I would like to change the little icon (don't know the technical term) that is next to the address bar with our mascot. What I need to know is:What the name actuall term for the picture!?!?What script or snippet would I need to change it?What picture type would I need (png, jpg, ico)What is the demensions?If you don't know what I'm talking about, it's the little blue and white v that's here on astah

....know more

Decompiling An Existing Html Page

Hiiii.My name is teja. I have a free webpage http:\\viswatj.hpage.com. I want to add videos and tech news from an existing site page with same animation effects and some add's to it. Can some one tell me HTML code's and some tips to do this and decompiling an existing webpage. I am acually studing software engineering from NIIT. I have completed C# console and gui,sql2005,xml,ds.presently running is java and ado.net. can any one help me to do this. MY email id is viswa.teja@liv

....know more

Frames Scrolling

I am using both frames and fields to design my website, and i need help with something.CODE<html><head><title>Page</title></head><frameset cols="25%,75%"><frame scrolling='auto' src="1.html><frame scrolling='yes' src="2.html></frameset></html>the 25% frame is a menu , and the 75% page is the main page. The menu has many options and thus sometimes needs scrolling, the main page naturall

....know more

Dropdown/dropline Menus

Hey all! It's been a while since I've shown my face around here, but I figured you folks would be just the sort to give me a pointer towards what I'm looking for.So, I'm in the process of creating a website (pretty much from scratch), and it's come to the stage where I've got to spruce up the navigation bar a little. I'm not all that confident in CSS to take too big a stab at what I want to do myself, and any examples I can find either don't fit the HTML struc

....know more

Webassist's Roadmap Series

The folks at WebAssist.com recently has published a series of some semi-technical training resources called Roadmap Series, Your guide to Web success, according to the information published these are intented to help everyone involved on building websites to do it faster. Until now, five editions have been published by Webassist as part of the Roadmap Series, and yes, all of them are free and ready to download in Pdf format. If you are in a hurry you can download them directly from the links th

....know more

Css & Putting Logos At The Bottom

Hey guys,I'm trying to have a logo at the very bottom of the screen, but I don't know how to do this in CSS. It's part of my project and it's just ridiculous to constantly inserting <br/>'s.Is there a way to always have it at the bottom no matter of screen resolution?Thanks,xboxrulz

....know more

How Can I Add A Feedback System Similar To Codeproject.com?

I would like to add a community feedback system similar to the one at codeproject.com (http://www.codeproject.com/KB/vb/YCC_Trainer.aspx). You will notice at the bottom users are able to post questions and see the answers without leaving the page. I do not want an email feedback form but one where any user can post and see the responses. Anyone know of a software package that is able to do this?

....know more

Help Regarding Creating User Profile

Hello guys i want to create a user profile for the user that appears similar to the user profile of this site.With which tools i can design that and what are the technologies that are necessary to create this sort of user profiles and which is the best tool & technology to create them

....know more

Relative Position (css)

I am making a coordinate systemCODEp.map{ position:absolute;left:20%;top:20%;width:70%;height:70%;background-image: url(grass.jpg);     background-repeat: repeat; }An object(another image) appears in a certain position depending on GET varsCODE<p class="map"><?php$x=$_GET['x'];$y=$_GET['y'];$x*=74;$y*=57;echo "<div style='position:absolute;top&

....know more

Navigation Bar Help

Hey guys, I just finished up part of my website and am trying to figure one last thing out. I have a vertical navigation bar done with CSS, but I can't seem to figure out how to put it in it's own frame. I've tried throwing an html frameset in there, but I haven't had any luck. Here is what I had for this:CODE<frameset cols="120,*"><frame src="navbarexample.htm"><frame src="pageexample.htm" name="showframe"></frameset

....know more

Extracting "attributed" Data From An Xml Document/data-island

OK, so my XML data looks like this:<xml id = "internalXMLData"> <Contacts> <Contact> <Name>Jonnie Graham</Name> <Phone type="home">(09) 3888 466</Phone> <Phone type ="mobile"/> <Phone type ="work"/> <email>jonnie@poomail.com</email> <email>jonnie@shitmail.com</email> </Contact>

....know more

Free Web Icons

Yesterday while i'm searching for some web icons that i will need to use with a new project I get into visiting lots of useless websites and found only a few useful ones, so after i found what i'm looking for i decide to share it and i compile this tiny list of some usable sets of free web icons that you could use some day and don't waste your time like me.List of usable sets of free web icons:Free Stock Icon Part 1Free eCommerce icons24 Free Web Stock IconsFree Icons WebIconzWorldSi

....know more

Default Styles

In the past i came into the situation that every time i start a new development project and to get things well organized, i began it by creating some default folders that i know i must use like for example a folder for images or for css styles, and at the same time i create some default files that includes:index.html: An empty HTML template page with defaults tags like title, meta tags for keywords, description and content type.base.css: A central css stylesheet that i use to reset some styles l

....know more

Cbel.com >> 203 Manually Selected Sites About Style Sheets

Yesterday I found a website called CBEL.com that has a lot of resources related to Style sheets, as the title of the topic says, the CBEL.com has 203 sites about Style Sheets that covers the following main categories:CSS LayoutsCSS ExamplesCSS TutorialsCSS ToolsCSS FAQs, Help, and TutorialsCSS BooksCSS ReferencesCSS SpecificationsCSS Browser CompatibilityCSS Browser TestingCSS Microsoft Internet ExplorerCSS Using with XMLCSS Product ReviewsBest regards,

....know more

Wp Premiun, A Brilliant (and Free) Wordpress Theme

Hello everyone,For well over a week now, I had been searching for a free WordPress theme that had the following features...Professional lookingSEO'ed (Search Engine Optimized)Employs valid XHTML (although I didn't really fuss about that)Easily customizable, with its CSS declarations clear and organized.I tried over 20 themes, most of which were decent enough, but they all left me a little squeamish and I couldn't find out exactly why. But then again, I'm anally-retentive and some

....know more

Freewebs And Piczo

Freewebs.~~~~~~~~Freewebs is an online webpage where you can create a webpage or add a forum.Piczo.~~~~~Piczo is simarlar to Freewebs but for more advanced usersBoth of these web sites accept:-HTML text-Pictures-Glitters-Games-Radioand Much Much more.

....know more

Question Related To Website

I have some question in mind that need solution so please 1) What is benefit of using header and footer tag in our web page ?2) How we can registered our website on any search engine?3) Did I use animated image without flash in website.? 4) What is the correct way to display web page on center in any browser.? if we use css style ?I have little idea off all question answer but i need specific help so welcome.Thanks

....know more

Logo

I am in need of a logo for both of my sites. I cannot pay you but I will really appreciate it. PM me for details.

....know more

Good Books For Html And Css Beginners

Hi all, Know any good books or tutorials for beginners? I've been using Site points learn "Build your website the right way using HTML and CSS and can't recommend it enough. It's completely XHTML compliant and is a great starting point? Seen anything else useful? I'd be v interested in finding out about Javascript for beginners type things. Thanks,

....know more

Delay In Update

In one of my pages a button was appearing the middle of a table so it was very annoying, so i added a CSS code for it which made it appear at the bottom of the table. Then i modified the CSS code for the button to appear a bit higher, it didn't have any effect. I cleared my cache and my internet temperary files and loaded the page again adn still no result. I checked the files and found that the CSS file that was download was the one that i had before i changed, i check my files on astahost

....know more

Center In Table Cell With Span

I used colspan in a table along with center in CSScode is:CODE.boldtable1 {position:absolute;top:217px;left:250px;font-family:sans-serif;font-size:12pt;color:yellow;background-color:black;}.boldtable1 TD, .boldtable1 TH{font-family:sans-serif;font-size:8pt;width=162px;color:yellow;background-color:black;text-align:center;vertical-align:middle;}I use in tableCODE..<TD colspan=4>...</TD>The text becomes centered as if no cells wer

....know more

Css File Size

Iam using a CSS file of 23+KB size, thats cuz i am not using tables XD, i am gona work on that and replace everything with tablesbut i still have alot of things to work on my sight. My question, will this cause any performance issues when people view my sight?

....know more

Problem With Div's In Ie6 And Lower

I'm working on a template for joomla, but I'm heaving some serious problems to get it working in IE6 and lower. Basically, this is my layout:CODE-------------------------------------------------------------------------------------|                                           &nb

....know more

Center Update

This is going to be a little hard to explain so just let me know whats confusing you.Ok I'm making an online game and i will have a banner on top and have all the page links on the left and have other options on the right and when ever you click one of these links i want it to open in the center of the page and want the rest of the page to look the same. In other words i want the page layout the same and what ever page you go to open in the center which will also be in a box/table.How could

....know more

Center In Height

I can make the text appear in the center of the box byCODEtext-align:centerBut that only works in width i also want it to be centered in height, meaning the word appears exactly in the middle of the box.

....know more

Css With Ie

CODEgameinfo{ position:absolute;top:200px;left:0px;width:300px;background:black;color:red;border:1px solid firebrick;text-align: center;}This works perfectly with Firefox 3.0 but when i open it in IE it doesnt have any affect.

....know more

Password Protection

is there any way to make a user name and password protection using only html and java that saves the user/pass in the code and isnt needed to install anything into a sever or anything like that

....know more

Dreaweaver The Best?

Hi, I have been wandering if dreamweaver is the best software to create your webpage, and had been using it since a year and I hadn't have any problem at all with it, but is this the best, please consider in recommending other for me to try.

....know more

Indentation In Html

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

....know more

Css Minus The <p>

Most beginner pages on CSS give introductory examples of how to change font style for a page, by doctoring up the <P> tag,CODE<p class="somestyle">blah blah blah blah blah</p>I'm finding that this is pretty annoying to use. It doesn't always work and it adds blank lines (being the <P> tag because that's what <P> does) around things when I want those lines to be close together. In Tables, it's really annoying to have <P>...</P>

....know more

The Missing 0.5em

Right, I'm going through the joy of designing forms: something that makes a lot of web developers cringe. Now, I'm going about it using CSS. Some people say tables, but quite frankly I'm not going to get in to that argument here. I'm using CSS.Stubbornness on my part aside, I've now got to deal with the stubbornness of my forms. Let me show you the problem:As you can see, it looks all lovely until the submit button. It's a little to the left, and (if you look at it carefu

....know more

Css With Firefox

CODEWarning: Unknown property 'scrollbar-face-color'.  Declaration dropped.Source File: http://localhost/game/mainpage.cssLine: 8Warning: Unknown property 'scrollbar-highlight-color'.  Declaration dropped.Source File: http://localhost/game/mainpage.cssLine: 9Warning: Unknown property 'scrollbar-3dlight-color'.  Declaration dropped.Source File: http://localhost/game/mainpage.cssLine: 10Warning

....know more

Css Filters(css Hacks)

The CSS filters (CSS hacks) is a page where you can find a lot of useful information in case you need to verify if a browser will apply some CSS rule(s) or hacks.In the CSS filters (CSS hacks) page you can find individual test pages for the following OS and browsers:Windows (IE, Mz, Op, NS).Mac OS X (iC IE Mz Ns Om Op Sf).Macintosh (IE Mz Ns Op)Other (Ko).Best regards,

....know more

Good Book For Learning Xhtml & Css

I plan on starting a website soon and I need a good book that can teach me advanced XHTML & CSS. I already kno the basics pretty well, and I want a book that really gets to advanced stuff. I also wish to learn PHP, MySQL, and JavaScript. So I was hooping if anyone could recommend some good books for learning them. PS. For those interested I learned the basics of XHTML and CSS by reading the "HTML Dog" book. And I highly recommend it.

....know more

What Is Css?

Hey i didn't know what CSS really was but this helped me, So if it can help me i thought i should take some benefit from it too.[quote]What is CSS? * CSS stands for Cascading Style Sheets * Styles define how to display HTML elements * Styles are normally stored in Style Sheets * Styles were added to HTML 4.0 to solve a problem * External Style Sheets can save you a lot of work * External Style Sheets are stored in CSS files * Multiple style definitions will cascade into

....know more

Help With Making A Textbased Game

hey i really want to make a web text based game like www.hattrick.org i really want it and i have a host ....i want to know where i can find a tutorial for it or what programs i need to use and.... plz help me thanks

....know more

Style P And H? Html Tags

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

....know more

Basic Css

can someone help me learn CSS or give me a good link to learn it

....know more

I Need A Template For A Website

i need a template for a game wesite. im making a game website and need a web template thats easy to use

....know more

Help With Making A Textbased Game

I'm new to text based games and i want to learn how to make them can someone teach me the basics or the starting of a text based game

....know more

Creating Links With Quotes (")

While my site's more PHP based than straight HTML, the problem I'm having is with trying to do the following:CODE<a href="page.php?variable=foo "bar" foo">foo "bar" foo</a>Assuming I have a variable set to foo "bar" foo which I want as both the destination of the link to contain and the actual link itself to look like, how can I make it show as such? Currently, the first quote (just before the first bar) is closing the href element (I bel

....know more

Almost 3d Blocks

It's kind of simple, but I think it is cool anyways. Using CSS border properties, you can make an element look 3D.Here's the code:CODEli {    border: solid #000;    border-left-width: 1px;    border-bottom-width: 1px;}In this case, I have styled the list-item element to have a solid black border. The left and bottom side will only be 1px thick in order to make a difference between those and the top/right

....know more

Yaml - (x)html/css Framework

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.QUOTEYet Another Multicolumn Layout (YAML) is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in i

....know more

Free Web Host Or Our Own Web Server ?good & Bad

Which is better? Free web host or our Own web serverFree web host Good - No need to spend money on domain name. - No technical details required. - No Programming skills. Bad - Difficult to earn money - Not going to learn web technology - Beg for Size[limited memory size]our Own web server Good - You can earn money by advertising.

....know more

Free Login Script

roll up roll up get your free php login script here.it has installer, reg form,ect. see the link email to get the file

....know more

I Need Help

Hi all, I need help with the design of my website I just created. It's a media outlet site, I called it losangelesmagazine.net. So I need a web design structured for news. Does anyone know where I can get free designs, in wordpress. Also if anyone knows any good working wp site about news I can get snippets from? Thanks for the help in advance and thanks for reading this. - JohnNitro

....know more

Website Navigation Hover Buttons Stick So Made Css Today

HiI made hover buttons to go into my friends website because frontpage didn't allow the text on their buttons to be left aligned. Anyway, I think they stick a lot and i'm not happy with them. I have read a lot of people don't like the time it takes for java applets to load either so thought I should try doing the navigation buttons with the CSS shown on this site. I was so happy when after following the instruction my buttons turned out fine but the probem is that they have a solid b

....know more

Coding Layouts

Ok so i want to know how to a code a layout or altlease get started on making a layout.I want to learn. Is there any toturials or anything like that.I really want to knwo.Is anyone in here have a site?

....know more

Simple Template System

Hello,This is my first tutorial at astahost. It covers how to make a simple template system, which I use in some of my software.To start, we need a page that will be the template itself. For this tutorial, below is a very simple one:CODE<HTML><HEAD><TITLE> PHP Template System </TITLE></HEAD><BODY><H1> <?php echo $content; ?> </H1></BODY></HTML>Save this as template.html Next, the php, also very simple:CO

....know more

Looking For A Reliable Hosting

Hello Everyone,If you are looking for really cheap hosting, you might take a look athttp://www.webhosting-rated.comThanks,Agnes.

....know more

Help With Redirect [solved]

Okay, I want to know how can I redirect any visitor that comes to my site to the forum automatically since that is all the site is. I should have just placed the Forum in the main directory, but it's too late now and I have no wish to redo it. So how do I redirect my site using htaccess from / to /forum/ (my site is at http://www.legallyhighforum.astahost.com/), I'm trying this script right now: Redirect /index.php http://www.legallyhighforum.astahost.com/forum/index.phpbut it only redir

....know more

Easiest Free Forum To Create Custom Skin For?

What free forum is it easiest to create custom skins for. In the past I used PHBB and successfully created one skin, but it was a very harsh thing to do and took a long time, I had to edit many files. I am thinking about using Simple Machine Forums (SMF) as my next forum platform (I'm only interested in free forum platforms at the moment though I have heard great stories of v Bulletin). Is it difficult to create skins, or layouts for this Forum Platform? If any one has any experience please

....know more

Stage.scalemode

Well I have made a movie where the intro is an image (812 x 458). When it reaches around frame 20 (after all the motion and tweening) I scaled down the image (541 x 305) and other effects will take place around this size only. The problem I'm facing is that the stage doesn't scale down or change size when the image has. Can somebody help me?You can actually visit LV UK Intro Page intro movie. That's what I'm trying to do.

....know more

Sitepoint's Css And Html Reference Sites

Recently the folks at SitePoint.com launched two excelent online reference sites for web designers and developers, the first one is the SitePoint CSS Reference and the second one is the SitePoint HTML Reference (Beta).Both of them are free and available to anyone and everyone who needs to lookup any information related to CSS and HTML in an easy and fast way. The SitePoint HTML Reference (Beta) is still in progress. Also, both of them are very detailed and up-to-date on each subject and are focu

....know more

Are Webspaces Old News, Is Myspace...& Others The New Deal

see the problem is i have a space set up somewhere else, a different free hosting service, and they have changed so much over the years i have lost a lot of functions......they are not free anymore, and my bandwidth is suckin now also......so i'm here clicking away at the forum to try a new host.....and free.......i need free.my other half says get a MySpace, but I am a graphic artist so I don't think myspace will do for me.....BLOGS i don't think will work either..........what is a

....know more

Cutenews 1.4.5 Security Alert Regarding Search.php

Searching through our forum, I came across few posts mentioning "my site was hacked" while using CuteNews. So before I made this post I wanted to be sure if everyone here knew about CuteNew's serious vulnerability by searching our forum. I am also a victim of recent vandalism by someone from Germany who knew about this exploit.Please read Cutenews <= 1.4.5 usernames fetching exploit FIX and discussion for clear understanding how, why and how-to.If you are using CuteNews as CMS f

....know more

Are There Imageless, Xml Compatable Css Corners Scripts?

I am looking for a CSS Rounded Corners script that works with application/xml+html (I believe this means not document.write), no images, javascript script that works in the main three or so browsers.I've tried a lot, things like Curvey corners jump around a bit and need extra settings in the head. I havn't seen many using bullet points, none through js.

....know more

Css Rounded Corners

Rounded corners are a pretty hot topic in web design. It seems that almost every page has them. I guess people are trying to go with that "Web 2.0" look. But do you know how to make them? I thought I'd share this site I found recently: given the color of the box you want, and the background of your site, it automatically generates the corner images, CSS and HTML code you need to get those cool rounded corners into your site.From the site:QUOTEThis page is for creating rounded c

....know more

Hi World


....know more

Web Developing Software

Hi Everyone !!I want to make a website but I dont wanna use the conventional software like Frontpage or Dreamveawer cuz one has to be a web developer to creat a website using the above mention softwarez. since I know a bit of designing so I created my 1st website using photoshop but what I did is I design the whole page as an image and took it to frontpage and using the hot spot option, I hyperlink the image parts and thuss created my website but obviouslyyy... this is not the profession

....know more

Graphic Design Program

i,what is the best freeware graphic design program - for web design application (like buttons, background and etc.)

....know more

Upload Button In Php

Here are some script on upload button in php.I found this one on the searching for upload button-------------------------------------------------------CODE<?if(isset($_POST['uploadfile'])){  $picname = ($_FILES['upfile']['name']);  move_uploaded_file($_FILES['upfile']['tmp_name'], $_SERVER['DOCUMENT_ROOT'] . "/pictures/&#

....know more

How To Make Something Like This?

Hello guys do you know how to create an online photo editor?? Just same like in this site http://www.online-image-editor.com/ I need a script for online photo editing.

....know more

Where Can I Find Free Web Design?

Do you know where can I find free web designs??

....know more

My Game

Well its been a while since i wanted to make a Text Based Game. All i need is a webhost.. and some HTML- PHP coders to help edit the codes. The codes im using are MCcodes lite there quite good, but i need some help still..hopefully i get my web host soon.. because im very eager to make a game. Its been about 3 months sinces i ahve been tring to find a host this might be the one but i dont know but i wouldnt mind helping other ppl if they are making games im good with HTML. i know most of PHP.If

....know more

Javascript Problem

CODEtext=new Array ("不要让我自己发帖哦,你也要多发主题啊!","我们不是最大的犬中文站,但我们能做得更好!","或许很多人都只是匆匆过客,但是这&

....know more

Buttons Misaligned In Ie Only

Hey all,I have a site I've been working on for awhile.http://wow.thedarkmagi.comProblem is in IE the buttons at the top "staircase" down. They should go right across the top like they do in Foxfire.Can anyone advise me on how to fix this?Thanks in advance, let me know if I can assist you.- mike

....know more

Xhtml Js Loading.

CODE<body onload="init()" onresize="gotopos(disptop, displeft)"><img src="" id="mapimg" onload="void(imgload=true);void(sstatus('Map loaded successfully'))" alt=""/>As Xhtml 1.1, the resize of body, and onload of img are the only errors. How could I do this? All I could think was the onload at the end of the page, but as the image is 1.5mb, I doubt this will work for most people. Btw,

....know more

Html Emails How?

How on earth do you create HTML emails?I have been searching Google for some time now and can find ABSOLUTELY no information what so ever on how to ACTUALLY create HTML content emails.It just a bunch of programs and Microsoft applications, or testing facilities, I don't need any of this, there must be some coding system to it?I tried emailing using basic direct HTML tags (like <b>), but it fails (it just shows <b>), so how can I do this?I am not looking for anything really fancy,

....know more

Xhtml, Javascript, Css And Frames.

Hello,I am building a form where a user selections several options (it uses javascript to modify checkbox values based on other selections).At the end I need to re-generate html code based on the selected form values, I don't particularly care what way it's done (although my site is XHTML 1.0 Transitional), but I need it to update on the fly as they change options.The HTML code is Google AdSense code, and I am trying to build my own from to generate all the different ad types and generat

....know more

Html Table Issue.

Does anyone know how I might create a HTML table but using pure CSS (div's and what not).I really have no idea why, but for some odd reason my layout goes nuts if I try to use the table tags, even used properly with no errors the whole thing just brakes down (I don't use tables anywhere).So I figured my only option is to attempt to do it CSS way if possible?

....know more

Resolution

hi.. i neeed to know Which the better resolution to make a web side??? a resolution to work in any pc without problemsthanks.. bye ^.^

....know more

About Html

How long did it take you to learn Html??It took me about 2months to learn the basics lmao. I need a tuturial that has it all or a website.i would like it if someone did it. Thats why i get my friends to help me But they are nice friends thats why.Like 2 people have helped me Sten and Habble Sten Owns www.habbofront.com which uses Asta as its host and www.habble-aus.com which uses Asta as its host. so this must be a good host because 2 good sites that have expert Htmlers so need help?? Pm Them.

....know more

Html Stats

Do you know how to get website stats in a html code?? Like The amount of people viewing the site at the moment and stuff like that?? because i need to know. Thanks if you reply to this i am in need for it.

....know more

Looking For Resources

Because of some disputes over copyrighted content, I had to remove some of my web development tutorials and stuff from my website. I do wish to offer such tutorials though, but I wish to do so completely legal, as the previous stuff was borderline plagiarized apparently.I am looking for tutorials for:- (X)HTML- CSS- SVGI would prefer them in a Creative Commons license format, or a similar system (I have to learn about it first). Any relevant and appropriate content under any license is good. How

....know more

'seamless' Merging Aef Forums And Snews Cms

I have managed to 'seamlessly' merge these two packages so that the sNews CMS system appears to contain a Forum Script.For those of you interested in seeing an install, check this link : http://www.jlhaslip.com/snews/and the Tutorial is posted 'over there': http://www.trap17.com/forums/adding-aef-fo...cms-t51956.htmlPost any questions on the trap thread, please, since I hang-out there more than here. Thanks.

....know more

Searching For Alternate Flash Image Viewer

Hello everyone! I am posting regarding Dreamweaver extensions... I have been using the Flash Image Viewer, the default viewer of Dreamweaver, and I would LOVE to have a change of pace. I don't really do too much with Flash at the moment... I would also like to play around with Flash and applications a lot more in the future. I just don't see it being too near. I have looked around many professional sites, and have seen many different types. I have seen images that place previou

....know more

Ultimate Web Development Cheat Sheet Guide

So you're sitting there on Saturday morning, sipping on a nice warm cup of coffee or tea. You smell the freshness of the morning, and whipping up some html, CSS and trying out some new AJAX programming. You're stuck on something! You wish you had a quick cheat sheet to get you back on track. Look no further if you're a web developer! This is the Ultimate Web Development Cheat Sheet Guide!http://www.realsoftwaredevelopment.com/200...ate-web-de.html

....know more

The Step Up. A Guide For Myspace Design

Well I used to have trouble just getting what I wanted. The basic codes for creating myspace layouts. Am I right they seem to be hard to find. Well not no more! Here I shall include all of the css codes I know for myspace.Well lets start with the background imageCODE<Style type="text/css"> body{ background-color:000000; background-image:url(put a direct html link to your image here for the background); background-position:Center Center; background-attachme

....know more

Ie Png Transparency Javascript?

im working on a new design for my website but i need to be able to have transparent pngs.its all fine in firefox and i think IE 7 it works, but IE 6, cos i no half the people that will be going on my site will use internet explorer 6.so basically, does anyone know any javascript that will make transparent PNG's work on internet explorer? id use gif but i dont just want a transparent background. also, id use CSS and just gifs but i need some of it to not be transparent, lol im fussy.so if you

....know more

Percentage Bar / Progress Bar

For the intranet where I work, I had a requirement that, after you kick off a long running database job, the PHP application should take you to a page that would display a progress bar for how much of the job was done, and the idea was that you had to go back to that page every once in a while and check the job's progress. However, it is very difficult to find a working and easy solution without using Flash.Well, I found a decent looking progress bar that is licensed under the Creative Commo

....know more

Outsourcing A Style Section To An External Css File

Not being an HTML designer, but having a requirement to make a web page look pretty, I now have the following problem (I am absolutely convinced the solution for this must be very, very simple, I just need to find the right tutorial, which I couldn't find even after googling with the keywords outsource style section external CSS file):I want to take an inline <style> ... stuff ... </style> section from a web page, create a CSS file out of it, then replace the inline style section

....know more

Fixed Positions In Ie

Does anyone know how to get fixed positions to work in Internet Explorer? Or something so they still stay in the same spot when you scroll down?I'm making something and I need 2 images fixed, on in top left corner and one in bottom right corner. its really annoying, so does anyone know what to do? cos i dont and i really need to, lol, for a little something im doing.just another problem with internet explorer, its terrible!anyway anyone know what to do?

....know more

Change The Look Of Your Myspace Page

Here is an HTML and CSS code that will enable you change the look of your MYSPACE page. Here is a sample page JointBreakerDownload the code here: [highlight=Red]http://rapidshare.com/files/44255943/myspace_div_dark.rar[/highlight]

....know more

Centering A Div

I'm now rebuilding my website, and I have come against a problem of which I don't know how to fix it. I am using div tags (of course) but what I want to know is how to center the site, without having the text layout centered. Does anyone know how? I have not found any solutions yet. Thanks in advance.MediYama

....know more

Stretching My Site Vertically

I know it's possible, I've seen it one time. But I forgot. Many websites, if they hold more content than there is room for in the minimum height, the site stretches vertically. How can I do this? I only know that I need a background image of 1px height.Thanks in advanceMediYama

....know more

Problem With Selecting A Textbox Content

What i want to do is to first enabled a disabled text box, and then focus and select all the contents of this text box after the user clicks on a checkbox, i have it working with simple HTML and Javascript but how can i do to get the similar result using the DOM??? For simplicity i only include this code that works:CODE<html><head>&lt;script type="text/javascript">function toggle(formname,checkname){var c="CantField"; if(checkname.checked==true

....know more

Need Help With Form!

Well, for my site i need a contact form and a few other forms. ive written all the html.I need the php for it though, im not great at php and some help would be nice! no tutorials or anything seem to work so im gathering im doing it wrong.Whoever wants to help, if u would like to, could you also explain?Here ist the form so u no wot to use:CODE<form action="contact_send.php" method="post"><table width="510" border="0"><tr><td width=

....know more

A Website

ok, as you may have seen in some of my other posts, i plan to make a text based online game. Well, i feel that while im still learning php, mysql, and javascript, it would be a good idea to start learing what i need for a website, i know you need a domian name but uh yeah lol. I thought if im gunna learn one thing to make something happen i might as well try to learn it all lol. What could go wrong? lol. Well thanks for your help.Thanks Zemon1

....know more

Can I Make A Webpage With Javascript

ok, i plan to make a game, and i was wondering if i can make my webpage in javascript, i just started learning it for this massive enderour i plan to over take, and i wanted to know if it was possible lol. im also learning php and mysql. Thanks, Zemon1

....know more

Web Standard Project

Hello every one,It is always said that our websites should comply with w3c standard and should be xhtml/css compatible but the browsers usually don't suppport the standardized thing effectively and you usually have to go against standards to get things done. Don't know why w3c don't ask these people.RegardsHaris

....know more

Table Issues

hey everyone!i know i would usually be able to fix this but... its stumped me.My table just isnt working.Could someone help me, make some changes?CODE<table width="489" border="1"><tr width="498"><td width="249">test</td><td width="249">test</td></tr><tr width="498"><td width="498">test</td></tr><tr width="498"><td width="249&

....know more

Scripts And Html

Hey ,In the note pad, I put the proper code for php<?php?>and save the file as name.phpBut i can't put that file in html. This is a big problem since Iam trying to make an online text based game. Whats the code to put a script inside a web page. And do i need any special software for it?If so where can i download it?Thanks for reading .

....know more

Low cost web hosting