10,650 Topics

Member Avatar for
Member Avatar for astnrocker

This is for an assignment in school. All of our HTML has to be W3C validated. I'm still getting one error. On line 32 specifically. This is what it's saying: [I]"Line 32, Column 43: end tag for "select" which is not finished <select name="choiceBox" size="7"></select>✉ Most likely, you nested tags …

Member Avatar for Arkinder
0
95
Member Avatar for MylesDBaker

Dear All, I am running into issues integrating an image with content and automatically integrated background colors. Currently my style sheet has the following definition: [CODE]body { background:#657491 url("http://www.baylor.edu/content/imglib/144243.gif") no-repeat top; margin: 150px 10px 10px 10px; font-family: verdana, arial, helvetica, sans-serif; color: #657491; font-size: 11px; }[/CODE] When I integrate my …

Member Avatar for Arkinder
0
229
Member Avatar for samsons17

hello.. i am making this website for my client...and now i am having trouble when he said that the website layout appear to be messy a little bit in his computer. He is using mac book to view it while i am using just the normal windows pc. The problem …

Member Avatar for almostbob
0
130
Member Avatar for jemz

Hi, Can you help me please, I am just a beginner in making website..my problem is when i use the ctrl+mouse scroll just like when you zoom-in or zoom-out your webpage, my webpage will be destroyed the background of my website will go to left side if i will zoom-in …

Member Avatar for jemz
0
83
Member Avatar for muppet

I'm running a webpage dashboard on a TV on the production floor of our factory so workers can see their live uptime, scrap etc. I need the page to refresh when new data is available. I want to load a page in a hidden iframe every x seconds, if the …

Member Avatar for muppet
0
166
Member Avatar for samsnov

my shortcut link icon is not appearing at the tab window when the window is open, I dont know what is wrong,I have the icom in my graphic file named (image),and I named the icon (favicon), do i have any thing to do with css,below is how I typed the …

Member Avatar for almostbob
0
80
Member Avatar for waluigi

Hi, my problem is that I've got menu and want to have separators beetwen every <li> [CODE] ul#nav li { display: inline; font-size: 1.3em; background: url(img/2/separator.jpg) right no-repeat; padding: 10px; } [/CODE] but when I add [CODE] ul#nav li:first-child { background: url(img/2/separator.jpg) left no-repeat; } [/CODE] it shows separator only …

Member Avatar for ko ko
0
77
Member Avatar for virtuemart
Member Avatar for Dannis86

Hello everyone, Just yesterday I was talking with my dad about illegal software. And we were asking ourself, if you have a company for webdesign/webdevelopment there are alot of tools like photoshop,artisteer,fireworks and name it. These are all tools that are very expensive, and it is illegal to use them …

Member Avatar for WebStudio Pros
0
126
Member Avatar for chris_j_haines

Hello people I have been learning HTML/CSS and PHP for some time now, I am getting alot better with the coding side of things and I am slowly developing. I am now geting to the point where I can do the coding side and layout in CSS but the pages …

Member Avatar for WebStudio Pros
0
232
Member Avatar for extemer

hi i want to move my image.i have selected a image of key and i want it to move like in x and y rotation e.g in the direction we open the key i have tryed it but not working...help please

Member Avatar for WebStudio Pros
0
67
Member Avatar for art_wired

Checked the images on this Nike site today [url]http://www.nikebetterworld.com/[/url] and found they were using multiple images at 1000 + kb per image and the site loaded lickety split!! How is this possible??!! I would love to be able to do this but am having trouble uncovering the info for how …

Member Avatar for art_wired
0
239
Member Avatar for karthik_ppts

Can we use 'min-height' property in <table> tag? I used but its not working any suggestion?

Member Avatar for karthik_ppts
0
112
Member Avatar for pjrey

[url]http://naniboujou.com/index_pr.php[/url] my div for the logo is: [CODE]div.nani-logo { position:absolute; left: 560px; top: 28px; z-index:2;[/CODE] and my code is: [CODE]<div class="nani-logo"> <img src="images/headdress_title_red.png" width="234" height="299" style="border: 0px;" /> </div>[/CODE] how can i have the image always show up in the top right corner (on top of the top right corner …

Member Avatar for pjrey
0
115
Member Avatar for sandysans

Digital art, and specifically the art of 3D, is still in its infancy compared with traditional forms of art. The landscape is constantly changing, and as a 3D artist, you have to change him. Maybe, someday, your creations will mold the future of art in 3D. Let's get started! Here …

0
110
Member Avatar for hbnguy

[url]http://hbndev.com/ValentinoConstruction/Joomla/[/url] (it staicases in ie7 only) Any help is really helpful

Member Avatar for shiva07
0
60
Member Avatar for WoW Me Web Girl

Hello everyone. Can someone please help me. My site looks great in Firefox of course.But for some reason in IE all my header words disappear. check it out its [URL="http://www.wowoutreach.com"]http://www.wowoutreach.com[/URL] i have know idea whats going on. i have three style sheets. Reset.css Layout.css and Style.css . I checked them …

Member Avatar for WoW Me Web Girl
0
107
Member Avatar for RJFoster79

[b]Index.php[/b] [CODE]<?php include ('Secure_Page_Script.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Crusade Gaming | Home</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <br /> <br /> <table id="Header" border="0"> <tr> <?php include ('template/Sub_Header_1.php'); ?> <?php include ('template/Sub_Header_2.php'); ?> </tr> </table> …

Member Avatar for Jaseva
0
190
Member Avatar for hbnguy

Hi, I need help optimizing a site for IE7 the site works great in IE8 and up but, it staircases in IE7. we need to make it look properly in ie7 because that is what our clients browser is.I thank you all in advance for your help

Member Avatar for stbuchok
0
34
Member Avatar for newbie14

Dear All, I have a page here [url]http://183.78.169.53/tyre2/page2.html[/url]. My only problem is that all the centre T-join I would like to link them together but there is space appearing between them. Any idea how to remove the space such that they appear as joined.

Member Avatar for newbie14
0
115
Member Avatar for jaycastr

Hey guys, I am trying to write a page that has a main horizontal navigation bar and a vertical sub navigation bar. My problem is that the selector(a, il, ul ...) in CSS is effecting both bars. How do i separate the two. Here is my HMTL section for the …

Member Avatar for jaycastr
0
1K
Member Avatar for emulman

The following little page shows 5 DIVs in the same page, everyone with it background-image, but nothing is shown!!! Why? (the images are in the correct path) [CODE] <!DOCTYPE html> <head> <title>Test</title> <link rel="stylesheet" type="text/css" href="../css/divs.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="container"> <div class="erba"></div> <div class="cordolo"></div> …

Member Avatar for Skorpio07
0
152
Member Avatar for ddemesa

Hi guys, Just need help on this one, The page I'm developing is gonna be uploaded using DART for publishers when done but when tested locally using Safari 5 on a mac desktop instead of playing the video, it shows the HTML tags on the player, been looking for answers …

Member Avatar for stbuchok
0
92
Member Avatar for newbie14

Dear All, I have site here [url]http://183.78.169.54/v3/addDriverTabNoDb.php[/url]. The problem on default if you the Driver Details tab highlighted then you can press the pick button on date of employment. Then you can click on the Driver Licences tab and pick either License Expiry Date or GDL License Expiry Date. You …

0
61
Member Avatar for Julietta

Hello. Currently I am using XP and I wanted to save a CSS-file, yet I cannot save it correctly which results in the fact that I cannot properly link to it, meaning that every style I try, will not be accomplished. Can anyone help me? I'm grateful for any reply.. …

Member Avatar for Julietta
0
182
Member Avatar for TheNinjaForce

I am trying to get my Logo to work right on my website and it wont resize right at different zooms. Like I went into my internet browser at 100% 75% and 150% and none of them looked right what could I be doing wrong. (I am using dreamweaver.) [url]www.theninjaforce.com[/url]

Member Avatar for TheNinjaForce
0
206
Member Avatar for vectro

I can't find a section related to .htaccess, so I'm posting this here. Bing is going crazy trying to index proxied pages from PHPRoxy. With Glype, it's easy to exclude browse.php in robots.txt. However, PHPRoxy doesn't use browse.php. It uses index.php. For example: /index.php?q=aHR0cDovL21pbmRjdHJs I know it's possible to include …

Member Avatar for pritaeas
0
80
Member Avatar for jamojo

Hello Everyone, Below is the html page I created where there is a div container. In the div container, there are 4 divs with textboxes. The div container with is 100%. But when I resize the browser, the 4 divs overlapses. What would I like to do is to have …

Member Avatar for Skorpio07
0
144
Member Avatar for wilko1995

Hi all, I want some help with this code, the problem is that the content and menu are stretching all the way to the right... but should be centered. [CODE=css]/* BEGIN BASIC FORUM STYLES */ body { background-color: #4E4E4E; text-align: center; /* make sure IE centers the page too */ …

Member Avatar for Skorpio07
0
205
Member Avatar for dineshswamy

i have an web project asssigned in my college . it is just to create a website to host events , such as quiz , puzzles , basically a website that has a functionality like topcoder.com. Im totally confused what tool to be used . i know php better. but …

Member Avatar for aerofly5
0
130

The End.