To effect the actual border of the text box you need to add INPUT to the style sheet
Examle:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style>
.fullname INPUT{
font-size:12px;
border-right : solid #F7B0B5 3px;
border-left : solid...
I have been asked to add some code to a flash.exe file that when opened, off a CD, it will check for a web connection and pass back the information to the provider that the file has been accessed. Thats all.
I have suggested that most firewalls will block this connection but if someone knows how...
Thanks Foamcow.
The extra table is not used in this case thanks for pointing it out.
I use it as a cheat to center a small page so it always stays in the exact middle of the explorer window, well thats the idea anyway. Doesn't validate but works on different platforms and browsers...so far.
I...
The solution you pointed to makes no difference to the problem. Thats not to say it is not correct code to close the P tag.
I do not want a line break I want a paragraph with a space and I want it justified and positioned within a table cell .
If you dont understand my explanation then cut and...
Thanks for all the info.
I have managed to track down the problem if anyone ever has the same issue in the future.
Here is a reduced version of the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<STYLE>
body {margin-left:0px ...
This is the code for the page
<html>
<head>
<title>Angel Group Limited</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="DESCRIPTION" CONTENT="Angel Group Limited is a private provider of high quality accommodation and support for vulnerable people...
With a body of text I want simply to place it in a table cell, position and style it with css and have line breaks and paragraphs, like you do in text. I want this to be with css justified text. No problem.
EXAMPLE:
this text is justified though I can not
make it so here. there is a line break...
thanks jeff
That is a possible way but does not create a space when needed.
Using styles I can break and position the next para but it doesnt explane why the <p> tag acts so strangly in a block of text
when using the <p> tag and a style sheet the text layout is fine on pc but not on mac. This only happens if the <p> tag is repeated in the body of text. It happens in a table on the wrap around
example;
<table width="750" height="700" bgcolor="#336666" BORDER="0" CELLPADDING=0 CELLSPACING=0 >...
I have an mpeg1 video clip. I want to place the film in a movie then when you click on it it goes full screen and another click goes back to origional size
any one know a script?
the mpeg1 playes full screen in media player
I have used this code which works great but now the origional window (contains open.window code)jumps to the top of the page. How can I stop it and get it to remain static when clicked
href=# and onClick=goTo(URL);
function goTo(URL)
{
newWin = window.open(URL,'','HEIGHT=385,WIDTH=450,')...
How do I refresh a window when using the script?
<a href="javascript:location='#.html';window.open('cottagesb001a.html','photo01','HEIGHT=385,WIDTH=450,')">
the window opens but if I go to main page and click another image to open in same window the window is at the back
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.