10,650 Topics

Member Avatar for
Member Avatar for tweets23

How to use macros in html . I do not want to re-write a part of html code in many pages. any way to use modular kind of programming in html. Thx in advance.

Member Avatar for drjohn
0
69
Member Avatar for cloud02

Hello, I just wanna ask if web designers need to master programming like java, C++ etc? coz I'm not good at it, I Mean really suck at it no matter how hard and long I practice it I just dont get it and when I do I forget in a …

Member Avatar for Rashakil Fol
0
174
Member Avatar for varoluscu_prens

Hi There; I try to design a web site. There are many pages in my web site and I linked them altogether. But there are constant buttons must be existed in different pages. I mean there are buttons namely, "Home" , "About" .. vs in different HTML pages . I …

Member Avatar for ckchaudhary
0
120
Member Avatar for Vanquish39

Hi guys I'm new to html and css and would like to know how to create something like the picture. Basically I need to create any image and add a number to the top right corner via a function. If there are examples please do share. Note: this is not …

Member Avatar for Commando112
0
112
Member Avatar for OlyComputers

I have a website with a lot of information and a design that needs a relatively high screen resolution. I'd like to be able to create an innitial page with a redirect to send mobile browsers to a streamlined m.olycomputers.com page with just rates and contact info, in a resolution …

Member Avatar for ifuschini
0
929
Member Avatar for divin757

I want to have an iframe expand and center on the screen when a button is clicked. This would be similar to creating a lightbox for it but I dont want to have the content in the iframe reload. I have found solutions that can resize an element but it …

Member Avatar for drjohn
0
153
Member Avatar for Q8iEnG

Dear all, I've been working on this template for a an non-profit society. Everything seems fine with me I edited like tons of the code, sadly, one thing annoyed me a lot and couldn't be able to solve it yet. The problem is in the top menu, when you hover …

Member Avatar for Q8iEnG
0
255
Member Avatar for davy_yg

style.css [CODE] #AboutNav a:link{ background: url(images/About/AboutNav.png); width: 100px; text-decoration: none; color: black Arial, Helvetica, sans-serif; font-size: 12px; padding: 10px; } #AboutNav a:hover{ background: url(images/About/AboutNavHover.png); width: 100px; text-decoration: none; color: black Arial, Helvetica, sans-serif; font-size: 12px; } [/CODE] page-about.php [CODE] <div id="AboutNav"> <h3>About</h3> <p style="border-bottom: 1px dotted #787878; width: 230px;"></p><br /> …

Member Avatar for davy_yg
0
103
Member Avatar for fredy91

Hy all, I am still newbie in web developing here my problem, I using .htacces to change the url of my website the url have changed but the problem the css file is not loaded here is my .htacces file [CODE] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond …

0
66
Member Avatar for Ismatus3

Hello everybody , I'm just asking for how to have two background images in html , the problem is that i need two different caracteristics in css . the first one is defined as : html : [CODE]<body> <img id="arriere" alt="" src="water.png" /> <h1>Mon super site</h1> <p>Pour le moment, mon …

Member Avatar for Ismatus3
0
135
Member Avatar for Ismatus3
Member Avatar for lps
0
57
Member Avatar for MattWhitehead__

Hello, I'm having trouble with a webpage that has multiple CSS. The issue is the jQuery on the page, which doesn't work. The page I'm trying to get to work; [url]http://www.sahara-online.co.uk/demo/News.htm[/url] So does anybody know what to do? - some help would be much appreciated. Thanks Matt.

Member Avatar for ctaylo21
0
212
Member Avatar for Ismatus3

hello , i just have a problem as show this link : [URL="http://jsfiddle.net/87cem/7/"]http://jsfiddle.net/87cem/7/[/URL] , the images don't have the same limits , how can i have a page without scrollbar plz , with fixed width ? thank you .

Member Avatar for hericles
0
57
Member Avatar for Pankti Desai

I am looking for a way to achieve the layout shown below using CSS or any other method that can accommodate the design and implementation. The "top" portion is a fixed area. The "left" area will be a list of text links that target to the "main" area.To be more …

Member Avatar for Philippe.Lahaie
0
109
Member Avatar for Sam367

How can i create those linear and boxes like for example with this: [url]http://www.neurophys.wisc.edu/comp/docs/ascii/[/url] With the text inside of it properly aligned?

Member Avatar for jorik
0
70
Member Avatar for davy_yg

How to change the search text font ? search.php [CODE] <font color = "#A9A9A9"> <form action="<?php echo home_url('/'); ?>"> <input type="text" class="searchbox" name="s" value="type keywords" onFocus="if (this.value=='type keywords')this.value='';" onBlur="if (this.value=='')this.value='type keywords'" /> <input type="image" src="<?php echo get_stylesheet_directory_uri(); ?>/images/searchbutton.png" class="searchbox_submit" value="" /> </form> </font> [/CODE] This does not work. So how …

Member Avatar for jorik
0
69
Member Avatar for Transcendent

How do you create box with like this with things in inside the boxes? [URL="http://oi43.tinypic.com/18nllk.jpg"]http://oi43.tinypic.com/18nllk.jpg[/URL]

Member Avatar for jorik
0
114
Member Avatar for PF2G

Hi, I'm doing a website, but it's correct when i run it with mozilla if i run it with IE the content goes all to the left. Can someone help me? Thank you, PF2G

Member Avatar for lps
0
72
Member Avatar for PetesDream

Hi, I wasnt sure where to post this question.. I was wondering what is a good website template/system that provides ability for connecting buyers and sellers together? I dont mind spending the money to buy one that provides lots of bells and whistles. I really like wordpress if there are …

Member Avatar for sufyan2011
0
168
Member Avatar for jryans10

Hi, I have a wrapper and 2 divs inside which make use of the float property. When I put content inside one of the sub divs, the wrapper doesn't extend to the same size as the sub divs. Hope you can understand this. Any idea how to resolve this? Many …

Member Avatar for jryans10
0
71
Member Avatar for Cat03612

Hi, I am using Contao, which I am unfamiliar with, to make a website for my boss, and now it is published I can get it to work on every browser except IE 6 and 7. The images are coming out all misshapen... Open [URL="http://www.carolineredmanlusher.com"]www.carolineredmanlusher.com[/URL] in IE6/7 to see what …

Member Avatar for hericles
0
156
Member Avatar for Philippe.Lahaie

hello, i figured this forum was more appropriate for this thread than the javascript forum, here is why : my javascript is functionnal, and does not set/change css rules of the objects i manipulate. But here is my problem, i have 2 dynamic listbox (selects with size 10ish) with 4 …

Member Avatar for Philippe.Lahaie
0
173
Member Avatar for mehgcap

Hi all, I am relatively new to css. I have volunteered to help a small organization with their website, and I found what they currently had to be very out of date and not at all modular (for instance, their main nav menu was replicated in every site page, instead …

Member Avatar for simplypixie
0
186
Member Avatar for millsy007

Hi I have an excel spreadsheet I want to query online where a use inputs parameters and the relevant data is then shown, what is the best method/tools for going about this? Thanks

Member Avatar for Dandello
0
530
Member Avatar for davy_yg

style.css [CODE] #container { background: url(images/header.png) top repeat-x; color: black; padding: 0 0 31px 0; } #header { width: 961px; margin: 0 auto; position: relative; overflow: hidden; } [/CODE] header.php [CODE] <div id="container"> <div id="header"> <ul id="nav"> <li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></li> </ul> <ul id="topcorner"> <li><a href="#">Career</a> | <a href="#">Mail</a></li> </ul> <div …

Member Avatar for teedoff
0
112
Member Avatar for PF2G

Hi, I have a text that was suppose to be black, but i don't know how the text is white: [code=css]body { background:#FBFAF5 repeat-x top left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #666666; margin:0 auto; } h1 { } h2, h3 { margin-top: 0px; } …

Member Avatar for floatingDivs
0
116
Member Avatar for brynFlew

Hello, I have 3 boxes on my website one 20x20 one 42x42 and the main picture which is 120x120. Images that are over 1mb cause the web site to load very slowly and i don't want to restrict the user to have to make a custom profile picture they should …

Member Avatar for brynFlew
0
132
Member Avatar for riahc3

Why does IE still cache pages even if I tell it not to using "Cache-Control","no-cache" (Im doing this in a servlet so Im sending "no-cache" to "Cache-Control". In order words: Cache-Control=no-cache) "cache", "no-cache" Firefox, Chrome, Safari, my Android browser (Chrome), ALL of them dont cache the page expect IE. Why???

Member Avatar for riahc3
0
88
Member Avatar for davy_yg

style.css [CODE] #header ul#nav { float: left; margin: 0 0 0 24px; background: url(images/navbar.png) top; padding: 2px 0 2px 0 0; width: 1000px; } [/CODE] header.php [CODE] <div id="container"> <div id="header"> <ul id="topcorner"> <li><a href="#">Career</a> | <a href="#">Mail</a></li> </ul> <div id="search"><?php include('search.php'); ?></div> <ul id="nav"> <li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></li> </ul> </div> …

Member Avatar for davy_yg
0
116
Member Avatar for Down2Skills

Hey, i need help with webpages resizing so it fits all browsers/screen sizes, This is my front page of a website, those images are sliced so i get confuzed how to do it all. [CODE]<html> <head> <title>new size</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../site_layout.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFFF" leftmargin="0" …

Member Avatar for Down2Skills
0
112

The End.