Hiee!
I have a [tt]perl/.cgi[/tt] question regarding my mailing list.
When I enter an email address in my mailing list’s [tt]Form[/tt] I receive one of seven .cgi generated messages.
The problem is I don’t like where the message is located on the browser window.
Here’s my url…
Now, press the GO! Button. You don’t have to enter anything, you’ll get a message.
Now, you should see a few lines of text (please ignore the yellow text it’s not cgi generated).
I don’t like where the text is located. I would like it to be further away from the left side of the browser window. I don’t want it centered, I just want to move it to the right a ‘lil bit.
In the code, I tried applying a [tt]<font>[/tt] tag (below) within the [tt]print[/tt] line.
I applied the following [tt]<html>[/tt] (in purple) to the [tt]print[/tt] line…
[tt]print "<font color="#000000">iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii</font>
<h2>Unable to subscribe your email address<h2>\n"; [/tt]
The background of my page is black, which is why I made the i’s black. I thought that would push the [tt]Unable to subscribe your email address[/tt] line over a bit, but it didn’t. When I did this my script wouldn’t work. My browser displayed Internal Server Error. I took the font tags out and the script worked again.
Does anyone know how I can move the .cgi generated text away from the left side of the browser window?
I know that was a lot to read, but thanks for giving it your time,
Jenny
I have a [tt]perl/.cgi[/tt] question regarding my mailing list.
When I enter an email address in my mailing list’s [tt]Form[/tt] I receive one of seven .cgi generated messages.
The problem is I don’t like where the message is located on the browser window.
Here’s my url…
Now, press the GO! Button. You don’t have to enter anything, you’ll get a message.
Now, you should see a few lines of text (please ignore the yellow text it’s not cgi generated).
I don’t like where the text is located. I would like it to be further away from the left side of the browser window. I don’t want it centered, I just want to move it to the right a ‘lil bit.
In the code, I tried applying a [tt]<font>[/tt] tag (below) within the [tt]print[/tt] line.
I applied the following [tt]<html>[/tt] (in purple) to the [tt]print[/tt] line…
[tt]print "<font color="#000000">iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii</font>
<h2>Unable to subscribe your email address<h2>\n"; [/tt]
The background of my page is black, which is why I made the i’s black. I thought that would push the [tt]Unable to subscribe your email address[/tt] line over a bit, but it didn’t. When I did this my script wouldn’t work. My browser displayed Internal Server Error. I took the font tags out and the script worked again.
Does anyone know how I can move the .cgi generated text away from the left side of the browser window?
I know that was a lot to read, but thanks for giving it your time,
Jenny