stargrl329
05-24-2003, 03:42 AM
I'm not sure why, but I'm in the middle of changing my website over to a new layout, and none of the links on my site are clickable. I have tried using the format of <a href="pagename.html"> and <a href="http://mydomain.com/pagename.html">. Neither seems to be working anywhere on this page. You can see my site here (http://etoile.brad.com). I have no idea why this might be occurring... I assume it's probably some small, stupid mistake I made somewhere. Also, on my front page, how can I get the blog box to line up in the center? I tried putting a center tag before the <div> code and also tried putting one in the <div> code but neither of these worked. Anyone? Anyone?
<< *''·-..-·''·-.. lauren ..-·''·-..-·''* >>
~ our hearts go out to the beauvais family... liza you will be loved and remembered forever ~
Lemon Squash
05-24-2003, 03:46 AM
You forgot the http://www. at the beginning of the links :P
Dude128
05-24-2003, 03:47 AM
just before each link you're missing a ":
instead of <p align="center>
try:
<p align="center">
(and for that matter, you're also missing an ending quote after each URL in the links- so you might want to check the quotes on all your other values, too :))
stargrl329
05-24-2003, 03:49 AM
hmm... thank you... but shouldnt i be able to just put the name of the other html file if i am working on one in the same directory? [if you know what i mean] because i did that on another website but using the same host and it worked... im not sure why... but i'm willing to do it the long way if that means it will work ;)
---
ah i see... thank you very much!
i actually create my html files in windows notepad and then copy/paste them into my host file editor... whenever i do this it seems like i will lose a few " 's, also sometimes i find that the p in my <p align="center"> tags is missing... anyone possibly know why?
<< *''·-..-·''·-.. lauren ..-·''·-..-·''* >>
~ our hearts go out to the beauvais family... liza you will be loved and remembered forever ~
EDIT: I combined your posts into one- you can edit your posts for 5 minutes, so if you want to add/change something, you can do that instead of replying again :)
-Moderator
Dude128
05-24-2003, 03:52 AM
correct, you can also use just the file name or the path to the file (such as /files/page.html), or you could use the full path. either way should work- I think it's mainly the quote thing that's causing trouble :)
stargrl329
05-24-2003, 03:54 AM
i see now that i'm looking at the html, having saved and reopened it. thank you very much to everyone who helped me!
<< *''·-..-·''·-.. lauren ..-·''·-..-·''* >>
~ our hearts go out to the beauvais family... liza you will be loved and remembered forever ~
stargrl329
05-24-2003, 04:02 AM
er... sorry to be bothersome, but...i followed all your advice and im still having a bit of a problem...
1) the top box in my table (it said *navigation* in it) has disappeared even though its still in my code.
2) my blog box is not aligning in the center.
3) in the marquee at the bottom of the blog box, the words "email newsletter" are supposed to be the following link: <a href="mailto:pinkpenguin3510@aol.com?subject=Subscribe">
Sorry, but does anyone know what might be causing these problems? thanks so much
<< *''·-..-·''·-.. lauren ..-·''·-..-·''* >>
~ our hearts go out to the beauvais family... liza you will be loved and remembered forever ~
Dude128
05-24-2003, 04:44 AM
the cell that says *navigation* shows up for me...
and to fix the email link, add a space between a and href- you have <ahref...>
stargrl329
05-24-2003, 02:59 PM
ok... done that
sry, but i still have a question:
what's going on with the blog box? it's not aligning in the center no matter what i do?
thanks so much for your help