Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 04-19-2011, 09:49 PM   #1
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Unhappy My font are off their alignment

My website is personalized signs,personalized plaques,wooden sign,hand painted sign

I'm using dreamweaver I down loaded this template. I place all my font in a table format. For some reason, I must off set the font. so when I up load to host thing are in place. Everything looks aligned on my computer on line. But on other peoples computer it off the page on line. I hope someone can help me.
In believe the font are on the wrong layer.
Thank you in advance
Anthony
__________________
Gateway
alkscd is offline   Reply With Quote
Old 04-25-2011, 12:03 PM   #2
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
Ouch. Can you post a link to the CSS file?
__________________
Darum still, füg' ich mich, wie Gott es will. Nun, so will ich wacker streiten, und sollt' ich den Tod erleiden, stirbt ein braver Reitersmann.
Nuclear Krusader is offline   Reply With Quote
Old 04-25-2011, 12:26 PM   #3
Member (10 bit)
 
ChoboSeki's Avatar
 
Join Date: Sep 2006
Location: Roanoke, VA
Posts: 516
Send a message via AIM to ChoboSeki
Your code is wrong. You have used margin or positioning or text aligning.

What happened is: When you centered the div, probably using margin for something in the CSS, and centered the text, it actually centered the text MINUS the margin center of the page = alignment to the LEFT of where it's actually supposed to be centered.


Edit
Try changing:

Code:
absolute; width:731px; height:76px; z-index:12; left: 338px; top: 476px;">
to

Code:
reletive; width:731px; height:76px; z-index:12; left: 338px; top: 476px;">
or removing the positioning of it, or just remove the left and use vertical aligning to center.. maybe


edit #2
I have confirmed that your positioning code is is wrong, either the POSITION or LEFT. You should not need to use LEFT: 338px anyways.. you should use the position: reletive or just use div align=center id=layer11
__________________
HD: Seagate Barracuda 320GB PRT SATA 3.0 (7200/16MB), 120GB Seagate Barracuda (7200/8MB)
MB: Asus P5Q Pro Turbo
CPU: Intel C2Q Q9650 3.0 GHz
GPU: BFG GeForce 8800 ULTRA
RAM: G Skill 4GB DDR2 800MHz/PC6400
PSU: Corsair 620-HX
Case: XCLIO A380 Silver
Monitor: Sceptre 20.1" Widescreen (5ms/1000:1)
Headset: Logitech USB Premium 350
Mouse: Logitech G5

Last edited by ChoboSeki; 04-25-2011 at 12:33 PM.
ChoboSeki is offline   Reply With Quote
Old 04-25-2011, 12:37 PM   #4
Member (10 bit)
 
ChoboSeki's Avatar
 
Join Date: Sep 2006
Location: Roanoke, VA
Posts: 516
Send a message via AIM to ChoboSeki
If you don't get it fixed and nobody else replies, I will download the source and try to fix it after I'm finished with this game.. lol
ChoboSeki is offline   Reply With Quote
Old 04-25-2011, 01:34 PM   #5
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
thanks

I'm going to try the correction.I hope it works.
Thanks for the help
Anthony
alkscd is offline   Reply With Quote
Old 04-25-2011, 01:50 PM   #6
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
correction "ChoboSek" Thank you in advance

I put the correct in. All the fonts went to the top of the page. I hope you down load the source page an try to make correction "ChoboSek"
Thank you in advance
Anthonyi
alkscd is offline   Reply With Quote
Old 04-25-2011, 02:00 PM   #7
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Help

I was going to try an put the text on the mainbg.JPG
I don't know how it would look plus will search engine see the description words?
Thanks
Anthony
alkscd is offline   Reply With Quote
Old 04-25-2011, 02:20 PM   #8
Member (10 bit)
 
ChoboSeki's Avatar
 
Join Date: Sep 2006
Location: Roanoke, VA
Posts: 516
Send a message via AIM to ChoboSeki
I'm looking at it right now.
ChoboSeki is offline   Reply With Quote
Old 04-25-2011, 02:51 PM   #9
Member (10 bit)
 
ChoboSeki's Avatar
 
Join Date: Sep 2006
Location: Roanoke, VA
Posts: 516
Send a message via AIM to ChoboSeki
Ok, since the forum's code tag didn't work right, go here:

http://yfhgaming.com/code.txt

just an example of what you can do to fix everything

Last edited by ChoboSeki; 04-25-2011 at 02:56 PM.
ChoboSeki is offline   Reply With Quote
Old 04-25-2011, 04:21 PM   #10
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Thank you in advance

I put the new codes in. The text goes to the top. When you say "Div" I'll have to do some research. I don't know how to correct that.
Thanks for any help.
Anthony
alkscd is offline   Reply With Quote
Old 04-25-2011, 08:49 PM   #11
Member (10 bit)
 
ChoboSeki's Avatar
 
Join Date: Sep 2006
Location: Roanoke, VA
Posts: 516
Send a message via AIM to ChoboSeki
I tested the code in Google Chrome and it was aligned correctly.. although it isn't the best solution, maybe someone else here could give a little better help with the divs.

Sorry I couldn't help!
ChoboSeki is offline   Reply With Quote
Old 04-25-2011, 09:37 PM   #12
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
thanks for the help

When I see it on mozille firefox it looks good. When I use explorer it's misaligned.
Thank you for your help.
Anthony
alkscd is offline   Reply With Quote
Old 04-28-2011, 04:18 PM   #13
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Correction on my POST

I'm trying different things to correct the problem.

I'm using dreamweaver, I down loaded a template about 5 years ago. I place all my text in a table format. For some reason, I must off set the text on my index page. so when I up load it to my host thing are in place.

I'm using firefox everything looks aligned on the internet. When I use internet explorer all the text is misaligned.

I hope someone can help me.

Thank you in advance
Anthony
alkscd is offline   Reply With Quote
Old 04-28-2011, 04:29 PM   #14
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
Which version of IE?

PS: It looks out of whack in Firefox as well. Not as bad as IE, but still.

Last edited by Nuclear Krusader; 04-28-2011 at 04:31 PM.
Nuclear Krusader is offline   Reply With Quote
Old 04-28-2011, 05:31 PM   #15
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
I'm testing it on IE ver.8.0.6001.19048

My host support just sent me their answer.

Thank you for contacting us. Different browsers render HTML codes differently most times. Explorer is notorious for this. The analogy is a train track with specific width. Browsers like Chrome, Firefox, Opera, etc. build their frames on this track. Microsoft has their own rules how to build browsers ignoring the train track's width. Hence, Explorer often fails to perform like others. Dependent on the issue, there are often Javascript fixes to detect if Explorer is used, then make some adjustments.
alkscd is offline   Reply With Quote
Old 04-28-2011, 06:04 PM   #16
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
Click on the Compatibility icon in IE's toolbar, the one that looks like a broken sheet of paper, and see if the format gets fixed.
Nuclear Krusader is offline   Reply With Quote
Old 04-28-2011, 06:27 PM   #17
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
I went into tools an hit compatibility veiw setting no change. But the broken sheet of paper icon added my site. No changes
alkscd is offline   Reply With Quote
Old 04-28-2011, 06:35 PM   #18
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
Which version of Dreamweaver are you using? And which template did you use?
Nuclear Krusader is offline   Reply With Quote
Old 04-28-2011, 07:16 PM   #19
Techphile.
 
David M's Avatar
 
Join Date: Nov 2003
Location: San Francisco Bay
Posts: 5,962
I think you need a font end alignment.

Sorry...couldn't help myself.
__________________
Asus P8P67 WS Revolution | Intel 2600K @ 4.7 GHz | Win 7 Pro 64 |8 gigs Corsair 1600 | Two Diamond 6990's in Crossfire| Corsair AX1200 | Thermalright Silver Arrow | Western Digital Black 2TB 64 meg cache | Lian-Li PC-A71B | Logitec Z-5500 | Three Asus 26" VW266H monitors running under Eyefinity |
David M is offline   Reply With Quote
Old 04-28-2011, 07:28 PM   #20
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Dreamweaver MX 2004
alkscd is offline   Reply With Quote
Old 05-03-2011, 05:04 PM   #21
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
I took a more in-depth look and also consulted with an expert I know and there're several problems with your site:
  • You're using tables; tables became a major no-no years ago because of how unmanageable and conflictive they tend to become. All formatting is done with CSS now.
  • The software you're using is very old and its implementation of HTML is way outdated. Browsers are just having a hard time reading it and thus mess up the page when they try to display it. It's as if you were talking in Old English now: we'd get some of your meaning, but we couldn't figure out the grammar so as to type what you're saying.

Your solution is, unfortunately, to redo the whole site. There's just too much mixed-up code so as to be able to fix it. Try to get a newer version of DW. And note that even if you use templates, you still have to have a little bit of knowledge of CSS. You have two choices: you can get someone to do your site, or you can delve a bit into CSS and do it yourself. If you choose the latter, here's a good reference to get you started.
Nuclear Krusader is offline   Reply With Quote
Old 05-03-2011, 06:05 PM   #22
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Nuclear,
Thank you so much for looking into this matter for me. I tried many times to inserted Div'
Tags. I believe this time it worked. Take a look at my site and tell me what you think. Check it out on explorer. wooden sign,personalized plaques,pet toy box,wine barrel
alkscd is offline   Reply With Quote
Old 05-03-2011, 08:04 PM   #23
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
Main page is working, but the other pages are out of whack.

Make a backup of the main page right now. Then open it and the other ones and go through the code carefully. Compare both pages and apply the divs in the same places as the main page.
Nuclear Krusader is offline   Reply With Quote
Old 05-03-2011, 08:06 PM   #24
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
After that, you need to go through your type as well. For example, on the navigation bar atop it says 'Testimonils' instead of 'Testimonials'.

In your Privacy page, the page's title reads 'Priacy policy,hand crafted'. You need to insert the missing V and a space after the comma.

There may be more typos. Those are the ones I spotted at a quick glance. I can go through the text in your pages if you want.

Last edited by Nuclear Krusader; 05-03-2011 at 08:09 PM.
Nuclear Krusader is offline   Reply With Quote
Old 05-03-2011, 08:36 PM   #25
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
It was in alignment??
alkscd is offline   Reply With Quote
Old 05-03-2011, 09:25 PM   #26
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
The index page is in alignment, yes.
Nuclear Krusader is offline   Reply With Quote
Old 05-31-2011, 07:06 AM   #27
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
I updated my entire website. wooden sign,personalized plaques,dog gifts,signs with sayings
Thanks for the help!
Anthony
alkscd is offline   Reply With Quote
Old 05-31-2011, 07:18 AM   #28
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
Thumbs up

The fontface size in this page is smaller than in other pages.

There are other pages with the same issue as well.

The site could still use some polishing in the wise of refining the aesthetics of the links, e.g. use images instead of text for the navigation bars or a snippet-based nav bar; but on the whole it does look better.

Now, your photos need some improvement: I'd suggest getting a diffuser and also get that flash off the camera, as it's casting harsh shadows and unflattering reflections.

Heh, sorry to be so critical, but I really like the woodwork you do and I feel the pictures and design should make it justice.
Nuclear Krusader is offline   Reply With Quote
Old 05-31-2011, 08:10 AM   #29
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Thanks for the help. Few questions. I just completed my website. I wound like to lock up all the pages. So no one can make the update correction until you unlock the page. I hope this can be done. Also do you need css pages for every page?
Thanks
Anthony
alkscd is offline   Reply With Quote
Old 05-31-2011, 08:32 AM   #30
Mondsreitersmann
 
Nuclear Krusader's Avatar
 
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
What do you mean 'lock the page'? As long as you're the only one with the login and password for the hosting server, your pages cannot be modified. I can download them to my computer and modify them locally, but I can't change them on the server unless I have your login & password.

You can use a CSS file for all pages, just declare it on the HTML code for each page, in the head section. Like this:

{link href="/css/global.css" rel="stylesheet" type="text/css" /}

Where /css is the directory in the server where your CSS files are located, and global.css is the 'master' CSS file for all pages to use. (Change curly braces to < and >)

I call it the 'master' because you can use more than one CSS file to control different attributes/formatting in your pages. E.g. you can have a master file for basic formatting that is common to all pages, and a tables.css file to control the formatting of tables in your website; you'd declare this latter file only on those pages that use it.

Last edited by Nuclear Krusader; 05-31-2011 at 08:35 AM.
Nuclear Krusader is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:47 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2