Thread: Some questions...
Results 1 to 11 of 11
Related
-
some php questions Forum: PHP Forum
Replies: 0 -
3 questions Forum: CGI Perl Forum
Replies: 2 -
How to do this in CSS? A few questions. Forum: CSS Forum
Replies: 0 -
Six Questions Forum: HTML Forum
Replies: 4 -
Questions... Forum: HTML Forum
Replies: 1
-
01-19-2004, 01:19 PM #1
Some questions...
Hey, i have 3 questions.
1. I have a little flash menu which i have done on my site. The problem is i cant seem to be able to wrap text around it. I have tried to use the <img align=right> but that does not seem to do much. If possile could u tell me how to do this.
2. Regarding the same flash menu, it is supposed to be touching the side of the page but there is a very small gap between it. Any help.
3. And finaly, i have a textarea (or a form, not sure) which i am using as a news area. The only problem is that u can delete the news. I dont kno how to stop this, it comes back when u hit refresh, but i really want it to be static.
Thx in advance
-
01-19-2004, 06:37 PM #2
regarding 1&2, can you supply a link.
regarding 3, try useing an iframe instead of a textbox, you can do a search here for more info on iframes.
Dave
-
01-20-2004, 12:18 PM #3
thanx for the help with the iframe. but i did not understand what you meant about "supplying a link" if possible could you give me a link to a site which could tell me how to do this. Thanks
-
01-20-2004, 12:33 PM #4
What he means is "can you give us a link to what you have done so far"?
-
01-20-2004, 02:04 PM #5
-
01-20-2004, 02:06 PM #6
ahh rite
sorry about that last quote. Yes here is the link http://www.geocities.com/tankz_game the side bar as you can see is made in flash, an the text does notwant to wrap it. Thanks in advance.
-
01-20-2004, 02:27 PM #7
Tables would be one possible solution to that problem. Build the page in a two column table with the Flash menu in the left column and the content in the right column.
-
01-20-2004, 04:20 PM #8
ok...
thx for that coment on tables. I have gone on a tutorial, but i want to have one column smaller than the other, so the bar fits in it. I tried all the tuts but i did not find anythin, and i also had a look at that iframe thing. Its great but i have ads on my site (i use geocities) and it appeared in the news column, which was rubash. If u could help it wud be gr8.
-
01-21-2004, 07:54 PM #9
I tried to look at your table code to see where the problem is. There is no table code.
Dave
-
01-22-2004, 12:59 PM #10
Originally Posted by Dave
-
01-22-2004, 10:32 PM #11
through the table cell ex. td width="35%"
Dave