|
About 16356 posts are found about "webpage borders".
23655 bytes I think the subject line explains it all. Im having trouble aligning my rollover images in my table. I want them one right underneath the other but they dont turn out that way. Here is the link to the site http://webpages.charter.net/hallowedwarrior/main.html This on the other hand is the HTML code: ---------------------------------------------------------------- <html> <head> <!--Code generated by Cool Web Scrollbars from Harmony Hollow Software--> <!--http://www.harmonyhollow.net--> <STYLE ... 2934 bytes Hello friends, i have a website and i will like to create border around every image in the site, am aware i can use CSS but i dont know how to go about it. kindly tell me how to code it and apply it. regards img { border:2px solid #fff; } Change the width, type and colour to how you want it CSS automatically targets all images on the website using the img selector. Your HTML will look like this: <img src="" /> And your CSS will follow with this: img{ border:2px solid #fff; } Note the red selector in the ... 685 bytes How do you make the tabs or cool borders that are made in www.skinbase.org? How to you make it so the border wraps around the text? It is not all an image! Is it HTML, XHTML or some other programming language? Or is it graphics programs?? HELP! See what I am talking about! 5253 bytes I'm going nuts. I have a gradient that I want to stretch across my screen as a background for my page header and navbar, but I have this white border around my web page. I've been trying for two days to remove this. Has anyone seen this before? http://www.anewjersey.net Thanks Spoof, it worked. That was driving me nuts. simply add this to the header area of your webpage <style type="text/css"> <!-- body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px } --> </style> <style ... 7330 bytes Hi, I am having some problems with the length of my homepage. If anyone could help me to remove the bottom area it would be most helpful! -Kaden Kaden said: ↑ Hi, I am having some problems with the length of my homepage. If anyone could help me to remove the bottom area it would be most helpful! -Kaden /* CSS for Dyslexia */ /*colors fff393 light cream-background 5c0009 lighter burgandy e3ca83 medium tan 7d000c redish- h2 fff7b3 cream 385061 dk blue 901315 dk red 451b18 dk burgandy 698568 lt green-blue ... 4634 bytes I built a 100% flash site but I have a problem. My flash was built 766 x 750 pixiels. When viewed at resolutions greater than 1024x768 the webpage looks great but anything less than that it looks like @#$@. I know most people probably view at 1024 x 768. Is there anyway to auto resize based up on screen resolution or something to detect the screen size and adjust the webpage accordingly. http://www.platlimosvc.com Below is my html (index.html) for my flash movie: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML ... 3866 bytes Hello people, I have some problems with right and left blocks on my page. When I put less text in the left block the right block become taller than left one and conversely, when I put more text in the left block right one become smaller than the left one. I wanna float them together so they will have same height. Please see attached picture so you will understand everything. Hope someone can help me. Thanks. Attached Files Smaller Left Block.JPG 82.35K 6 downloads Bigger Left Block.JPG 71.35K 6 downloads ... 1746 bytes Hello, I have seen webpages that seem to have a drop shadow around their webpage. It makes the webpage look as if it is raised from the screen instead of being so flat. Can anyone tell me how this is done or point me in the right direction for learning it? What technique is use? Thanks so much there are a few ways it can be done, with either one solid image as a background, here is some free images if you are in need: http://www.allfreebackgrounds.com/borders.html (not my site) or you can do it via css , ... 987 bytes I am using Dreamweaver 8 and cannot find a way to make a borders like this page http://www.freewebsitetemplates.com/preview/hilaryduff/ What do I need to do? Please help! Thanks in advance! You mean something like this? SpooF wrote: Well that template was probably made in Photoshop and then exported out as a webpage. Most of those edges are graphics. Thats how you make rounded corners. You knew that, but I showed it to him because that kind of looks like what he wants. He can make a border just how he ... 5065 bytes Here goes I wanna know why when I edit the padding on one of my container divs that all the others just react and is there a better way to lay this design out? My menus go moving about and I'd like a background picture I have not to react to otehr content but still stay in the overall main container. Example: Example Site <style type="text/css"> <!-- * { margin:0; padding:0; font-family:Tahoma, Geneva, sans-serif; font-size:15px; } body { background-image: url(images/bgx.png); background-repeat: repeat-x; ... 22549 bytes Hello all. Could someone please explain to me why my latest webpage is not showing up on my clients computer? This page works on 2 of the 3 computers in my house. The problem is in showing the .jpg. The table and links show up. Here is my simplified code <table width="700" height="" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="30" colspan="2" align="center" class="black-medium"> </td> </tr> <tr> <td width="116" height="" align="left" valign="top"><?php include ... 5642 bytes Please help: I am new here.. well i am trying to add a .swf to my web.. I don't know who to do that. I know that i have to generate come codes.. well here are the codes. <p align=center><a rel='nofollow' href="??"><img border="0" src= "??/matrix.swf"><a/> <br><br> <p align=center><a rel='nofollow' href="??"><img border="0" src= "??/matrix.swf"><a/> <br><br> how can i do this.. ?? represent my web address Thanks This is what you do. When you are using Flash. You are working on a .fla file. If you export ... 3834 bytes I'm trying to include a QuickTime clip into a webpage and not getting far with it. The code I got from an online generator is this: <!-- begin embedded QuickTime file... --> <table border='0' cellpadding='0' align="center"> <!-- begin video window... --> <tr><td> <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="500" height="285" codebase='http://www.apple.com/qtactivex/qtplugin.cab'> <param name='src' value="ita3d_demoreel_2004-2006"> <param name='autoplay' value="true"> <param ... 5604 bytes Hi Everyone. I am currently writing my first website. I am having a bit of a problem with frames. I have a homepage that links to four pages. One of these four pages is split into two frames. There is a sub-menu page at top, and the lower frame will open what is selected from the sub menu. The top page also has a back button and links to the other three main pages. The problem is, when I choose back, or another page, only the top frame goes back, so the pages that should be full screen are not, they are ... 7689 bytes I have several hr's on a webpage and are styled as follows: <hr color="#990000" size="0.5px" width="600px" /> This works fine and displays as I want it. However, when I run it through an HTML validator, I get these errors: Line 143, Column 20: there is no attribute "color" <hr size="2" color="#990000" /> So I created a div id in my css file: #hr { color: #990000; size: 0.5; width: 400px; } Html: <div id="hr"> <hr> </div> Doesn't work. Also tried class, no joy. In addition to getting the first error I also ... 6748 bytes Hello, I am going crazy trying to work out what might be wrong with my code. I have a page, See: http://www.hempnallvillage.co.uk/ which appears beautifully in Firefox and in IE 7, but in IE 6, the layout goes a bit "up the shoot", in that it seems to drop the right-column below the left-column. Here is a (poor) screen shot of the display in IE 6. ---> http://www.hempnallv...css_problem.htm Following code is the CSS. Can anyone suggest a solution? I'd be immensely grateful! body {font : normal 12px/1.6em ... 4074 bytes I'm having trouble with a table I've created in a webpage. I've inserted an image , and I was trying to enlarge the image to the border of the table but it keeps the same blank area around the image. As in , its maintaining the same ratio as I go larger or smaller. Can anyone suggest a possible solution to this problem? I'd like to have the picture take up the entire cell of the table. link, please. try adding the image as a background I don't have a link to it , as its still not a live webpage but just ... 3930 bytes I just noticed an issue I'm having related to the content on almost all the pages on my site. I have the code below for the body and the #page div. The #page div is supposed to be like a wrapper that encompasses everything. I just tried putting in a border (border: 1px solid #FFFF00 for the #page div so I could see how everything lined up within it (since I have the same background-color for the body and the #page div I can't normally see this). When I added this yellow border, I found only one page where ... 8518 bytes hello i'm newbie here, i have a question? anyone have idea to protect a website by using save as? because i experienced this in one website i visit ut i forgot the name of that site, i'll try to save this site, it returns me an error, "Webpage could'nt be save". so if u have any idea about the code of this kind of website.. can u share with me? thanks in advance! musik wrote: there is one which disables right hand clicking where people could normally save your images etc - you can get a script for that ... 1178 bytes I recently begun working on a webpage through Fireworks (.png), which I then exported to Dreamweaver (as HTML and images). My problem is the following: I split my "site" into two frames, divided horizontally. The top frame has the navbar and what not, while the bottom displays the content. Despite having put all the frameborder, frame and margin attributes to "0" or "No" (I tried both), when I previsualize my webpage on my default browser (IExplorer), there is a 1 pixel, white horizontal line dividing my ... |