| | ||||||
| This is a discussion on Help needed with my website HTML within the Fred's House of Pancakes forums, part of the PriusChat Forums category; I need some help from you real web designers out there. I am having trouble having the links at the ... |
Help needed with my website HTML
![]() |
| | LinkBack | Thread Tools |
| | #1 |
| Senior Member Join Date: Nov 2003 Location: West Hills, CA
Posts: 862
My Car: 2004 Prius Model: Package: #9 Thanks: 0
Thanked 0 Times in 0 Posts
Friends: 0 | I need some help from you real web designers out there. I am having trouble having the links at the top of my Prius site staying the color I want them to. Even more strange, is that my site looks different on all three browsers I have checked it on. (Safari, IE, Firefox) Any help would be appreciated. I am using Dreamweaver. Thanks, Jeff |
| | |
| | #2 | ||
| Senior Member Join Date: Feb 2004 Location: Nashua, NH
Posts: 755
My Car: 2004 Prius Model: Package: #7 Thanks: 4
Thanked 8 Times in 7 Posts
Friends: 1 | I compared your html with a couple of pages on my site. One difference I see could be part of your problem. On the line 4 of your html code is the meta tag: Quote:
Quote:
| ||
| | |
| | #3 | |||
| Senior Member Join Date: Jan 2004 Location: South Burlington, VT
Posts: 2,567
My Car: 2004 Prius Model: Package: #8 Thanks: 6
Thanked 24 Times in 20 Posts
Friends: 1 | Quote:
Different browsers will show things differently and are tolerant (or intolerant) of different coding errors. Additionally, things like javascript are sometimes dicey in how they are handled. | |||
| | |
| | #4 |
| Senior Member Join Date: Nov 2003 Location: West Hills, CA
Posts: 862
My Car: 2004 Prius Model: Package: #9 Thanks: 0
Thanked 0 Times in 0 Posts
Friends: 0 | Thanks for replying Don and Bruce. I am kind of at a loss. Bruce you are correct about the way the browsers handle code. I also checked the site on my wife's pc using IE and it looks totally different than on my Mac using IE. I'll probably keep looking for answers, but may have to settle for the site looking different on each browser. Jeff |
| | |
| | #5 |
| Senior Member Join Date: Jan 2004 Location: South Burlington, VT
Posts: 2,567
My Car: 2004 Prius Model: Package: #8 Thanks: 6
Thanked 24 Times in 20 Posts
Friends: 1 | I don't know what you want the links to look like (ie what color) but the ones in the table are hardcoded to the same value as the default unvisited link. I think that is why they don't change to the visited color when you return. I personally do not like the mess created by page generators, especially not the junk put out by Word or WordPro when you convert the doc to HTML. One thing you'll notice on your page is that you use a total of 2 font face sets ("Arial, Helvetica, sans-serif" and "Times New Roman, Times, serif"). For those not in the know, it is a list of fonts to use in order as a given client may not have the specified font. Although with these, they'll be there. The first set is used only in the table, the other set in every other link on the page. In fact: <font size="3" face="Times New Roman, Times, serif"> shows up all over the place. Probably 30% of your page is unnecessary redundant tags. Does Dreamweaver support Cascading Style Sheets (CSS)? If it thinks it REALLY needs to specify all this information for EVERY link, at least the source will be a lot smaller and easier to read. At the very least, the BODY could contain the defaults and be over-ridden only when necessary within the tags enclosed. Look at this page: http://www.geocities.com/cvsc_us/CVO/cvo_2...004_results.htm You'll find these lines: <style type="text/css" media="all"> @import "../cvsc.css"; </style> The style sheet is here: http://www.geocities.com/cvsc_us/cvsc.css You wouldn't care to look at the junk Word put out to create the same thing. EVERY single tag had font and size specified and the file was HUGE.
__________________ Bruce Mine: Driftwood '04 BC 24 Sept 2004 - added: mudflaps, door edge guards, side panel moldings, Coastal Tech EV switch, HakkapelittaRSi tires, WeatherTech window deflectors. Last tank - 15 Dec '09: 428.8 miles - MFD MPG: 45.5 Actuals Lifetime: 98340 miles, 49.03 MPG. Wife's: Barcelona '06 #7 May 2006 - added: front mudflaps, Coastal Tech EV switch. Hakkapelitta RSi tires. Last tank - 22 Aug '09: 395.5 miles - MFD MPG: 53.6 Actuals Lifetime: 35708 miles, 45.33 MPG. |
| | |
| | #6 |
| Senior Member Join Date: Jan 2004 Location: Minnesota
Posts: 3,686
My Car: 2010 Prius Model: IV Package: Solar Roof Thanks: 19
Thanked 239 Times in 134 Posts
Friends: 12 | To be as universally compatible as possible, eliminate the tags entirely. Not specifying anything will allow the browser to default to it's own settings instead... which almost always work. With the exception of the home & navigation, my website is totally void of page settings... like charset. |
| | |
| | #7 |
| Senior Member Join Date: Nov 2003 Location: West Hills, CA
Posts: 862
My Car: 2004 Prius Model: Package: #9 Thanks: 0
Thanked 0 Times in 0 Posts
Friends: 0 | Thanks for all the info Bruce. I don't understand a good amount of it though. Dreamweaver does support CSS but I have no idea how to create a website using it. The funny thing about what you said is that the table links don't change. I don't want them to, but on the browsers I have access to they are changing. That's what I was trying to fix. As for the fonts, I can change the fonts to be only Times New Roman and Arial. Would that help clean up the html? Jeff |
| | |
| | #8 | ||
| Senior Member Join Date: Jan 2004 Location: South Burlington, VT
Posts: 2,567
My Car: 2004 Prius Model: Package: #8 Thanks: 6
Thanked 24 Times in 20 Posts
Friends: 1 | Quote:
The problem with browsers is they don't adhere to the standards. Some, like MS and Netscape had wars, adding in new tags that weren't in the spec and weren't supported by the other. Then they tried to get people to use the tags, making the pages useful only in their browser. Quote:
I agree with John. Generally, the less junk you put in, the more likely the page will work on all browsers and look similar. | ||
| | |
| | #9 |
| Senior Member Join Date: Jan 2004 Location: Falls Church, VA
Posts: 228
My Car: Model: Package: Thanks: 0
Thanked 0 Times in 0 Posts
Friends: 0 | I pulled up your site on my PC using Opera, IE, and Firefox; all 3 load with the same general appearance. The "followed link" color behavior seems to be related to how each browser handles caching and page refresh. Opera and IE use the followed link color as expected immediately after following the link and returning to the page while Firefox required a page refresh to show the followed link color. I also notice that each of the links at the top point to a tag on the same page as opposed to another site or different page within yours. This may explain why that table of links sometimes behaves a little differently. I can't speak to behavior on a Mac but I might attribute to a higher degree of "Independent Spirit" for the Mac.
__________________ John Andersen 2005 Salsa Red, #6BC |
| | |
| | #10 |
| Senior Member Join Date: Nov 2003 Location: West Hills, CA
Posts: 862
My Car: 2004 Prius Model: Package: #9 Thanks: 0
Thanked 0 Times in 0 Posts
Friends: 0 | Thanks John. As long as it looks ok to you experts, I guess I'll just go with it the way it is. It just bugs me that it looks different on every browser I have looked at it on. The really strange thing, is that my other site, the one I use for school, I have the links in the table that do not change color on any browser that I know of. It was created in FrontPage and exported into Dreamweaver. Very weird. Jeff |
| | |
![]() |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Links in posts showing up as HTML | Doc Willie | PriusChat Website Questions | 3 | 08-03-2007 09:40 PM |
| MPG tracking - Website? | Sunfire4jc | Gen II Prius Fuel Economy | 10 | 10-03-2006 01:49 PM |
| Poll: Which website do you use the most? | ErikU | Gen II Prius Main Forum | 14 | 05-12-2006 04:51 PM |
| mod website | cupcake | Gen II Prius Modifications | 3 | 12-07-2005 12:50 PM |
| can you see my new website yet? | john1701a | Fred's House of Pancakes | 21 | 03-19-2004 08:20 AM |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |











