HTML - Page Destroys On Text Size Increase
Hello, can somebody please visit my site at http://www.badminton.com.mk/, and tell me why when I change the text-size (in Firefox, as well in IE), the page loses it's shape. I'm not that interested in fixing it, as i am courious why when the text size changes, left.jpg and right.jpg (left and right of the header picture) slips down... I just can't figure that one out....
Thanks! Similar TutorialsI have created one webpage for our website. but when i view that page in a wide screen monitor, the page is alligning left. ie. right part of the screen its giving blank with black color. how to justify the webpage in widescreen. Thanks, Vinutha. I am trying to register on a website. I need to enter a username which is 12 characters long, but i cannot as the maximum character size is 10. So I got the page source code and edited the field size and made it 20 characters long. But there is a problem it checks for that whether the user has accepted terms on the previous page similar to the registeration process in HTML Forums. This is the code : please help me modify this code so that i can save it as htm and run, then register with my 12 character username. thanx I am creating a web app. that reads data from a database and then displays it on a page. I found a solution and incorporated it into my layout but it is not working technically. Even when entering data manually into the form field I get an overflow. The issue is the overflow. My table is wrapped in a div tag that limits its size to the width of its parent container, and my table has a set width. Even with all this my content will continue horizontally, almost like its reaching the width of my page (starting from the start of the table). What i would like the content to do is once it reaches the end of the div container it starts a new line in the table. I do not want to use any scrolling. Just fill my page vertically with content. Thanks! Hi, I would like to know if I can make the background image (over which I will write the content of the page) to fit the space I'm using. For example, I don`t how to explain it , but I see sites with the navigation bar image or the content image to adapt its size according to the amount of text on them. And then it seems like they are infinite, again, it adapts to the isze of the page. But my background image stays the same size all the time and I can see the end of it. I know I didn`t explain it very well but I don`t know exactly what I need to do this so, if someone could help me, thanks a lot. God i hate HTML i really truly hate it.. I am using Dreamweaver which i hate just a litte more.. Sorry for all the hate maybe you can turn it to love.. take a look at this http://www.thebollocks.org/simon/annyx/location.html in Safari it looks fine - in Dreamweaver it looks fine - in IE it looks like a dog's dinner.. i've been building websites for about 6 years and still i am nearly clueless as to how to get tables to work despite having used them a lot. I've got a book - i've tried coding it by hand - everytime i click on a part of a table in Dreamweaver it does some weird new layout - then looks entirely different in 2 browsers. I tried using CSS but the alignment tags don't seem to work so i have gone back to trying to build it old skool where JPG's take the entire space of a cell so as not to muss up the tables. Any help regarding any of this would be very much appreciated - is it just me or is Dreamweaver the most useless piece of software? - using it becomes so hit and miss - i tweak this and tweak that and when by some miracle it works for a second i save it and post it - that's the way it feels - it's gotta be better than this.. boo hoo hoo.. sandy Looking for the html code for center text, and text size. I want to center some text and increase its size from normal. Hello. I'm helping my 9yo son make a webpage, and I have stumbled across a text display behavior I don't understand. See images below. The issue is that text over a certain size does not appear correctly in IE6. The 1st image shows the file as created in Nvu, with rows of incrementally larger text. The 2nd shows the file in Firefox; each row of text is larger than the last, as it should be. The 3rd attachment shows the same file in IE6; after the 5th row, the text size remains the same. Why doesn't the text display correctly in IE6? I tried on another PC; same result. The upshot is that my son's webpage looks correct (i.e. as it looked when designed in Nvu) when viewed in Firefox, but not in IE6. Is this correctable? Thanks. How do I change the text size of a link HTML Code: <a href = "E:\Senior Project\pizza.html target="_blank" style= "color:blue">PIZZA</a> Hello, i was wondering if anyone could tell me how i could make a function on my website, where the user is able to change the text size themselves. Like the function at the bottom of www.wired.com where they allow the user to change the text size of the website to 3 different sizes. Thanks Nat. Is there a way to ensure that text size renders well even if screen resolution is extreme? Thanks... hi, I volunteered to maintain this (uploads and linkage): http://www.collier-ese-reform.com/ if you go to the About Us page why is it so wide and doesn't "shrink" as some of the others? what can fix in that aspect? THANKS! can html set the size of a page? such as 5" x 7" ? if so, what are the tags? I was wondering if someone could give me the javascript to make text change color or size or make bold when mouse moves over. Thanks for the help! Well, I plan on having quite a bit of text on my page, and rather than having to have lots of pages I want the page to be quite long. I've designed the site in photoshop and it's only just longer than the standard size of a web page when in full screen mode (F11). How would I make it so the web page is longer than how I designed it in photoshop? Or do I have to re-create it longer in photoshop? Hi, when I created my website www.monkeygambling.com I didn't think about the resolution of other peoples monitors. When most internal pages (homepage is fine i think) are viewed on resolutions below 1280*1024 the page contents moves around. Could anyone help with out with the easiest way to stop this happening so the contents are fixed? thanks for your help Hi all : I want my web site to seem in full page in all browsers . But it is in fixed size and it only seems in the middle of pages . Ex . Please see my site . www.coderelector.com . As you see the template is in the middle but I want my page to be like www.getafreelancer.com . Full screen .... Hey would anyone be able to tell me how i can change the page size on html so that i dont have a scrollbar along the bottom of the page. what coding do i look for? do i need to look on the css or html? Thanks I have link to a new page. I want to set the size of that page so that it's about 3"x4". Can I do that? Here's what I got so far <td class="listing"><div align="left"><a href="display_member.php?member_id=<?php echo $row_listMem['member_id']; ?>" target="_blank"><?php echo $row_listMem['name']; ?></a></div></td> |