|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
|
I am the proud papa of my first web site. I used the Trellix Web program to build it and it was pretty easy although I didn't do anything too complex. I've noticed that what you get as a final result on your web space has certain limitations. Even though I try to make the font size bigger and bigger in my original file once I upload, it won't get any bigger. I assume that's the html limitations. Also, in order to get my web site on a Yahoo web ring I have to paste a bunch of Java code across the bottom of my front page. Will Yahoo turn that into a link bar? How do they do that? Or didn't I get their instructions right? They said to highlight the code, copy it and paste it on my web page. So I did.You can view my new site at: http://home.earthlink.net/~tedthebear/index.htm Thanks. |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Ted,
Looks good. I looked at your code at the bottom of your page. It appeared to be valid and when I cut and pasted it onto my page it worked. In looking at your code, it looks like the you used the & gt ;and & lt ; . What this does is output a > < . When your browser sees < and > , it expect there to be some HTML tag within these. If you use the & lt ; and & gt ; , then these outputs the > < to the screen since these don't normally show up. To fix it, just change the & lt ;to < and & gt ; to > .
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|