10,650 Topics
| |
Hi, I have a question.I have a folder called Web Site.Inside it I have 2 folders n.1 and n.2.Inside folder1 I have a page called index.htm.Inside folder2 I have a page called home.htm.How do I link index.htm with home.htm and viceversa? I appreciate your help thank you. | |
Can anyone tell me what is making my website load so slowly? My url is [www.beatlesongprofiles.com](http://www.beatlesongprofiles.com). I would really appreciate some insight into this issue. What can I do to make this site load faster? Thanks! | |
Okay first hi people in back from the dead lol :) I've got this problem u see I'm using class As I'm making a navigation bar . but the problem is the bar is not being formatted here's my code : | |
Hi, I have 2 web sites I created using Expression Web 4. One uses a dwt and the other a Master Page. On both sites I put a pdf file in a content page. They display and open great but they cover the drop downs on my menu. I have … | |
Please comment on the following very simple css stylesheet, especially with regard to what essential elements and tags are missing from it. body { background-color: #00008b; font-family: sans-serif; } div { background-color: #7fffd4; color: #00008b; padding: 3%; margin-bottom: 3%; height: 100%; width: 94%; } .title { font-size: 300%; text-align: center; … | |
Hello, I have created a custom CSS file for WebKit which I have attached to my browser. I am using webkits -webkit-transform: scale(2) to webpages which works exactly how I wanted it too. However for some reason when this css is attached to my browser and I go to skydrive.com … | |
Hey guys. I need your help with mod rewriting I'm trying to rewrite http://site.com/#article http://site.com/#comments http://site.com/#movie to http://site.com/?id=article http://site.com/?id=comments http://site.com/?id=movie | |
The site I have built features a left sidebar carrying links and announcements etc., and a main content page beside it. Sometimes the sidebar is longer than the content but more often the sidebar is much shorter. I need CSS/HTML to always ensure that the 2 page elements are the … | |
Hello, is there any reliable tool which can help save a website's folders and files on a pc for offline use? I've tried HTTrack but it does not save all the folders for the website i want to have offline... | |
hello to every one, i have to open a full screen image light box automatically before my index page open. if i close that image the usual page will have to display(its html css site)......how can i do that ...please help me friends | |
Problem: There is space gap between the rows, in its output: Goal: I want to reduce the gap, so it will show the normal format /* CSS */ .spantxt{ display: table-cell;} .dotuline{ display: table-cell; border-bottom-style: dotted; border-bottom-width:2px; } .box{ width:700px;height:700px;padding:30px;border:1px solid black;margin:1px;display:table;} <div class="box" align="left"> <table width="100%" border="0" > <tr> … | |
loop through javascript show and hide div | |
Hi all, I am having a few problems with a css. Basically in my conditional css I need to target IE9 and below (IE9 included). Now, I have this: <!--[if IE 9]> ... <![endif]--> and <!--[if lt IE 9]> ... <![endif]--> Can I combine them together somehow? thanks | |
| |
I made three image hotspots on an image called Tab1. I want to click on each of them so it shows an UI next to Tab1. I used the jQuery example off their website since it's close to what I want, but what do I do when I want another … | |
**Hi, I like to develop a mobile website of my current desktop site.I saw there are couple of online tools to convert an existing website to mobile site.But i want to know is there anyway to develop a website by my own? ** | |
Hi all, My borders aren't showing up but my CSS looks fine. I'm confused. My code: /*head*/ #banner { border:1px solid #000; } /*body*/ #claim_form { float:left; } /*right banner*/ #info_panel { float:right; width:200px; } #login { border:1px solid #000; } #login h2{ text-align:center; } #login .submit{ text-align:center; } #introduction … | |
Hello I have this drawing program on a canvas and when it is on the top left corner of the document, when I move the cursor over the canvas and it previews the point Im going to click it is perfect. But when I move the canvas (say 5 pixels) … | |
Hi all, I'm trying to align a table centrally within a div and/or fieldset. I've tried various things but I've not had any luck so far. I've been trying #mydiv table { marging-left:auto; margin-right:auto; } but it hasn't shown any effect, thought this is the suggested method according to the … | |
hi guys, im using this CSS code to create a page like an A4 size paper .box { width:700px; height:700px; padding:30px; border:1px solid black; margin:1px; display:table; } my problem is: when i print preview, even if i set settings of printer to reduce and fit, still it makes 2 pages, … | |
"[B][U]What is Link Building in Search Engine Optimization[/U][/B] ..? " Hellow friends,, I want to SEO link building service an effective way to improve the ranking of your website on search engines. How to effect in my web link building . HELP me ,,,...!! | |
I've looked at a few of timelines online, but does anyone where i can find a tutorial to build something like this: http://www.oxfam.org.uk/what-we-do/about-us/history-of-oxfam | |
Please note I AM not a programmer, i run my own company. trying to built calculator by myself. I have software background but someone helped me write this code. Its working but not showing the calculations. If someone can reply me with solution or new code that will be great. … | |
I can expand the picture, but I need the border only to expand. <!doctype html> <!-- mystery3.html --> <!-- This page changes an image border on button clicks. --> <!-- =================================================== --> <html> <head> <title>Mystery Image</title> <style type="text/css"> .border-style1 { border-style: solid; border-width: 4px; } </style> </head> <body> <div style="text-align:center"> … | |
Trying to have 2 buttons, one to add a border, one to remove the border when they're clicked. This is what I have so far, not sure where to go from here, would appreciate help. <!doctype html> <!-- mystery3.html --> <!-- This page changes an image source on button clicks. … | |
Help me again!I won't forget your grace. how to make header bar as http://www.harobikes.com/bmx/ | |
When moving a wordpress site from one host to another is it necessary to download the old wp-config.php (the correct the path to find the new db user/ url etc) in otherwords, my question is this: is there stuff on the old wp-config.php (other than define db, define db user, … | |
I have a html with a checkbox and 3 radio buttons. I want to disable and deselect all radio buttons when the checkbox is unchecked, and select the first radio button when checkbox is checked. I have the below code but it does not seem to be working. //html <input … | |
I have a search form with only one text field. The problem is that the width of that `text field` is not same. the style is form#index-table-form input[type="text"] { width: 106px; height: 24px; position: absolute; outline: none; right: 0; top: 6px; border: 1px solid #3772af; padding-left: 6px; padding-right: 24px; font-family: … |
The End.