7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for penguino138

Ok so I'm transferring a website for my mom and i got an error in the main page's coding, but I can't figure it out. It said it was in line 3. [CODE] <!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" xml:lang="en-gb" lang="en-gb" > <head> <meta http-equiv="content-type" content="text/html; …

Member Avatar for Kraai
0
450
Member Avatar for scarcella

Hey Guys, i am having trouble placing this image over a youtube video, I want the .youtube_hat to be displayed over the youtube video in the top corner. So could anyone please help me!! The HTML [CODE]<div class="youtube_area"> <div class="youtube_hat"></div> <div class="youtube"> <iframe title="YouTube video player" width="450" height="258" src="http://www.youtube.com/embed/B-1Xqnx-KCw?rel=0" frameborder="0" …

Member Avatar for scarcella
0
154
Member Avatar for mrjoli021

I have a jpg image and when i do [CODE]<img src="images/logo.jpg" />[/CODE] it doesnt show up. if i put another jpg and call it logo.jpg it does. What could possibly be wrong with this jpg that html doesnt like it.

UI / UX Design html-css image web-design
Member Avatar for digital-ether
0
141
Member Avatar for jojajojango

hi im reletivly new to html/css/xml been studying and reading just wondering if anyone had any ideas of some sort of practice i can do to practice some of the things i have learned.... any ideas from anyone would be great... i do things here and there .... maybe a …

UI / UX Design html-css web-design xml
Member Avatar for jalarie
0
67
Member Avatar for Dean_Grobler

Hi there, I would just like to know if anybody here knows of websites that offer royalty free photos? Free, royalty free photos. I've looked at sites like iStock.com but one still has to pay like $1 or something stupid, otherwise the photos has ugly iStock watermarks over... Looking for …

UI / UX Design image multimedia web-design
Member Avatar for Anna Hussie
0
151
Member Avatar for annabananah

I am very inexperienced, and am attempting to center the spices that I make in PS using Dreamweaver CS5 for a simple web page. I have tried implementing different types of code that I have found through hours of searching Google and this website, however I do not think that …

UI / UX Design html-css web-design
Member Avatar for Joebhoy Designs
0
79
Member Avatar for disposable_zero

As I always mention I'm pretty new to web design and I'm kinda learning as problems present themselves. The one I've run into today is creating a, for lack of a better word, "offical" download button. I found when using an upload script: [CODE]<form action="upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="ufile" …

UI / UX Design web-design
Member Avatar for Joebhoy Designs
0
92
Member Avatar for Pado

Hi, I'm having a problem with viewing my website at the school I work at. Internet Explorer doesn't want to show it. I don't have this problem at home or on other computers. Could there be a security issue that is blocking it? I can understand IE not showing the …

UI / UX Design flash ui-ux web-design
Member Avatar for Joebhoy Designs
0
92
Member Avatar for brynFlew

is it possible to create a table inside a html dropdown ? sort of like this(doesnt work) [CODE]<select style="" name="test" id="test" param=test> <option name="scrapCode" id="scrapCode" property="scrapCode" param="scrapCode" value=""> <table> <caption>Animal groups</caption> <colgroup> <col span="3"/> <col class="alternative" /> </colgroup> <tr> <th>Apes</th> <th colspan="2">Cats</th> <th style="background: #ddf;">Dogs</th> <th>Lemurs</th> </tr> <tr> <td>Gorilla</td> <td>Tiger</td> …

UI / UX Design web-design
Member Avatar for brynFlew
0
276
Member Avatar for Dean_Grobler

Hi there, Just want to find out what the "standard" size would be for a background image that I'm planning to use in my site. The backround image will be fixed. Thanks guys,

UI / UX Design image ui-ux web-design
Member Avatar for Kraai
0
153
Member Avatar for ndiiie

Hi all, I want to ask how to fit the image as background of one cell in a table? Here is my snippet code: [CODE] <table border ="0" cellpadding="2" cellspacing="4"> <% for( .... ){ %> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td>In this cell I want to add the image …

UI / UX Design image web-design
Member Avatar for ndiiie
0
60
Member Avatar for Arjun_Sarankulu

I have created a HTML Page With Three images Follwing is my code [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style9 { font-family: Arial; font-size: 12px; } .style10 { font-size: 11px; color: #FFFFFF; } .style12 { font-family: Arial; font-size: 11px; color: #FFFFFF; } .style13 …

UI / UX Design html-css image web-design
Member Avatar for RoyalElite96
0
105
Member Avatar for dornaled

i creat a footer on my site so tell what can i do and what method try to creat a footer help me. thanks and advances.

UI / UX Design multimedia web-design
Member Avatar for beaut
0
111
Member Avatar for Cece Skies

Hello! This is my first post and I would like to say hello! I am working on a web page and I would like to know if it IS possible to have images added to the padding aspect of the page. For instance, let's say I have a page that …

UI / UX Design html-css image web-design
Member Avatar for Cece Skies
0
87
Member Avatar for mikes1471

Hey everyone, I was just wondering how web developers use oversized text fields in forms, is it simply to increase the height of the text box and the input text is large as a result of a CSS definition?

UI / UX Design web-design
Member Avatar for mikes1471
0
55
Member Avatar for harveylester

Hi guys, I recently paid for a Wordpress theme, which I intend to customize extensively, but I've run into an issue that I've never come across before. I'm not a complete newbie but since I've never had this problem before, I don't know where to begin or what might be …

UI / UX Design web-design wordpress
Member Avatar for harveylester
0
97
Member Avatar for McLaren

Hi, this is weird. I copied a website my computer from ftp, then to the other folder of my computer. Try to go to localhost/darzelis - and see a content without styling. Checked google chrome console: Resource interpreted as Stylesheet but transferred with MIME type text/html. FreshMedia.css:-1 When I view …

UI / UX Design html-css web-design
Member Avatar for McLaren
0
162
Member Avatar for Altairzq

Hello, I have this simple layout: [url]http://www.jahosapstot.cat/test/test.html[/url] As you can see the vertical div ("col"), wich is set at height 100%, is longer than the viewport, making the scroll bar to appear. This does not happen if the horizontal div ("menu") does not exist (it adds the "menu" height to …

UI / UX Design html-css web-design
Member Avatar for socr18
0
226
Member Avatar for debasishgang7

I am Trying to design a footer which will Always be in the center bottom of a page.The dynamic page i am working with is Extending as visitors are posting new comments.And after a certain time the footer is getting overlapped by comments posted.How can i design a footer which …

UI / UX Design web-design
Member Avatar for teedoff
0
118
Member Avatar for Fortinbra

I have a question about logical search layouts. I'm currently rewriting an existing web application that tracks issues for our production product. The existing layout has all the criteria items in a table at the top of the page, buttons in a row that is centered directly beneath the table, …

UI / UX Design ui-ux web-design
Member Avatar for Fortinbra
0
160
Member Avatar for Dean_Grobler

Hello, I've attached an image of a layout for a site that I designed in PhotoShop. If you look at the Navbar you'll see that I've gave it a 'glossy/glasy' effect. Im new to web development, but I know there is no CSS on the planet that can do that. …

UI / UX Design web-design
Member Avatar for Dean_Grobler
0
146
Member Avatar for 3825

Quick question about &nbsp; vs + in scripts: What is the advantage of using [ICODE]<iframe frameborder="0" width="480" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&foreground=%23C2E165&highlight=%23809443&background=%23232912&hideInfos=1&animatedTitle=You+will+know&wmode=transparent"></iframe>[/ICODE]. [ICODE]<iframe frameborder="0" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&amp;foreground=%23C2E165&amp;highlight=%23809443&amp;background=%23232912&amp;hideInfos=1&amp;animatedTitle=You&nbsp;will&nbsp;know&amp;wmode=transparent" width="480"></iframe>[/ICODE] Does it matter at all? Could the embed code generator have used &nbsp; instead? It is nothing urgent. I just thought it would be nice to …

UI / UX Design web-design
Member Avatar for abelLazm
0
115
Member Avatar for WigglesMcMuffin

Probably a simple mistake of not knowing all tags and attributes involved. I have a HTML page linked to a CSS file (I know it works, cause I can change things like background, and heading size, etc). When I try to create a navigation bar however using [CODE=css] #navigation { …

UI / UX Design html-css web-design
Member Avatar for WigglesMcMuffin
0
147
Member Avatar for Viruthagiri

Ok guys have a look at this page. [url]http://bit.ly/eO0Iys[/url] It works fine in all browsers except google chrome. In google chrome the whole page shifts 20 pixels and back normal while loading. Any idea why it happening? I would appreciate if you give me the solution. Thanks

UI / UX Design web-design
Member Avatar for Viruthagiri
0
131
Member Avatar for littlemt

Hi, I have a web page created in Dreamweaver CS4. I have an image header that I have made work through CSS. The header looks great in the browser and in live view. Can't see it at all in Dreamweaver design view. I want to make a hot spot, but …

Member Avatar for smrprojects
0
937
Member Avatar for KadajXII

Dear Pros, Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give …

UI / UX Design html-css image web-design
Member Avatar for KadajXII
0
148
Member Avatar for disposable_zero

I was screwing around doing some brain storming on an idea for one of my web pages when I accidently hit save. That wouldn't be an issue except it saved the changes I made to my style.css as well! Now all my text is the wrong size and is drifting …

UI / UX Design html-css web-design
Member Avatar for disposable_zero
0
86
Member Avatar for maxelcat

Hi I have a client for who has a html/css site. He now wants to add a video background to the whole site, that scales to fill whole screen. The video he has selected is a mp4, but even so I guess I could convert it to flv if needed. …

UI / UX Design flash html-css video web-design
Member Avatar for Kees1234
0
142
Member Avatar for w33n

Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup …

UI / UX Design web-design
Member Avatar for connect0123
0
107
Member Avatar for LloydFarrell

Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; …

Member Avatar for LloydFarrell
0
190
Member Avatar for suavedesign

Hi. I would appreciate if someone can help me. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL] There are six main tabs on the site, with padding-right on each tab, making a gray border appear between each tab. I can't figure out why the padding does not show up on the …

UI / UX Design web-design
Member Avatar for chudapati09
0
75
Member Avatar for sagive

Hey guys.. i got this kind of div structure (Hebrew website) [CODE] <div id="main" style="background: #ffffff; padding: 20px;"> <div id="sidebar" style="float: right;"> actuall sidebar </div> <div id="pagecontent" style="float: right"> some content </div> </div> [/CODE] My problem.. The contact inside the content / sidebar isn't stretching the "main" div and so.. …

UI / UX Design html-css web-design wordpress
Member Avatar for sagive
0
191
Member Avatar for disposable_zero

What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of …

UI / UX Design web-design
Member Avatar for disposable_zero
0
151
Member Avatar for Soben

[CODE] <body> <div style="height:100; width:100%; background-color:black"> hello. </div> </body> [/CODE] I want to put it in the middle of the page, how can I do it? ty ^.^

UI / UX Design web-design
Member Avatar for RoyalElite96
0
70
Member Avatar for dsmush

Hi I have been trying to remove certain items from the admin bar which appear at the top of all WordPress pages. I've managed to remove the 'visit' menu from it by reading a forum elsewhere and editing CSS but I have had no luck with researching how to remove …

UI / UX Design web-design wordpress
Member Avatar for Kraai
0
314
Member Avatar for dornaled

hi can any body defien HTML Element Syntax and whats use in webdesign. help me. thanks advanced.

UI / UX Design html-css web-design
Member Avatar for edith135
0
88
Member Avatar for debasishgang7

How can i make a div tag which will Re size vertically depending upon the Text length of the this tag..??

UI / UX Design web-design
Member Avatar for debasishgang7
0
103
Member Avatar for kajDesign

Hi, This is my first post--I'm really a graphic designer, but have been asked to do some web design. I'm amateur at best, and at worst, don't know the crap I'm doing. I'm having problems getting my site to display correctly across multiple browsers and resolutions. Though it displays correctly …

Member Avatar for essential
0
274
Member Avatar for Julia25

Ive made a simple css but i dont know why the div go down if i make the width of style #ID_Number more that 251px really weird! [URL=http://img543.imageshack.us/i/weirdk.jpg/][IMG]http://img543.imageshack.us/img543/1089/weirdk.jpg[/IMG][/URL] [CODE] <style type="text/css"> #CONTENT { height: 222px; width: 421px; background-color: #E8E8FF; } #B8 { height: 25px; width: 200px; float: left; clear: both; …

UI / UX Design web-design
Member Avatar for Julia25
0
71
Member Avatar for skald89

I have never really used tables and especially not in a css file. I just want to know the basics of tables and making them in css. Also once I do make it in a css file how do I name it so I can use it in a html …

UI / UX Design html-css web-design
Member Avatar for teedoff
0
111
Member Avatar for aqhalover

Hello! I am fairly new to HTML and CSS, and I am making my webpage. It has small table to the left for navigation and then the main table is in the middle. The main table has two columns that I made with the normal old html <tr> and <td> …

UI / UX Design html-css web-design
Member Avatar for teedoff
0
132
Member Avatar for Reliable

Good Afternoon Everyone, AM I correct in that it is ok to use event.target if the target movie is a stand alone object. But I need to use event.currentTarget if the movie clip has children inside?

Member Avatar for mouseupevent
0
108
Member Avatar for tokianuki

Hey, I have this very irritating issue which i was unable to solve for a couple of weeks. I am an amateur designer trying to design a site for my company. The problem I face here is this: 1. I create a menu within a container, with the same width …

UI / UX Design html-css web-design
Member Avatar for MagicMedia
0
149
Member Avatar for RJ_Dev

Hi All, Well this is a simple problem, I'm developing websites for a client and I send them the html/css files with the regular url's in css like this - #body {background-image: url(Images/bg.jpg);} but they send me back the css file which has a Forward Slash '/' in the beginning …

UI / UX Design html-css web-design
Member Avatar for Kraai
0
119
Member Avatar for seularts

I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust: img { max-width : 350px; height …

Member Avatar for scottloway
0
188
Member Avatar for SolidSolutions

[url]http://www.gwftn.org/frame.html#projects[/url] In the bottom left of the content of the page is a link for "virtual prayer walk". If you click on that, an iframe is displayed. In other browsers, you can navigate the iframe just fine (using the go forward/ go backward links). In IE, it does not change …

UI / UX Design html-css web-design
Member Avatar for SolidSolutions
0
168
Member Avatar for fieryidris

i spent a lot of time yesterday redoing my whole website with iframes for each section but once i put everything onto the server i found that the links inside the iframes opened inside the iframes rather than in the whole window. how do i escape from the iframe to …

UI / UX Design web-design
Member Avatar for mianovag
0
610
Member Avatar for skald89
Member Avatar for dornaled

hi If i access to a web server with PHP support what i can do so.

UI / UX Design web-design web-server
Member Avatar for christopher6
0
86
Member Avatar for Erek4

Just curious to see if anyone knows how to do the following: 1) Create a link on a webpage that will send an email. (Already Know this) 2) Put information in the body of that email. (Have an idea of how: body= 3) Here is the kicker: Keep the signature …

UI / UX Design email html-css web-design
Member Avatar for jlego
0
77

The End.