HTML - Front Page Makes Links Apear With A Stretch Line... Take A Look
I made some slices in photoshop to manage the links from Front Page but the links look like this.Check the photo... any one knows what shall i do ?
Similar Tutorialshello.. so i want to make a website that has the same features as THIS ONE where you have to click on all the links that are on there before entering the site. if click ENTER it wont let you continue unless you have clicked on all the ADD images. thats the only example i found. how do you do that??? thank you for your help! Hi, basicly i want a page that looks like this (drawn the best i can using text) |-------------------------------| | | (header, left navigation bar and main page) |___________________ | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------------- Im using the following code to achieve this at the moment Code: <html> <head> <title>Richards Site</title> <META name="verify-v1" content="9u6uX6mdIuBNO6+EWvyS0gCSYP7MNds6lT/wKkizUms=" /> </head> <frameset rows="100,*" cols="*" framespacing="0" frameborder="NO" border="0"> <frame src="top.php" name="topFrame" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" title="topFrame"> <frameset rows="*" cols="101,*" framespacing="0" frameborder="NO" border="0"> <frame src="navi.php" name="leftFrame" frameborder="no" scrolling="auto" noresize marginwidth="0" marginheight="0" title="nav"> <frame src="main.php" name="mainFrame" title="mainFrame"> </frameset> </frameset> </frameset> <body> </body> </html> is that ok to use? and when i click a link in the navigation bar, the page it goes to appears in the navigation bar. is there any way i can get the page to show up in the main page part? if its any help im using PHP where possible as im learning how to use that thanks you amazing people Edit: the representation of the table looks fine while im looking at it like this, no idea why it all screws up when i save it :S Hello! I am new to this forum. Just read the rules, so I think I'm in the clear. I have a very new website set up with Drupal. Since it is limited in some respects, I installed a module to create a custom front page so that my banner and sundry aren't displayed on it. So, in exchange for this more advanced ability with the front page, I need to know how to write the HTML for it. xD I was hoping someone could help me, since it's (presumably) a very simple task for someone 'in the know.' I simply want my front page to display nothing 'but' a centered link image. I hope I'm not being to presumptuous here, but would it be relatively painless for someone to write this up for me? Thank you for reading! I've done HTML for a while. A bit of CSS, not too much. This the first time I've made a design in photoshop and wanted to turn it into a website though. Can someone give me soem guidance on the best way to turn this into a website? Thanks. Hi and thanks for help in advance, iam new here. Just needed a help that how can i design my front page using CMS Arsslan I have learned through video tutorials that how to add video content, audio content, blog content and article content, but dont know yet how to design your front page. Help please and asap. thanks. How do you make html show up on the front page of a blog but not on any others? I have an advertiser who wants his text ad to show on the front page of my blog, but not on any others. I've never had that request before and don't know how to do it. Can anyone help me? Lisa Problem Solved, Thanks everyone Hi, as you can tell by the title, I'm having trouble placing 2 image links next to each other on Myspace. If i can post the links and someone can help me, I'd be very grateful. (I'm not trying to promote my band or anything here, no one has to listen) I am wanting this Facebook image: http://s86.photobucket.com/albums/k1...logo_black.jpg linked to our facebook page: http://www.facebook.com/pages/Teenag...19513834790706 And this Twitter logo http://s86.photobucket.com/albums/k1...0_allblack.png linked to our Twitter page: http://twitter.com/#!/teenagemaryuk I have already managed to get the Twitter link on our Myspace (www.myspace.com/teenagemary) but I'm pulling my hair out trying to get them next to each other, I've even tried tables to no avail. Any help would be extremely appreciated! Hey. Does anyone know why sometimes, after clicking on a link on my site, a dotted line appears around the link??? It doesnt matter if its a jpg, text or image map link. It doesnt always do it, but sometimes it does and looks ****ty.... thx Hey, i have been using a javascript file to display images when you roll over a thumbnail and this works fine but for some reason a tiny blue line keeps showing after all of my thumbnail images. Heres the code for the thumbnail. If you need more please say. Thanks Code: <a href="http://benmilne.webs.com/HouseFive.jpg" rel="enlargeimage" rev="targetdiv:loadarea" ><IMG src="http://benmilne.webs.com/HouseThumb5.jpg" > Dear HTML senseis, I'm trying to make a "Previous | Next" link in the bottom center of the page, but what I get from this script is "Previous" in the bottom center, and "Next" below it instead of next to it. Here's what I'm using: <p style="text-align: center;"><a href="F:\Webcomic\TheEyeoftheWorld.html">Previous</a></p><p align="center" |</p><p style="text-align: center;"><a href="F:\Webcomic\TheEyeoftheWorld3.html">Next</a> Hi, I had a previous post but have changed teh way teh links are styled so thought it need a new subjest to solve a different problem. The links in teh bottom left column appear nicely in IE but have double line spacing in FF Here is the link www.creativecogs.com/new Here is the CSS style for the links in questions Code: .links { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; text-decoration:underline; color:#6ba033; } and the HTML Code: <p><span class="links"><a href="#" class="links">Web Design Somerset</a><br> <a href="#" class="links">Web Design Dorset</a><br> <a href="#" class="links">Web Design Devon</a><br> <a href="#" class="links">Web Design Yeovil</a><br> <a href="#" class="links">Web Design Taunton</a><br> <a href="#" class="links">Web Design Bath</a><br> <a href="#" class="links">Web Design Bridgewater</a></span></p> Any ideas how to stop the double line spacing in FF? I have tried using ul and li tags but i come accross other problems posted in this thread http://www.htmlforums.com/html-xhtml...tml#post596995 A soultion to either one would be appreciated. CC_DESIGN I'm trying to position text, links and pictures to follow one after the other, but it doesn't work. I want to see "Homepage" on the left corner of my webpage "Next" on the right corner of my webpage Unfortunately this command doesn't work properly. <div style="text-align:left;solid 2px #ff0000;"><a href="F:\Webcomic\Website Folder\NWvisuals-Index.html"> Home</a> <p align=right><a href="F:\Webcomic\TheEyeoftheWorld3.html">Next</a></div></p> It makes the "Next" go down a line, instead of being in the same line of the "Homepage". Also, on that vein, is there any way I can align images and text on the same line without using spaces*? As in: <p align="left">Hello</p> <p align="center">Hello</p> <p align="right">Hello</p> But they all should stay on the same line. Any guides, or even links to tutorial about my issue would be appreciated. I've been trying to google for a while, it's becoming frustrating. *I think the problem with spaces is that people with different resolution would see the text in different places than I want them to see. Hi all... I hope i can get some help here. I am working with html and a little css. On every page i want such buttons as "Home", "About"... Lets say i have 20 pages and want to add a new button called "Contact" on top of every page. How can i do that in a smart way? Because i dont like to change all twenty pages every time i want to add or delate one of these buttons. I hope you can help Hi all, I'm tearing my hair out trying to correct the following error. I have one page on my site (the only long page) that has a 1px white line at the bottom in Firefox. It doesn't appear in IE and doesn't appear in my other pages (they all run off the same header and footer files). I was wondering if you could help. Page in question is http://free-uk-bets.co.uk/bet365.php. I've run the page through the W3C validator for HTML and CSS and it passes. I'm using HTML 4.01 Transitional encoding. I think it may have something to do with the height of the divs. Please could someone help? I have a folder which contains over 1000 songs on my server Artist-Song.mp3 format. I want to create a links page with my own template and such, but not have to sit and copy/paste the urls 1000 times. I need a program or script that would just recognize all the files in that folder so I can make a page to display all the songs. See what I'm saying? Hi all New to this forum and pretty basic in html But how to i create links at the top of the page to move down the page to certain sections. Regards, Alan Able to handle html sample code Here it is now: http://acidtripmediaproductions.com/lmi/links.html What can I do to it so that it doesnt look so plain? I was going to take banners/logos of the few companies & make them a image with a link to the website, but not all of the websites had a really good image or logo that would work. What other tricks can I try? hi I have a website that created with frontpage and I want to make linkbar like marquee links in left side of page I could make marquee link bar but I want to know if I can make marquee to read links from another page that I could update that page and all marquee in every page automatically updat? Sorry for bad language Thanks for help Nima |