Content Top
DAL Computer Help » Web Development Help » Web Development Help » Simple HTML question

Recommended Fix

Click here to fix Windows Errors and Optimize Windows Performance

Need Computer Help?
Register Now for FREE

Simple HTML question

Reply
Thread Tools
Web Development Help
  #1 (permalink)  
Old 13-01-2005, 09:23 PM
Newbie
D-A-L Newbie
 
Join Date: Oct 2004
Posts: 7
steadboy Is a beginner here at D-A-L
Send a message via MSN to steadboy
Simple HTML question

I have a website, (http://www.discount-web-pages.com) and if you open it you'll notice the title isn't in line with the text, even though they're both centered . I can't do anything about it .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 13-01-2005, 11:36 PM
Jaynee's Avatar
Senior Member
Loyal Contributor
 
Join Date: Jul 2004
Posts: 1,478
Jaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big dealJaynee is quite a big deal
Send a message via MSN to Jaynee
Re: Simple HTML question

It is centred when viewing with firefox but not with IE.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 13-01-2005, 11:48 PM
brain_damage's Avatar
D-A-L Team Member (UK)
Loyal Contributor
 
Join Date: Dec 2004
Posts: 3,515
brain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L team
Re: Simple HTML question

It may be because your using frames
__________________
Jeff If you've been helped you tell your friends, and consider a donation Here to help support the forum. All donations are greatly appreciated

D-A-L Site and Help Forums Rules

Please do not PM me for help.These messages will be deleted without reading.
Please post your problem in the appropriate forum.

(Thanks )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 14-01-2005, 05:41 AM
Newbie
D-A-L Newbie
 
Join Date: Oct 2004
Posts: 7
steadboy Is a beginner here at D-A-L
Send a message via MSN to steadboy
Re: Simple HTML question

Quote:
Originally Posted by Jaynee
It is centred when viewing with firefox but not with IE.
Firefox ehh... sounds fishy.

Can I do anything to center it with IE??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 14-01-2005, 09:48 AM
D-A-L's Avatar
D-A-L Administrator
 
Join Date: Apr 2004
Posts: 3,534
D-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legend
Re: Simple HTML question

Yep my guess is because your using frames also, any specific reason for using frames?
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 14-01-2005, 07:27 PM
Newbie
D-A-L Newbie
 
Join Date: Oct 2004
Posts: 7
steadboy Is a beginner here at D-A-L
Send a message via MSN to steadboy
Re: Simple HTML question

Quote:
Originally Posted by D-A-L
Yep my guess is because your using frames also, any specific reason for using frames?
I guess so that it doesn't have to load the title pic every time you click to a new section . But I guess if there's nothing I can do about it i'll just remove the frame...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 16-01-2005, 12:50 PM
Valued Member
New Recruit
 
Join Date: Jul 2004
Posts: 114
achorste Is a beginner here at D-A-L
Re: Simple HTML question

To save the amount of coding you have to do when using tables for layout, create a seperate file with the code for the title and navigation bar and use the 'include' tag - that way you only have to write the code for the main body of the page.

Just a little time saver,

T

p.s. Frames disrupt navigation & not all search engine's spiders see the individual frames - just the frameset page, also problems with bookmarking.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 16-01-2005, 06:40 PM
Newbie
D-A-L Newbie
 
Join Date: Oct 2004
Posts: 7
steadboy Is a beginner here at D-A-L
Send a message via MSN to steadboy
Re: Simple HTML question

Quote:
Originally Posted by achorste
To save the amount of coding you have to do when using tables for layout, create a seperate file with the code for the title and navigation bar and use the 'include' tag - that way you only have to write the code for the main body of the page.

Just a little time saver,

T

p.s. Frames disrupt navigation & not all search engine's spiders see the individual frames - just the frameset page, also problems with bookmarking.
Word...

My title still isn't centered though
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 20-01-2005, 10:52 PM
Valued Member
New Recruit
 
Join Date: Jul 2004
Posts: 114
achorste Is a beginner here at D-A-L
Re: Simple HTML question

Looked at the code - nothing should be wrong, but if you're still having issues try using the <p> tag around your text with 'align="center" ' as an attribute. Some browsers render <div> tags differently.

Before you upload a site run it through a variety of browsers just to make sure.

T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 20-01-2005, 11:06 PM
brain_damage's Avatar
D-A-L Team Member (UK)
Loyal Contributor
 
Join Date: Dec 2004
Posts: 3,515
brain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L teambrain_damage is a key member in the D-A-L team
Re: Simple HTML question

or run it through here and have it validated
__________________
Jeff If you've been helped you tell your friends, and consider a donation Here to help support the forum. All donations are greatly appreciated

D-A-L Site and Help Forums Rules

Please do not PM me for help.These messages will be deleted without reading.
Please post your problem in the appropriate forum.

(Thanks )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
simple folders help question please lordladeda Windows XP Help 2 20-12-2008 01:44 PM
simple window re-size question lordladeda Windows XP Help 7 30-10-2008 11:42 AM
simple question :) doondoon Windows Vista Help 1 17-03-2008 12:23 AM
HTML Question zim flyer Web Development Help 2 19-03-2007 02:39 PM
simple question mistajonz Windows XP Help 1 17-02-2006 07:27 AM


All times are GMT +1. The time now is 04:28 AM.

Bottom Corner