HTML - Title Glitch
Hey guys! I'm trying build a website by editing a wordpress template. At the minute, though, the title of each post, and 'related posts' which should be at the bottom of the page are dab in the middle of the post, and I can't figure out why.
Take a look he http://www.thepixelnation.net/2009/11/15/3/ Thanks. Similar TutorialsHi guys, I recently paid for a Wordpress theme, which I intend to customize extensively, but I've run into an issue that I've never come across before. I'm not a complete newbie but since I've never had this problem before, I don't know where to begin or what might be causing it, and I thought maybe you guys could help me. When I view my site in the latest version of Opera, every time I move the mouse cursor over the header div, a top margin is created (See screenshot). Does anybody know what might be causing this and how I can fix it? It doesn't happen in Firefox, Chrome or Internet Explorer. My URL is: http://www.projectdisobey.com Thanks in advance! I'm starting to develop a (rudimentary) website for my sis. I've noticed a little graphic glitch in IE only. What's the best forum to post my question? HTML? CSS? Here's the page in question: http://www.coldvalleyfarm.com/sheep.htm In IE only, at the bottom of the left row of pictures, there's a small white square with a white dot in the middle. Any idea what could be causing that? I've validated the pages, but I know IE isn't always compliant. This is with IE 7.0, btw. Thanks in advance! OK first of all this link below is of a rebuild I am doing. It is only a template and therefore; none of the links etc work and it is still in the design phase (keep that in mind). Here is the page. OK now for the issue: I am using a fixed, 3 column layout with the left and right columns being 150px each and the main content column being 700px for a total of 1000px wide. Any text etc, in the content column is spanning the full 1000px and goes under the left and right columns. You can easily see this by looking at the bottom part of the page where I have all the lyrics to "JINGLE BELLS" (just to illistrate my issue). I have scoured the HTML, CSS and javascripts on this page and cannot seem to find the mistake. It is likely a misplaced <div> tag or something. I have searched for the past 4 hours for the answer. I was hoping that someone would look atmy code and see if they can find the issue...it is more than likely gonna be one of my "blond" moments and when the answer is found I will be like....DUHHHH! Thank you all in advance. I am updating this groups old school website built with tables etc. The main images display to the left in Mozilla and centered in IE. http://www.sevenhawaii.com/ I am assuming, in this case MF is actually displaying it correctly. Does anyone have an idea of a quick fix? I haven't worked with tables in a long time. Mahalo, MJ The adage of 'give a man a fish and he'll be fed; give a man Dreamweaver and he thinks he's a designer' is alive and well with these glitches. http://www.zenarchy.co.uk/test11.htm is a design draft and there are two problems. The first is that the central span that houses 'High quality call recording software' doesn't match up to the end and sit flush. It's almost there in firefox but is miles off in IE. I'd like it to work in both. <td width="100%" height="22" bgcolor="#91a2a0"> <p align="center"><b><font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>High quality call recording software</strong></font></b></td> is the code I've identified as relevant, but opening the hood and checking the source might be wiser! 2. How do I extend the columns on either side to sit flush at the bottom against the graphite baseline? Your thoughts please (aside from get a pro to do it...) Cheers! is there a way to put a href into a title of an image? Need some info on <title>. i've noticed that when i use the <alt> tag and rollover an image the alternative text doesn't show up, it only show's up when i use the <title> tage... do i need to be using both? My title disappears in Ie, but is visible in FF. Site validates. Any ideas? http://www.apnaonline.ca Thanks, Geoserv. which file do i edit to change the title tag? lol i know i suck. Sorry that my first post on this forum is a question, but I've spent way too much time trying to figure this out on my own. What's the HTML or code to place images in the title of a webpage? As in this image... Any help you can give would be greatly appreciated!! -Matt Hello, Im tyring to create a group by box with a title identical to the attached, I cant figure out how to make this happen Can someone show me a mock up of this? Hi, I've got this issue. I've got a thumbnail of a post of wordpress on top of the title of the post. I want to so the thumbnail is to the left of the title. so its like this: ----------- | Image | Title ----------- Here is the link to the website: I tried putting in the tag align="left" to the image but that didn't make a difference at all. I would appreciate the help. Hi guys, Internet Explorer 7 is displaying my home page as "index". In my HTML code it says <title>EBC Home Page</title>. In firefox it displays the proper page name but ie does not. I have never had this problem before and im sure ie supports <title> tags as it is a major component on html. Any Ideas on why it displays the filename and not the title name i have given it? Cheers, Raggy How can I change the "e" in the address box of Windows explorer with my own icon when someone goes to my url? When I try to remove the title on the below xml code the title gets replaced with undefined on my browser? Can I just remove this title so it doesn't show up on my browser? <imageflow autoFlip="false" flipInterval="5" flipSpeed="1" useMotionBlur="false" dofStrength="2" angle="30" depth="500" spaceMain="300" spaceBack="60" descColor="0xffffff" descSize="12" hasReflection="false" reflectionStrength="20" reflectionSize="30" reflectionBackground="0" startImage="0" imgWidth="266" imgHeight="146" quality="10" fogStrength="3"> <title color="0xffffff" size="14">Red Sea Design Gallery</title> - <image url="4/dwe_logo.jpg" target="_blank" width="288" height="249">Design With Emotion</image> </imageflow> Hello HTMLforum this is my first post. I'm looking for a code that changes the title of the page constantly, like you often see on defaced webpages... Thanks Hey guys, Does anyone here know a way to get Internet Explorer to display title / alt text correctly when used for a RTL language? I can put the image in a container which has "direction: rtl;", which works in Firefox but doesn't in Internet Explorer. Any clues? Thanks! Hi everyone I have a Perl script that translates a text file into HTML table. The script works fine, it's the HTML part of it that doesn't work the way I want it. Here is the script. Code: #!/usr/bin/perl use strict; use warnings; print "Content-type: text/html\n\n"; my ($file1,$fileread1,@array1,$line1,$lastcol1,$firstcol1); $file1= '/home/yanni/scripts/testfiles/tempfile1'; open ($fileread1, $file1) || die "Could not open $file1: $!\n"; @array1 = <$fileread1>; close ($fileread1); #--> SET PAGE TITLE, POSITION & FONT SIZE print '<CENTER><STRONG><FONT SIZE="8">Blue</STRONG></CENTER>'; #--> SET TABLE TITLE print '<CENTER><TABLE BORDER="5" BORDERCOLOR="BLACK" WIDTH="30%" CELLPADDING="5" CELLSPACING="5"> <TR><TH COLSPAN="10"><H2><FONT SIZE="5">Work1</H2></TH></TR>'; print '<center><tr><th>Row 1</th><th>Row 2</th></tr><center>'; foreach $line1 (@array1){ ($lastcol1,$firstcol1)=split(/\s+/,$line1); print "<center><tr><td>$firstcol1</td><td>$lastcol1</td></tr>\n<center>"; }; ####################tempfile2##################### my ($fileread2,$file2, $array2,$line2,$lastcol2,$firstcol2); my $file2= '/home/yanni/scripts/testfiles/tempfile2'; open ($fileread2, $file2) || die "Could not open $file2: $!\n"; @array2 = <$fileread2>; close ($fileread2); #-->SET BROWSER TAB NAME print "<TITLE> TEST </TITLE>"; #--> SET TABLE TITLE print '<CENTER><TABLE BORDER="5" BORDERCOLOR="BLACK" WIDTH="30%" CELLPADDING="5" CELLSPACING="5"> <TR><TH COLSPAN="10"><H2><FONT SIZE="5">Work2</H2></TH></TR>'; print '<center><tr><th>Row 1</th><th>Row 1</th></tr><center>'; foreach $line2 (@array2){ ($lastcol2,$firstcol2)=split(/,/,$line2); print "<center><tr><td>$firstcol2</td><td>$lastcol2</td></tr>\n<center>"; }; ####################tempfile3#################### my ($fileread3,$file3, @array3,$line3,$lastcol3,$firstcol3); my $file3= '/home/yanni/scripts/testfiles/tempfile3'; open ($fileread3, $file3) || die "Could not open $file3: $!\n"; @array3 = <$fileread3>; close ($fileread3); #--> SET TABLE TITLE print '<CENTER><TABLE BORDER="5" BORDERCOLOR="BLACK" WIDTH="30%" CELLPADDING="5" CELLSPACING="5"> <TR><TH COLSPAN="10"><H2><FONT SIZE="5">Work3</H2></TH></TR>'; print '<center><tr><th>Row 1</th><th>Row 2</th></tr><center>'; foreach $line3 (@array3){ ($lastcol3,$firstcol3)=split(/\s+/,$line3); print "<center><tr><td>$firstcol3</td><td>$lastcol3</td></tr>\n<center>"; }; #print '<CENTER><STRONG><FONT SIZE="8">Blue</STRONG></CENTER>'; ######################putting the tables side by side####### print '<style type="text/css" media="screen">BODY { color:white; background-color:00100C; font-family:sans-serif; } table { border: 6px solid blue;float:left;width:400px;} table_container{width:800px;margin:0 auto;} </style>'; The HTML part of the script above it will give a title and then 3 tables side by side each one of them representing the content from a different text file. What I'm trying to do is create a new title and then produce some more tables from some other text files but when I put a new HTML title at the end of this script, the title goes above the 3rd table not below it. All I 'm trying to do is repeat the script above to translate some other text files into HTML on the same web page. Can anyone help me please? Can you change the color of the 'Title' of a page? For instance, I would like to update the title of my webpage to warn when the site is going down for maintenance, so during these times, I would like the message to be red. Thanks. |